summaryrefslogtreecommitdiff
path: root/net/key
AgeCommit message (Expand)Author
2011-06-16net: Remove casts of void *Joe Perches
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-01pfkey: fix warningStephen Hemminger
2011-02-25pfkey: Use const where possible.David S. Miller
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller
2011-02-23afkey: add sparse annotation about rcustephen hemminger
2010-09-23net: return operator cleanupEric Dumazet
2010-05-17pfkey: add severity to printkstephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24af_key: return error if pfkey_xfrm_policy2msg_prep() failsDan Carpenter
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim
2010-02-22af_key: locking changestephen hemminger
2010-02-19xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim
2010-02-19pfkey: fix SA and SP flush sequenceJamal Hadi Salim
2010-02-17xfrm: Revert false event eliding commits.David S. Miller
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal
2010-02-10net: af_key: use seq_hlist_foo() helpersLi Zefan
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-03af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan
2010-02-02xfrm: avoid spinlock in get_acqseq()Eric Dumazet
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-11xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi
2009-12-01net: Simplify af_key pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-02net: file_operations should be constStephen Hemminger
2009-09-02net: seq_operations should be constStephen Hemminger
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-02-26af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-01-25af_key: initialize xfrm encap_oaTimo Teras
2008-11-25netns PF_KEY: per-netns /proc/pfkeyAlexey Dobriyan
2008-11-25netns PF_KEY: part 2Alexey Dobriyan
2008-11-25netns PF_KEY: part 1Alexey Dobriyan
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan
2008-11-25netns xfrm: policy walking in netnsAlexey Dobriyan
2008-11-25netns xfrm: finding policy in netnsAlexey Dobriyan
2008-11-25netns xfrm: policy flushing in netnsAlexey Dobriyan
2008-11-25netns xfrm: state walking in netnsAlexey Dobriyan
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: state flush in netnsAlexey Dobriyan
2008-11-25netns xfrm: add struct xfrm_policy::xp_netAlexey Dobriyan
2008-11-25netns xfrm: per-netns km_waitqAlexey Dobriyan