| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-12-09 | 2 | -27/+37 |
|\ |
|
| * | xfrm: Use __xfrm_policy_link in xfrm_policy_insert | Herbert Xu | 2014-11-13 | 1 | -3/+2 |
| * | xfrm: Do not hash socket policies | Herbert Xu | 2014-11-13 | 1 | -18/+26 |
| * | xfrm: add XFRMA_REPLAY_VAL attribute to SA messages | dingzhi | 2014-11-03 | 1 | -4/+8 |
| * | xfrm: fix set but not used warning in xfrm_policy_queue_process() | Fabian Frederick | 2014-10-27 | 1 | -2/+1 |
* | | net: skb_fclone_busy() needs to detect orphaned skb | Eric Dumazet | 2014-10-31 | 1 | -1/+1 |
|/ |
|
* | net: make skb_gso_segment error handling more robust | Florian Westphal | 2014-10-20 | 1 | -0/+2 |
* | net: cleanup and document skb fclone layout | Eric Dumazet | 2014-10-01 | 1 | -3/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-09-28 | 4 | -31/+281 |
|\ |
|
| * | ipsec: Remove obsolete MAX_AH_AUTH_LEN | Herbert Xu | 2014-09-18 | 1 | -2/+1 |
| * | xfrm: configure policy hash table thresholds by netlink | Christophe Gouault | 2014-09-02 | 2 | -3/+164 |
| * | xfrm: hash prefixed policies based on preflen thresholds | Christophe Gouault | 2014-09-02 | 2 | -16/+113 |
| * | xfrm: remove useless hash_resize_mutex locks | Ying Xue | 2014-08-29 | 1 | -10/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 1 | -8/+40 |
|\ \ |
|
| * | | xfrm: Generate queueing routes only from route lookup functions | Steffen Klassert | 2014-09-16 | 1 | -8/+24 |
| * | | xfrm: Generate blackhole routes only from route lookup functions | Steffen Klassert | 2014-09-16 | 1 | -1/+17 |
| |/ |
|
* / | net: use kfree_skb_list() helper in more places | Florian Westphal | 2014-09-10 | 1 | -5/+1 |
|/ |
|
* | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-07 | 1 | -2/+2 |
* | xfrm: Fix installation of AH IPsec SAs | Tobias Brunner | 2014-06-30 | 1 | -4/+3 |
* | xfrm: Fix refcount imbalance in xfrm_lookup | Steffen Klassert | 2014-06-26 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-04 | 1 | -11/+25 |
|\ |
|
| * | xfrm: fix race between netns cleanup and state expire notification | Michal Kubecek | 2014-06-04 | 1 | -11/+25 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-05-22 | 4 | -105/+36 |
|\ \ |
|
| * | | net/xfrm/xfrm_output.c: move EXPORT_SYMBOL | Fabian Frederick | 2014-05-13 | 1 | -3/+2 |
| * | | xfrm: Remove useless xfrm_audit struct. | Tetsuo Handa | 2014-04-23 | 3 | -78/+34 |
| * | | xfrm: Remove useless secid field from xfrm_audit. | Tetsuo Handa | 2014-04-22 | 3 | -45/+21 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-12 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 2014-04-24 | 1 | -1/+1 |
| |/ |
|
* / | net: clean up snmp stats code | WANG Cong | 2014-05-07 | 2 | -8/+5 |
|/ |
|
* | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 2014-04-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-26 | 1 | -3/+3 |
|\ |
|
| * | selinux: add gfp argument to security_xfrm_policy_alloc and fix callers | Nikolay Aleksandrov | 2014-03-10 | 1 | -3/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-03-18 | 3 | -6/+81 |
|\ \ |
|
| * | | xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly | Steffen Klassert | 2014-03-14 | 1 | -0/+75 |
| * | | xfrm: rename struct xfrm_filter | Nicolas Dichtel | 2014-03-07 | 2 | -6/+6 |
* | | | flowcache: Fix resource leaks on namespace exit. | Steffen Klassert | 2014-03-12 | 1 | -1/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-06 | 3 | -12/+18 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | xfrm: Fix unlink race when policies are deleted. | Steffen Klassert | 2014-02-26 | 1 | -1/+1 |
| * | xfrm: Clone states properly on migration | Steffen Klassert | 2014-02-20 | 2 | -5/+8 |
| * | xfrm: Take xfrm_state_lock in xfrm_migrate_state_find | Steffen Klassert | 2014-02-20 | 1 | -5/+8 |
| * | xfrm: Fix NULL pointer dereference on sub policy usage | Steffen Klassert | 2014-02-20 | 1 | -1/+1 |
* | | xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer | Steffen Klassert | 2014-02-25 | 1 | -0/+5 |
* | | xfrm4: Add IPsec protocol multiplexer | Steffen Klassert | 2014-02-25 | 1 | -6/+11 |
* | | xfrm: Cleanup error handling of xfrm_state_clone | Steffen Klassert | 2014-02-21 | 1 | -11/+5 |
* | | xfrm: Remove caching of xfrm_policy_sk_bundles | Steffen Klassert | 2014-02-19 | 1 | -28/+0 |
* | | ipsec: add support of limited SA dump | Nicolas Dichtel | 2014-02-17 | 2 | -2/+51 |
* | | xfrm: avoid creating temporary SA when there are no listeners | Horia Geanta | 2014-02-13 | 2 | -0/+37 |
* | | flowcache: Make flow cache name space aware | Fan Du | 2014-02-12 | 1 | -3/+4 |
* | | xfrm: Don't prohibit AH from using ESN feature | Fan Du | 2014-02-12 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 5 | -217/+239 |
|\ |
|