summaryrefslogtreecommitdiffstats
path: root/net/key
Commit message (Expand)AuthorAgeFilesLines
* af_key: fix two typosLi RongQing2015-10-231-1/+1
* net: Fix RCU splat in af_keyDavid Ahern2015-08-241-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-1/+1
|\
| * net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | ipsec: Add IV generator information to xfrm_stateHerbert Xu2015-05-281-0/+1
|/
* xfrm: simplify xfrm_address_t useJiri Benc2015-03-311-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* af_key: remove unnecessary break after returnFabian Frederick2014-07-151-3/+0
* af_key: Replace comma with semicolonHimangi Saraogi2014-05-301-1/+1
* xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-23/+7
* xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-7/+5
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-9/+10
|\
| * selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-3/+3
| * net: af_key: fix sleeping under rcuNikolay Aleksandrov2014-03-101-6/+7
* | xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-071-1/+1
* | pfkey: fix SADB_X_EXT_FILTER length checkNicolas Dichtel2014-02-211-0/+1
* | ipsec: add support of limited SA dumpNicolas Dichtel2014-02-171-1/+18
* | xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2014-02-131-0/+19
|/
* xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-161-0/+6
* xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-3/+2
* xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-5/+10
* xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-1/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-1/+0
* xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-171-1/+2
* xfrm: Remove rebundant address family checkingFan Du2013-08-071-8/+0
* af_key: constify lookup tablesMathias Krause2013-08-051-2/+2
* xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-1/+1
* af_key: more info leaks in pfkey messagesDan Carpenter2013-07-301-0/+4
* 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
OpenPOWER on IntegriCloud