summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_forward.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-1/+1
* net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-191-1/+1
* skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-1/+1
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-2/+1
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+3
* ipv4: Compute net once in ip_forward_finishEric W. Biederman2015-09-171-2/+3
* ipv4: Compute net once in ip_forwardEric W. Biederman2015-09-171-2/+4
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-04-201-0/+3
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+4
* xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-0/+1
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-261-1/+2
* 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/+0
* 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-131-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-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