summaryrefslogtreecommitdiffstats
path: root/net/key
AgeCommit message (Expand)AuthorLines
2009-01-25af_key: initialize xfrm encap_oaTimo Teras-0/+1
2008-11-25netns PF_KEY: per-netns /proc/pfkeyAlexey Dobriyan-17/+17
2008-11-25netns PF_KEY: part 2Alexey Dobriyan-45/+60
2008-11-25netns PF_KEY: part 1Alexey Dobriyan-15/+73
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan-0/+2
2008-11-25netns xfrm: policy walking in netnsAlexey Dobriyan-2/+2
2008-11-25netns xfrm: finding policy in netnsAlexey Dobriyan-3/+3
2008-11-25netns xfrm: policy flushing in netnsAlexey Dobriyan-1/+1
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan-1/+1
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan-3/+3
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan-1/+1
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan-1/+1
2008-11-25netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan-2/+2
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan-1/+1
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan-1/+1
2008-11-06af_key: mark policy as dead before destroyingAlexey Dobriyan-0/+1
2008-10-31key: fix setkey(8) policy set breakageAlexey Dobriyan-1/+0
2008-10-10af_key: fix SADB_X_SPDDELETE responseTobias Brunner-0/+1
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard-17/+69
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu-5/+33
2008-10-01af_key: Free dumping state on socket closeTimo Teras-11/+19
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen-2/+2
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
2008-06-12key: Use xfrm_addr_cmp() where appropriate.YOSHIFUJI Hideaki-8/+1
2008-06-12key: Share common code path to extract address from sockaddr{}.YOSHIFUJI Hideaki-69/+38
2008-06-12key: Share common code path to fill sockaddr{}.YOSHIFUJI Hideaki-347/+111
2008-06-12key: Introduce pfkey_sockaddr_len() for raw sockaddr{} length.YOSHIFUJI Hideaki-31/+19
2008-06-10ipsec: pfkey should ignore events when no listenersJamal Hadi Salim-0/+3
2008-05-21af_key: Fix selector family initialization.Kazunori MIYAZAWA-1/+1
2008-04-28Audit: collect sessionid in netlink messagesEric Paris-5/+12
2008-04-24af_key: Fix af_key.c compiler warningBrian Haley-3/+2
2008-04-22[IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu-1/+1
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore-12/+11
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA-1/+1
2008-03-03[AF_KEY]: Dump SA/SP entries non-atomicallyTimo Teras-29/+91
2008-02-28[XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras-4/+20
2008-02-26[AF_KEY]: Fix oops by converting to proc_net_*().David S. Miller-3/+2
2008-02-14[AF_KEY]: Fix bug in spdaddKazunori MIYAZAWA-0/+1
2008-02-09[KEY]: Convert net/pfkey to use seq files.Pavel Emelyanov-35/+57
2008-02-09[KEY]: Clean up proc files creation a bit.Pavel Emelyanov-8/+27
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro-7/+7
2008-01-28[XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong-4/+2
2008-01-20[AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy-7/+9
2007-12-19[IPSEC]: Avoid undefined shift operation when testing algorithm IDHerbert Xu-2/+12
2007-11-26[IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu-2/+0
2007-11-22[PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov-1/+1
2007-10-30[AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell-2/+2
2007-10-10[IPSEC]: Lock state when copying non-atomic fields to user-spaceHerbert Xu-10/+25