summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_input.c
AgeCommit message (Expand)AuthorLines
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert-9/+0
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar-1/+1
2012-07-26ipv4: Fix input route performance regression.David S. Miller-2/+2
2012-07-20ipv4: Kill ip_route_input_noref().David Miller-2/+2
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet-1/+1
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet-1/+0
2010-05-17net: Use ip_route_input_noref() in input pathEric Dumazet-2/+2
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet-1/+1
2008-12-26ipsec: Remove useless ret variableHerbert Xu-3/+1
2008-01-28[IPSEC]: Fix transport-mode async resume on intput without netfilterHerbert Xu-7/+5
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu-0/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy-1/+1
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu-0/+3
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu-6/+7
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu-112/+14
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu-1/+6
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu-2/+2
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu-1/+1
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu-25/+11
2007-10-10[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu-1/+6
2007-07-10[UDP]: Cleanup UDP encapsulation codeJames Chapman-8/+106
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA-4/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo-10/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo-1/+1
2007-02-13[IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA-1/+3
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki-3/+3
2006-09-28[XFRM]: xfrm_parse_spi() annotationsAl Viro-2/+2
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu-26/+2
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu-2/+0
2006-04-09[IPSEC]: Check x->encap before dereferencing itHerbert Xu-1/+1
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu-5/+5
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu-1/+4
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy-0/+31
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+160