summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-4/+2
* af_key: initialize xfrm encap_oaTimo Teras2009-01-251-0/+1
* netns PF_KEY: per-netns /proc/pfkeyAlexey Dobriyan2008-11-251-17/+17
* netns PF_KEY: part 2Alexey Dobriyan2008-11-251-45/+60
* netns PF_KEY: part 1Alexey Dobriyan2008-11-251-15/+73
* netns xfrm: pass netns with KM notificationsAlexey Dobriyan2008-11-251-0/+2
* netns xfrm: policy walking in netnsAlexey Dobriyan2008-11-251-2/+2
* netns xfrm: finding policy in netnsAlexey Dobriyan2008-11-251-3/+3
* netns xfrm: policy flushing in netnsAlexey Dobriyan2008-11-251-1/+1
* netns xfrm: state walking in netnsAlexey Dobriyan2008-11-251-1/+1
* netns xfrm: finding states in netnsAlexey Dobriyan2008-11-251-3/+3
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* netns xfrm: state flush in netnsAlexey Dobriyan2008-11-251-1/+1
* netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan2008-11-251-2/+2
* netns xfrm: per-netns km_waitqAlexey Dobriyan2008-11-251-1/+1
* netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan2008-11-251-1/+1
* af_key: mark policy as dead before destroyingAlexey Dobriyan2008-11-061-0/+1
* key: fix setkey(8) policy set breakageAlexey Dobriyan2008-10-311-1/+0
* af_key: fix SADB_X_SPDDELETE responseTobias Brunner2008-10-101-0/+1
* xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard2008-10-051-17/+69
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-011-5/+33
* af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-0/+3
|\
| * ipsec: pfkey should ignore events when no listenersJamal Hadi Salim2008-06-101-0/+3
* | key: Use xfrm_addr_cmp() where appropriate.YOSHIFUJI Hideaki2008-06-121-8/+1
* | key: Share common code path to extract address from sockaddr{}.YOSHIFUJI Hideaki2008-06-121-69/+38
* | key: Share common code path to fill sockaddr{}.YOSHIFUJI Hideaki2008-06-121-347/+111
* | key: Introduce pfkey_sockaddr_len() for raw sockaddr{} length.YOSHIFUJI Hideaki2008-06-121-31/+19
|/
* af_key: Fix selector family initialization.Kazunori MIYAZAWA2008-05-211-1/+1
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-5/+12
* af_key: Fix af_key.c compiler warningBrian Haley2008-04-241-3/+2
* [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-221-1/+1
* LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore2008-04-121-12/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-1/+1
|\
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-1/+1
* | [AF_KEY]: Dump SA/SP entries non-atomicallyTimo Teras2008-03-031-29/+91
* | [XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras2008-02-281-4/+20
|/
* [AF_KEY]: Fix oops by converting to proc_net_*().David S. Miller2008-02-261-3/+2
* [AF_KEY]: Fix bug in spdaddKazunori MIYAZAWA2008-02-141-0/+1
* [KEY]: Convert net/pfkey to use seq files.Pavel Emelyanov2008-02-091-35/+57
* [KEY]: Clean up proc files creation a bit.Pavel Emelyanov2008-02-091-8/+27
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-7/+7
* [XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong2008-01-281-4/+2
* [AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy2008-01-201-7/+9
* [IPSEC]: Avoid undefined shift operation when testing algorithm IDHerbert Xu2007-12-191-2/+12
* [IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu2007-11-261-2/+0
* [PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin2007-11-221-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1