summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_input.c
Commit message (Expand)AuthorAgeFilesLines
* esp: Add a software GRO codepathSteffen Klassert2017-02-151-0/+6
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-1/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+2
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-2/+3
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-251-9/+0
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-1/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-2/+2
* ipv4: Kill ip_route_input_noref().David Miller2012-07-201-2/+2
* Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller2012-06-271-1/+1
* ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet2012-06-271-1/+1
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-1/+0
* net: Use ip_route_input_noref() in input pathEric Dumazet2010-05-171-2/+2
* 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-1/+1
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* ipsec: Remove useless ret variableHerbert Xu2008-12-261-3/+1
* [IPSEC]: Fix transport-mode async resume on intput without netfilterHerbert Xu2008-01-281-7/+5
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-0/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-1/+1
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-281-0/+3
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-6/+7
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-281-112/+14
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-281-1/+6
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-2/+2
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-171-1/+1
* [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu2007-10-171-25/+11
* [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-101-1/+6
* [UDP]: Cleanup UDP encapsulation codeJames Chapman2007-07-101-8/+106
* [IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA2007-05-311-4/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-10/+11
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-1/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-3/+3
* [XFRM]: xfrm_parse_spi() annotationsAl Viro2006-09-281-2/+2
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-1/+1
* [IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2006-06-171-26/+2
* [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu2006-04-091-2/+0
* [IPSEC]: Check x->encap before dereferencing itHerbert Xu2006-04-091-1/+1
* [IPSEC]: Kill unused decap state structureHerbert Xu2006-04-011-5/+5
* [IPSEC]: Kill unused decap state argumentHerbert Xu2006-04-011-1/+4
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-071-0/+31
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+160