aboutsummaryrefslogtreecommitdiffstats
path: root/net/key (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16net: Remove casts of void *Joe Perches1-10/+10
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-03-01pfkey: fix warningStephen Hemminger1-1/+1
2011-02-25pfkey: Use const where possible.David S. Miller1-94/+107
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-11/+11
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-8/+8
2011-02-23afkey: add sparse annotation about rcustephen hemminger1-0/+2
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-05-17pfkey: add severity to printkstephen hemminger1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24af_key: return error if pfkey_xfrm_policy2msg_prep() failsDan Carpenter1-5/+3
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim1-2/+2
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-6/+8
2010-02-22af_key: locking changestephen hemminger1-60/+16
2010-02-19xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim1-2/+5
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim1-1/+4
2010-02-19pfkey: fix SA and SP flush sequenceJamal Hadi Salim1-6/+27
2010-02-17xfrm: Revert false event eliding commits.David S. Miller1-2/+2
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal1-1/+1
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal1-1/+1
2010-02-10net: af_key: use seq_hlist_foo() helpersLi Zefan1-17/+3
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+8
2010-02-03af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan1-7/+8
2010-02-02xfrm: avoid spinlock in get_acqseq()Eric Dumazet1-5/+4
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-3/+3
2009-12-11xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi1-0/+1
2009-12-01net: Simplify af_key pernet operations.Eric W. Biederman1-19/+6
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-02net: file_operations should be constStephen Hemminger1-1/+1
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-02-26af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-01-25af_key: initialize xfrm encap_oaTimo Teras1-0/+1
2008-11-25netns PF_KEY: per-netns /proc/pfkeyAlexey Dobriyan1-17/+17
2008-11-25netns PF_KEY: part 2Alexey Dobriyan1-45/+60
2008-11-25netns PF_KEY: part 1Alexey Dobriyan1-15/+73
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan1-0/+2
2008-11-25netns xfrm: policy walking in netnsAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: finding policy in netnsAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: policy flushing in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan1-3/+3
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan1-1/+1