aboutsummaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+7
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* pfkey: fix warningStephen Hemminger2011-03-011-1/+1
* pfkey: Use const where possible.David S. Miller2011-02-251-94/+107
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-231-11/+11
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-231-8/+8
* afkey: add sparse annotation about rcustephen hemminger2011-02-231-0/+2
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* pfkey: add severity to printkstephen hemminger2010-05-171-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* af_key: return error if pfkey_xfrm_policy2msg_prep() failsDan Carpenter2010-03-241-5/+3
* xfrm: SP lookups signature with markJamal Hadi Salim2010-02-221-2/+2
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-6/+8
* af_key: locking changestephen hemminger2010-02-221-60/+16
* xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim2010-02-191-2/+5
* xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2010-02-191-1/+4
* pfkey: fix SA and SP flush sequenceJamal Hadi Salim2010-02-191-6/+27
* xfrm: Revert false event eliding commits.David S. Miller2010-02-171-2/+2
* xfrm: Flushing empty SPD generates false eventsjamal2010-02-151-1/+1
* xfrm: Flushing empty SAD generates false eventsjamal2010-02-151-1/+1
* net: af_key: use seq_hlist_foo() helpersLi Zefan2010-02-101-17/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-031-7/+8
|\
| * af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan2010-02-031-7/+8
* | xfrm: avoid spinlock in get_acqseq()Eric Dumazet2010-02-021-5/+4
* | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-3/+3
|/
* xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi2009-12-111-0/+1
* net: Simplify af_key pernet operations.Eric W. Biederman2009-12-011-19/+6
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: file_operations should be constStephen Hemminger2009-09-021-1/+1
* net: seq_operations should be constStephen Hemminger2009-09-021-1/+1
* 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