aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* [IPSEC]: Add support for aes-ctr.Joy Latten2008-02-071-0/+17
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-313-3/+5
* [XFRM]: Remove unused exports.Adrian Bunk2008-01-312-3/+0
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-8/+8
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-01-312-3/+206
* [IPSEC]: Allow async algorithmsHerbert Xu2008-01-311-3/+3
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-1/+1
* [XFRM] xfrm_policy: kill some bloatIlpo Järvinen2008-01-281-2/+2
* [XFRM]: Remove ifdef crypto.Sebastian Siewior2008-01-282-2/+1
* [XFRM]: xfrm_state_clone() should be static, not exportedEric Dumazet2008-01-281-2/+1
* [XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong2008-01-282-3/+3
* [XFRM] Statistics: Add outbound-dropping error.Masahide NAKAMURA2008-01-281-1/+4
* [XFRM]: Kill some bloatIlpo Järvinen2008-01-281-4/+4
* [IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu2008-01-281-0/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-281-1/+4
* [IPSEC]: Fix double free on skb on async outputHerbert Xu2008-01-281-0/+2
* [XFRM]: Fix outbound statistics.Masahide NAKAMURA2008-01-281-3/+9
* [XFRM]: Drop packets when replay counter would overflowPaul Moore2008-01-281-1/+4
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-284-25/+147
* [XFRM]: Assorted IPsec fixupsPaul Moore2008-01-282-39/+29
* [XFRM]: Add packet processing statistics option.Masahide NAKAMURA2008-01-281-0/+10
* [XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA2008-01-283-23/+87
* [XFRM]: Define packet dropping statistics.Masahide NAKAMURA2008-01-283-0/+121
* [XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA2008-01-281-0/+21
* [IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu2008-01-281-12/+6
* [XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.Pavel Emelyanov2008-01-281-2/+4
* [IPSEC]: Fix zero return value in xfrm_lookup on errorHerbert Xu2008-01-281-2/+2
* [IPSEC]: Add ICMP host relookup supportHerbert Xu2008-01-281-3/+14
* [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu2008-01-281-6/+11
* [IPSEC]: Make xfrm_lookup flags argument a bit-fieldHerbert Xu2008-01-281-1/+1
* [IPSEC]: Add xfrm_input_state helperHerbert Xu2008-01-281-1/+1
* [XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-281-1/+1
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-1/+4
* [IPSEC]: SPD auditing fix to include the netmask/prefix-lengthPaul Moore2008-01-281-18/+26
* [IPSEC]: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-6/+3
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+1
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-281-5/+33
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-3/+2
* [IPSEC]: Make x->lastused an unsigned longHerbert Xu2008-01-281-2/+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]: Add async resume support on outputHerbert Xu2008-01-281-17/+40
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-3/+67
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-281-0/+13
* [IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu2008-01-281-4/+4