aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_input.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-131-1/+1
* xfrm: Perform a replay check after return from async codepathsSteffen Klassert2011-10-031-0/+5
* xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2011-03-281-1/+1
* xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-271-0/+2
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+4
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-3/+2
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-2/+2
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-2/+1
* Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller2008-12-181-0/+5
* xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi2008-12-041-5/+0
* netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-251-11/+11
* netns xfrm: xfrm_input() fixupAlexey Dobriyan2008-11-251-1/+2
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-3/+19
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-2/+2
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-311-2/+2
* [XFRM]: Remove unused exports.Adrian Bunk2008-01-311-1/+0
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-281-1/+4
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-1/+2
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-281-10/+31
* [IPSEC]: Add xfrm_input_state helperHerbert Xu2008-01-281-1/+1
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-1/+4
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-281-5/+33
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-3/+2
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-281-0/+4
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-1/+4
* [IPSEC]: Store xfrm states in security path directlyHerbert Xu2008-01-281-27/+15
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-281-0/+113
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-281-0/+13
* [IPSEC]: Fix length check in xfrm_parse_spiHerbert Xu2007-10-171-1/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-3/+3
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [XFRM]: xfrm_parse_spi() annotationsAl Viro2006-09-281-4/+4
* [NET]: Use SLAB_PANICAlexey Dobriyan2006-09-221-3/+1
* [NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan2006-05-221-1/+1
* [IPSEC]: Kill unused decap state structureHerbert Xu2006-04-011-2/+2
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+89