| Commit message (Expand) | Author | Age |
* | af_key: Replace comma with semicolon | Himangi Saraogi | 2014-05-30 |
* | xfrm: Remove useless xfrm_audit struct. | Tetsuo Handa | 2014-04-23 |
* | xfrm: Remove useless secid field from xfrm_audit. | Tetsuo Handa | 2014-04-22 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-25 |
|\ |
|
| * | selinux: add gfp argument to security_xfrm_policy_alloc and fix callers | Nikolay Aleksandrov | 2014-03-10 |
| * | net: af_key: fix sleeping under rcu | Nikolay Aleksandrov | 2014-03-10 |
* | | xfrm: rename struct xfrm_filter | Nicolas Dichtel | 2014-03-07 |
* | | pfkey: fix SADB_X_EXT_FILTER length check | Nicolas Dichtel | 2014-02-21 |
* | | ipsec: add support of limited SA dump | Nicolas Dichtel | 2014-02-17 |
* | | xfrm: avoid creating temporary SA when there are no listeners | Horia Geanta | 2014-02-13 |
|/ |
|
* | xfrm: export verify_userspi_info for pkfey and netlink interface | Fan Du | 2013-12-16 |
* | xfrm: Remove ancient sleeping when the SA is in acquire state | Steffen Klassert | 2013-12-06 |
* | xfrm: Namespacify xfrm state/policy locks | Fan Du | 2013-12-06 |
* | xfrm: Using the right namespace to migrate key info | Fan Du | 2013-12-06 |
* | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 2013-11-20 |
* | xfrm: Guard IPsec anti replay window against replay bitmap | Fan Du | 2013-09-17 |
* | xfrm: Remove rebundant address family checking | Fan Du | 2013-08-07 |
* | af_key: constify lookup tables | Mathias Krause | 2013-08-05 |
* | xfrm: constify mark argument of xfrm_find_acq() | Mathias Krause | 2013-08-05 |
* | af_key: more info leaks in pfkey messages | Dan Carpenter | 2013-07-30 |
* | af_key: fix info leaks in notify messages | Mathias Krause | 2013-06-26 |
* | xfrm: force a garbage collection after deleting a policy | Paul Moore | 2013-05-31 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-03-27 |
|\ |
|
| * | af_key: initialize satype in key_notify_policy_flush() | Nicolas Dichtel | 2013-02-21 |
* | | afkey: fix a typo | Junwei Zhang | 2013-03-07 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 |
|/ |
|
* | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 |
* | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-02-14 |
|\ |
|
| * | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk... | Jussi Kivilinna | 2013-02-01 |
| * | af_key: remove a duplicated skb_orphan() | Cong Wang | 2013-01-28 |
* | | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-29 |
|/ |
|
* | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm | Eric W. Biederman | 2012-11-18 |
* | net/key/af_key.c: add range checks on ->sadb_x_policy_len | Dan Carpenter | 2012-10-01 |
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 2012-08-24 |
|\ |
|
| * | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 2012-08-15 |
* | | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire | Fan Du | 2012-08-15 |
|/ |
|
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 |
* | net/key/af_key.c: add missing kfree_skb | Julia Lawall | 2012-04-13 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 |
* | net: Remove casts of void * | Joe Perches | 2011-06-16 |
* | net: convert %p usage to %pK | Dan Rosenberg | 2011-05-24 |
* | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 |
* | pfkey: fix warning | Stephen Hemminger | 2011-03-02 |
* | pfkey: Use const where possible. | David S. Miller | 2011-02-25 |
* | xfrm: Const'ify pointer args to km_migrate() and implementations. | David S. Miller | 2011-02-24 |
* | xfrm: Pass km_event pointers around as const when possible. | David S. Miller | 2011-02-24 |