summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-24/+159
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-10/+15
* [IPSEC]: Use dst->header_len when resizing on outputHerbert Xu2008-01-281-1/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-282-9/+5
* [XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet2008-01-081-11/+6
* [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet2008-01-041-0/+2
* [XFRM]: Audit function arguments misorderedPaul Moore2007-12-202-4/+4
* [XFRM]: Display the audited SPI value in host byte order.Paul Moore2007-12-141-4/+6
* [IPSEC]: Fix potential dst leak in xfrm_lookupHerbert Xu2007-12-111-3/+6
* [IPSEC]: Fix uninitialised dst warning in __xfrm_lookupHerbert Xu2007-11-301-0/+1
OpenPOWER on IntegriCloud