aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-1/+1
2008-01-28[XFRM] xfrm_policy: kill some bloatIlpo Järvinen1-2/+2
2008-01-28[XFRM]: Remove ifdef crypto.Sebastian Siewior2-2/+1
2008-01-28[XFRM]: xfrm_state_clone() should be static, not exportedEric Dumazet1-2/+1
2008-01-28[XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong2-3/+3
2008-01-28[XFRM] Statistics: Add outbound-dropping error.Masahide NAKAMURA1-1/+4
2008-01-28[XFRM]: Kill some bloatIlpo Järvinen1-4/+4
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu1-0/+1
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+2
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu1-1/+4
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu1-0/+2
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA1-3/+9
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore1-1/+4
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore4-25/+147
2008-01-28[XFRM]: Assorted IPsec fixupsPaul Moore2-39/+29
2008-01-28[XFRM]: Add packet processing statistics option.Masahide NAKAMURA1-0/+10
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA3-23/+87
2008-01-28[XFRM]: Define packet dropping statistics.Masahide NAKAMURA3-0/+121
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA1-0/+21
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu1-12/+6
2008-01-28[XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.Pavel Emelyanov1-2/+4
2008-01-28[IPSEC]: Fix zero return value in xfrm_lookup on errorHerbert Xu1-2/+2
2008-01-28[IPSEC]: Add ICMP host relookup supportHerbert Xu1-3/+14
2008-01-28[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu1-6/+11
2008-01-28[IPSEC]: Make xfrm_lookup flags argument a bit-fieldHerbert Xu1-1/+1
2008-01-28[IPSEC]: Add xfrm_input_state helperHerbert Xu1-1/+1
2008-01-28[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-01-28[NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev1-1/+1
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-1/+4
2008-01-28[IPSEC]: SPD auditing fix to include the netmask/prefix-lengthPaul Moore1-18/+26
2008-01-28[IPSEC]: kmalloc + memset conversion to kzallocJoonwoo Park1-6/+3
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+1
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-5/+33
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-3/+2
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu1-2/+2
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu1-0/+4
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu1-1/+4
2008-01-28[IPSEC]: Store xfrm states in security path directlyHerbert Xu1-27/+15
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-0/+113
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-17/+40
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-3/+67
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-0/+13
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu1-4/+4
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu1-24/+159
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu1-10/+15
2008-01-28[IPSEC]: Use dst->header_len when resizing on outputHerbert Xu1-1/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov2-9/+5
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet1-11/+6
2008-01-04[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet1-0/+2
2007-12-20[XFRM]: Audit function arguments misorderedPaul Moore2-4/+4