aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_forward.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-5/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationGravatar Jan Engelhardt 1-2/+2
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-2/+2
2009-06-03net: skb->rtable accessorGravatar Eric Dumazet 1-1/+1
2008-10-28net: reduce structures when XFRM=nGravatar Alexey Dobriyan 1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHGravatar Pavel Emelyanov 1-2/+2
2008-07-16mib: add net to IP_INC_STATSGravatar Pavel Emelyanov 1-1/+1
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingGravatar Ben Hutchings 1-0/+3
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 1-1/+1
2008-03-28[NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsGravatar Rusty Russell 1-1/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsGravatar Eric Dumazet 1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesGravatar Patrick McHardy 1-1/+1
2007-10-15[IPV4]: Uninline netfilter okfnsGravatar Patrick McHardy 1-1/+1
2007-10-10[IPV4] IPSEC: Omit redirect for tunnelled packet.Gravatar Masahide NAKAMURA 1-1/+1
2007-07-19[NET] IPV4: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEGravatar Herbert Xu 1-1/+1
2007-04-25[NET] Move DF check to ip_forwardGravatar John Heffner 1-0/+8
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] IPV4: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-11/+11
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-12[IPV4]: Increment ipInHdrErrors when TTL expires.Gravatar Weidong 1-0/+1
2005-08-29[IPV4]: Remove some dead code from ip_forward()Gravatar Thomas Graf 1-5/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+127