| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -39/+38 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -15/+42 |
| |\ |
|
| * | | xfrm: Report user triggered expirations against the users socket | Eric W. Biederman | 2012-09-10 | 1 | -2/+2 |
| * | | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -31/+31 |
| * | | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-09 | 1 | -1/+1 |
| * | | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire | Fan Du | 2012-08-16 | 1 | -5/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -6/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 2012-09-18 | 1 | -6/+6 |
| |/ |
|
* | | xfrm_user: don't copy esn replay window twice for new states | Mathias Krause | 2012-09-21 | 1 | -4/+5 |
* | | xfrm_user: ensure user supplied esn replay window is valid | Mathias Krause | 2012-09-21 | 1 | -6/+25 |
* | | xfrm_user: fix info leak in copy_to_user_tmpl() | Mathias Krause | 2012-09-21 | 1 | -0/+1 |
* | | xfrm_user: fix info leak in copy_to_user_policy() | Mathias Krause | 2012-09-21 | 1 | -0/+1 |
* | | xfrm_user: fix info leak in copy_to_user_state() | Mathias Krause | 2012-09-21 | 1 | -0/+1 |
* | | xfrm_user: fix info leak in copy_to_user_auth() | Mathias Krause | 2012-09-21 | 1 | -1/+1 |
* | | xfrm_user: return error pointer instead of NULL #2 | Mathias Krause | 2012-09-18 | 1 | -2/+4 |
* | | xfrm_user: return error pointer instead of NULL | Mathias Krause | 2012-09-18 | 1 | -2/+4 |
|/ |
|
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-30 | 1 | -2/+5 |
* | xfrm_user: Propagate netlink error codes properly. | David S. Miller | 2012-06-28 | 1 | -190/+204 |
* | xfrm_user: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -43/+62 |
* | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -2/+7 |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-15 | 1 | -1/+1 |
|\ |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-06 | 1 | -1/+1 |
* | | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 1 | -1/+1 |
* | | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-12 | 1 | -6/+6 |
* | | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 2011-08-02 | 1 | -2/+2 |
|/ |
|
* | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 2011-06-10 | 1 | -1/+2 |
* | xfrm: Check for the new replay implementation if an esn state is inserted | Steffen Klassert | 2011-04-26 | 1 | -0/+3 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -3/+3 |
* | xfrm: Restrict extended sequence numbers to esp | Steffen Klassert | 2011-03-29 | 1 | -0/+3 |
* | xfrm: Check for esn buffer len in xfrm_new_ae | Steffen Klassert | 2011-03-29 | 1 | -0/+21 |
* | xfrm: Fix initialize repl field of struct xfrm_state | Wei Yongjun | 2011-03-22 | 1 | -1/+1 |
* | xfrm: Add user interface for esn and big anti-replay windows | Steffen Klassert | 2011-03-14 | 1 | -14/+85 |
* | xfrm: Move IPsec replay detection functions to a separate file | Steffen Klassert | 2011-03-14 | 1 | -1/+3 |
* | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms | Patrick McHardy | 2011-03-03 | 1 | -24/+32 |
* | xfrm: Pass name as const to xfrm_*_get_byname(). | David S. Miller | 2011-02-28 | 1 | -1/+1 |
* | xfrm: Const'ify pointer args to km_migrate() and implementations. | David S. Miller | 2011-02-24 | 1 | -12/+12 |
* | xfrm: Pass km_event pointers around as const when possible. | David S. Miller | 2011-02-24 | 1 | -12/+12 |
* | Revert "netlink: test for all flags of the NLM_F_DUMP composite" | David S. Miller | 2011-01-19 | 1 | -1/+1 |
* | xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC | Nicolas Dichtel | 2011-01-11 | 1 | -1/+3 |
* | netlink: test for all flags of the NLM_F_DUMP composite | Jan Engelhardt | 2011-01-10 | 1 | -1/+1 |
* | xfrm: Add Traffic Flow Confidentiality padding XFRM attribute | Martin Willi | 2010-12-10 | 1 | -2/+17 |
* | xfrm_user: avoid a warning with some compiler | Nicolas Dichtel | 2010-09-01 | 1 | -1/+1 |
* | xfrm: Use GFP_ATOMIC in xfrm_compile_policy | Herbert Xu | 2010-08-15 | 1 | -1/+1 |
* | xfrm: add severity to printk | stephen hemminger | 2010-05-18 | 1 | -5/+7 |
* | xfrm: remove policy lock when accessing policy->walk.dead | Timo Teräs | 2010-04-02 | 1 | -5/+1 |
* | xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler | Timo Teräs | 2010-04-02 | 1 | -0/+4 |
* | xfrm: Allow user space manipulation of SPD mark | Jamal Hadi Salim | 2010-02-23 | 1 | -6/+25 |
* | xfrm: Allow user space config of SAD mark | Jamal Hadi Salim | 2010-02-23 | 1 | -15/+57 |
* | xfrm: SP lookups signature with mark | Jamal Hadi Salim | 2010-02-23 | 1 | -5/+5 |