aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2008-01-28[XFRM]: Remove ifdef crypto.Sebastian Siewior
2008-01-28[XFRM]: xfrm_state_clone() should be static, not exportedEric Dumazet
2008-01-28[XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong
2008-01-28[XFRM] Statistics: Add outbound-dropping error.Masahide NAKAMURA
2008-01-28[XFRM]: Kill some bloatIlpo Järvinen
2008-01-28[IPSEC]: Return EOVERFLOW when output sequence number overflowsHerbert Xu
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Fix double free on skb on async outputHerbert Xu
2008-01-28[XFRM]: Fix outbound statistics.Masahide NAKAMURA
2008-01-28[XFRM]: Drop packets when replay counter would overflowPaul Moore
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore
2008-01-28[XFRM]: Assorted IPsec fixupsPaul Moore
2008-01-28[XFRM]: Add packet processing statistics option.Masahide NAKAMURA
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA
2008-01-28[XFRM]: Define packet dropping statistics.Masahide NAKAMURA
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA
2008-01-28[IPSEC]: Do xfrm_state_check_space before encapsulationHerbert Xu
2008-01-28[XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.Pavel Emelyanov
2008-01-28[IPSEC]: Fix zero return value in xfrm_lookup on errorHerbert Xu
2008-01-28[IPSEC]: Add ICMP host relookup supportHerbert Xu
2008-01-28[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu
2008-01-28[IPSEC]: Make xfrm_lookup flags argument a bit-fieldHerbert Xu
2008-01-28[IPSEC]: Add xfrm_input_state helperHerbert Xu
2008-01-28[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2008-01-28[NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu
2008-01-28[IPSEC]: SPD auditing fix to include the netmask/prefix-lengthPaul Moore
2008-01-28[IPSEC]: kmalloc + memset conversion to kzallocJoonwoo Park
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Store xfrm states in security path directlyHerbert Xu
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu
2008-01-28[IPSEC]: Use dst->header_len when resizing on outputHerbert Xu
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet
2008-01-04[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet
2007-12-20[XFRM]: Audit function arguments misorderedPaul Moore
2007-12-14[XFRM]: Display the audited SPI value in host byte order.Paul Moore
2007-12-11[IPSEC]: Fix potential dst leak in xfrm_lookupHerbert Xu