summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_forward.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-081-1/+1
* ipv4: fix forwarding for strict source routesJulian Anastasov2012-10-081-1/+1
* snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-071-0/+1
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-2/+2
* ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2011-11-231-1/+1
* ipv4: Fix 'iph' use before set.David S. Miller2011-05-121-1/+1
* ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller2011-05-121-1/+1
* net-next: remove useless union keywordChangli Gao2010-06-101-5/+5
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-2/+2
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-2/+2
* net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+1
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-161-2/+2
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-161-1/+1
* net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-191-0/+3
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+1
|\
| * [NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell2008-03-281-1/+1
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+1
|/
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-1/+1
* [IPV4]: Uninline netfilter okfnsPatrick McHardy2007-10-151-1/+1
* [IPV4] IPSEC: Omit redirect for tunnelled packet.Masahide NAKAMURA2007-10-101-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu2007-04-251-1/+1
* [NET] Move DF check to ip_forwardJohn Heffner2007-04-251-0/+8
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-11/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV4]: Increment ipInHdrErrors when TTL expires.Weidong2006-06-121-0/+1
* [IPV4]: Remove some dead code from ip_forward()Thomas Graf2005-08-291-5/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+127