Age | Commit message (Expand) | Author | Files | Lines |
2014-05-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -105/+36 |
2014-05-13 | net/xfrm/xfrm_output.c: move EXPORT_SYMBOL | Fabian Frederick | 1 | -3/+2 |
2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-05-08 | net: clean up snmp stats code | WANG Cong | 2 | -8/+5 |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -1/+1 |
2014-04-23 | xfrm: Remove useless xfrm_audit struct. | Tetsuo Handa | 3 | -78/+34 |
2014-04-22 | xfrm: Remove useless secid field from xfrm_audit. | Tetsuo Handa | 3 | -45/+21 |
2014-04-15 | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 1 | -1/+1 |
2014-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2014-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -6/+81 |
2014-03-14 | xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly | Steffen Klassert | 1 | -0/+75 |
2014-03-12 | flowcache: Fix resource leaks on namespace exit. | Steffen Klassert | 1 | -1/+6 |
2014-03-10 | selinux: add gfp argument to security_xfrm_policy_alloc and fix callers | Nikolay Aleksandrov | 1 | -3/+3 |
2014-03-07 | xfrm: rename struct xfrm_filter | Nicolas Dichtel | 2 | -6/+6 |
2014-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -12/+18 |
2014-02-26 | xfrm: Fix unlink race when policies are deleted. | Steffen Klassert | 1 | -1/+1 |
2014-02-25 | xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer | Steffen Klassert | 1 | -0/+5 |
2014-02-25 | xfrm4: Add IPsec protocol multiplexer | Steffen Klassert | 1 | -6/+11 |
2014-02-21 | xfrm: Cleanup error handling of xfrm_state_clone | Steffen Klassert | 1 | -11/+5 |
2014-02-20 | xfrm: Clone states properly on migration | Steffen Klassert | 2 | -5/+8 |
2014-02-20 | xfrm: Take xfrm_state_lock in xfrm_migrate_state_find | Steffen Klassert | 1 | -5/+8 |
2014-02-20 | xfrm: Fix NULL pointer dereference on sub policy usage | Steffen Klassert | 1 | -1/+1 |
2014-02-19 | xfrm: Remove caching of xfrm_policy_sk_bundles | Steffen Klassert | 1 | -28/+0 |
2014-02-17 | ipsec: add support of limited SA dump | Nicolas Dichtel | 2 | -2/+51 |
2014-02-13 | xfrm: avoid creating temporary SA when there are no listeners | Horia Geanta | 2 | -0/+37 |
2014-02-12 | flowcache: Make flow cache name space aware | Fan Du | 1 | -3/+4 |
2014-02-12 | xfrm: Don't prohibit AH from using ESN feature | Fan Du | 1 | -1/+2 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -217/+239 |
2014-01-24 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 3 | -13/+13 |
2014-01-15 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 1 | -1/+1 |
2014-01-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 5 | -34/+56 |
2014-01-14 | audit: convert all sessionid declaration to unsigned int | Eric Paris | 3 | -13/+13 |
2014-01-08 | net: xfrm: xfrm_policy: silence compiler warning | Ying Xue | 1 | -0/+2 |
2014-01-08 | net: xfrm: xfrm_policy: fix inline not at beginning of declaration | Daniel Borkmann | 1 | -6/+6 |
2014-01-03 | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du | 1 | -0/+22 |
2014-01-03 | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find | Fan Du | 1 | -2/+2 |
2014-01-02 | xfrm: checkpatch erros with inline keyword position | Weilong Chen | 1 | -3/+3 |
2014-01-02 | xfrm: fix checkpatch error | Weilong Chen | 1 | -2/+2 |
2014-01-02 | xfrm: checkpatch erros with space prohibited | Weilong Chen | 2 | -4/+4 |
2014-01-02 | xfrm: checkpatch errors with foo * bar | Weilong Chen | 3 | -13/+13 |
2014-01-02 | xfrm: checkpatch errors with space | Weilong Chen | 4 | -13/+13 |
2013-12-16 | xfrm: export verify_userspi_info for pkfey and netlink interface | Fan Du | 2 | -24/+25 |
2013-12-16 | xfrm: check user specified spi for IPComp | Fan Du | 1 | -1/+3 |
2013-12-06 | xfrm: Remove ancient sleeping when the SA is in acquire state | Steffen Klassert | 2 | -39/+3 |
2013-12-06 | xfrm: Namespacify xfrm state/policy locks | Fan Du | 3 | -103/+119 |
2013-12-06 | xfrm: Using the right namespace to migrate key info | Fan Du | 2 | -6/+7 |
2013-12-06 | xfrm: Try to honor policy index if it's supplied by user | Fan Du | 2 | -6/+20 |
2013-11-08 | net: move pskb_put() to core code | Mathias Krause | 1 | -13/+0 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
2013-11-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -2/+11 |