summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter2012-10-011-0/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-16/+16
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-1/+1
|\
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+1
* | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du2012-08-151-2/+2
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* net/key/af_key.c: add missing kfree_skbJulia Lawall2012-04-131-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-9/+9
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* net: Remove casts of void *Joe Perches2011-06-161-10/+10
* 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