summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_forward.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* net: ip: push gso skb forwarding handling down the stackFlorian Westphal2014-05-071-50/+0Star
* net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-05-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-2/+69
|\
| * net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-131-2/+69
* | ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-141-3/+4
|/
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-131-2/+5
* 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-241-1/+1
* ipv4: Fix 'iph' use before set.David S. Miller2011-05-131-1/+1
* ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller2011-05-131-1/+1
* net-next: remove useless union keywordChangli Gao2010-06-111-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-171-2/+2
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-171-1/+1
* net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-201-0/+3
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+1
|\
| * [NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell2008-03-291-1/+1
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-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-111-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu2007-04-261-1/+1
* [NET] Move DF check to ip_forwardJohn Heffner2007-04-261-0/+8
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-11/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [IPV4]: Increment ipInHdrErrors when TTL expires.Weidong2006-06-121-0/+1
* [IPV4]: Remove some dead code from ip_forward()Thomas Graf2005-08-301-5/+1Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+127