aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_forward.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-2/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+3
2015-09-17ipv4: Compute net once in ip_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Compute net once in ip_forwardEric W. Biederman1-2/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-05-25ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal1-7/+11
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-4/+4
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-0/+1
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-1/+2
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-05-07net: ip: push gso skb forwarding handling down the stackFlorian Westphal1-50/+0
2014-05-07net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+69
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov1-3/+4
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+69
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa1-2/+5
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov1-1/+1
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov1-1/+1
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat1-0/+1
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-2/+2
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-1/+1
2011-05-12ipv4: Fix 'iph' use before set.David S. Miller1-1/+1
2011-05-12ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-5/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+2
2009-06-03net: skb->rtable accessorEric Dumazet1-1/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-16mib: add net to IP_INC_STATSPavel Emelyanov1-1/+1
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+3
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-28[NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell1-1/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2007-10-15[IPV4]: Uninline netfilter okfnsPatrick McHardy1-1/+1
2007-10-10[IPV4] IPSEC: Omit redirect for tunnelled packet.Masahide NAKAMURA1-1/+1
2007-07-19[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu1-1/+1
2007-04-25[NET] Move DF check to ip_forwardJohn Heffner1-0/+8
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0