aboutsummaryrefslogtreecommitdiff
path: root/net/key
AgeCommit message (Expand)AuthorFilesLines
2014-07-15af_key: remove unnecessary break after returnGravatar Fabian Frederick 1-3/+0
2014-05-30af_key: Replace comma with semicolonGravatar Himangi Saraogi 1-1/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Gravatar Tetsuo Handa 1-23/+7
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Gravatar Tetsuo Handa 1-7/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+10
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersGravatar Nikolay Aleksandrov 1-3/+3
2014-03-10net: af_key: fix sleeping under rcuGravatar Nikolay Aleksandrov 1-6/+7
2014-03-07xfrm: rename struct xfrm_filterGravatar Nicolas Dichtel 1-1/+1
2014-02-21pfkey: fix SADB_X_EXT_FILTER length checkGravatar Nicolas Dichtel 1-0/+1
2014-02-17ipsec: add support of limited SA dumpGravatar Nicolas Dichtel 1-1/+18
2014-02-13xfrm: avoid creating temporary SA when there are no listenersGravatar Horia Geanta 1-0/+19
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceGravatar Fan Du 1-0/+6
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateGravatar Steffen Klassert 1-3/+2
2013-12-06xfrm: Namespacify xfrm state/policy locksGravatar Fan Du 1-5/+10
2013-12-06xfrm: Using the right namespace to migrate key infoGravatar Fan Du 1-1/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-1/+0
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapGravatar Fan Du 1-1/+2
2013-08-07xfrm: Remove rebundant address family checkingGravatar Fan Du 1-8/+0
2013-08-05af_key: constify lookup tablesGravatar Mathias Krause 1-2/+2
2013-08-05xfrm: constify mark argument of xfrm_find_acq()Gravatar Mathias Krause 1-1/+1
2013-07-30af_key: more info leaks in pfkey messagesGravatar Dan Carpenter 1-0/+4
2013-06-26af_key: fix info leaks in notify messagesGravatar Mathias Krause 1-0/+2
2013-05-31xfrm: force a garbage collection after deleting a policyGravatar Paul Moore 1-0/+4
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-0/+1
2013-03-07afkey: fix a typoGravatar Junwei Zhang 1-4/+4
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-02-21af_key: initialize satype in key_notify_policy_flush()Gravatar Nicolas Dichtel 1-0/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-9/+31
2013-02-01pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Gravatar Jussi Kivilinna 1-8/+31
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-4/+4
2013-01-28af_key: remove a duplicated skb_orphan()Gravatar Cong Wang 1-1/+0
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmGravatar Eric W. Biederman 1-1/+1
2012-10-01net/key/af_key.c: add range checks on ->sadb_x_policy_lenGravatar Dan Carpenter 1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-16/+16
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Gravatar David S. Miller 1-1/+1
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireGravatar Fan Du 1-2/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Gravatar Eric W. Biederman 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-2/+2
2012-04-13net/key/af_key.c: add missing kfree_skbGravatar Julia Lawall 1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-9/+9
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-1/+1
2011-06-16net: Remove casts of void *Gravatar Joe Perches 1-10/+10
2011-05-24net: convert %p usage to %pKGravatar Dan Rosenberg 1-1/+1
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-1/+1
2011-03-01pfkey: fix warningGravatar Stephen Hemminger 1-1/+1
2011-02-25pfkey: Use const where possible.Gravatar David S. Miller 1-94/+107
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.Gravatar David S. Miller 1-11/+11