summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* af_key: fix info leaks in notify messagesMathias Krause2013-06-261-0/+2
* xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-311-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-03-271-0/+1
|\
| * af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel2013-02-211-0/+1
* | afkey: fix a typoJunwei Zhang2013-03-071-4/+4
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-141-9/+31
|\
| * pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-011-8/+31
| * af_key: remove a duplicated skb_orphan()Cong Wang2013-01-281-1/+0
* | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-4/+4
|/
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
* 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