aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu1-1/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+6
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-2/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert1-9/+0
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-1/+1
2012-07-26ipv4: Fix input route performance regression.David S. Miller1-2/+2
2012-07-20ipv4: Kill ip_route_input_noref().David Miller1-2/+2
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet1-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+0
2010-05-17net: Use ip_route_input_noref() in input pathEric Dumazet1-2/+2
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-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2008-12-26ipsec: Remove useless ret variableHerbert Xu1-3/+1
2008-01-28[IPSEC]: Fix transport-mode async resume on intput without netfilterHerbert Xu1-7/+5
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-0/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+3
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-6/+7
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-112/+14
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-1/+6
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-2/+2
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-1/+1
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu1-25/+11
2007-10-10[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu1-1/+6
2007-07-10[UDP]: Cleanup UDP encapsulation codeJames Chapman1-8/+106
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA1-4/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-10/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-02-13[IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA1-1/+3
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2006-09-28[XFRM]: xfrm_parse_spi() annotationsAl Viro1-2/+2
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-26/+2
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu1-2/+0
2006-04-09[IPSEC]: Check x->encap before dereferencing itHerbert Xu1-1/+1
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-5/+5
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+4
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+31
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+160