aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25netns xfrm: add netns boilerplateAlexey Dobriyan1-1/+2
2008-10-31xfrm: remove unused struct xfrm_policy::nextAlexey Dobriyan1-1/+0
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-0/+4
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard1-3/+12
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu1-42/+28
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu1-7/+3
2008-09-09ipsec: Use RCU-like construct for saved state within a walkHerbert Xu1-10/+5
2008-05-03xfrm: convert empty xfrm_audit_* macros to functionsMarcin Slusarz1-8/+40
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-11/+12
2008-04-22[IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu1-0/+3
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+29
2008-03-26[IPSEC]: Fix BEET outputHerbert Xu1-0/+6
2008-03-25[XFRM] MIP6: Fix address keys for routing search.YOSHIFUJI Hideaki1-0/+17
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-0/+23
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-17xfrm: ->eth_proto is __be16Al Viro1-1/+1
2008-02-28[XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras1-2/+50
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-1/+4
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-4/+4
2008-01-31[IPSEC]: Add support for combined mode algorithmsHerbert Xu1-0/+8
2008-01-28[XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong1-2/+2
2008-01-28[IPSEC]: Kill duplicate xfrm_policy_flush prototypeHerbert Xu1-1/+0
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-7/+26
2008-01-28[XFRM]: Assorted IPsec fixupsPaul Moore1-7/+7
2008-01-28[XFRM]: Define packet dropping statistics.Masahide NAKAMURA1-0/+18
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA1-0/+3
2008-01-28[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu1-5/+58
2008-01-28[IPSEC]: Add xfrm_input_state helperHerbert Xu1-0/+5
2008-01-28[IPV6]: remove ifdef in route6 for xfrm6Daniel Lezcano1-3/+13
2008-01-28[IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano1-2/+2
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-0/+1
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+1
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-1/+0
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu1-1/+1
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-0/+22
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-0/+1
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-0/+1
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-0/+27
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-1/+50
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu1-7/+4
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu1-7/+3
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu1-2/+2
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet1-1/+6
2007-10-23[NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov1-0/+2
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+2
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu1-3/+3
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-0/+6
2007-10-17[IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu1-6/+2
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu1-1/+1