Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
2017-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -8/+5 |
2017-06-18 | net: remove DST_NOCACHE flag | Wei Wang | 1 | -1/+0 |
2017-06-18 | net: remove DST_NOGC flag | Wei Wang | 1 | -1/+1 |
2017-06-18 | xfrm: take refcnt of dst when creating struct xfrm_dst bundle | Wei Wang | 1 | -18/+30 |
2017-06-12 | xfrm: move xfrm_garbage_collect out of xfrm_policy_flush | Hangbin Liu | 1 | -4/+0 |
2017-06-07 | xfrm: add UDP encapsulation port in migrate message | Antony Antony | 1 | -1/+1 |
2017-06-07 | xfrm: extend MIGRATE with UDP encapsulation port | Antony Antony | 1 | -7/+4 |
2017-05-04 | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY | Sabrina Dubroca | 1 | -47/+0 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -21/+6 |
2017-04-26 | xfrm: do the garbage collection after flushing policy | Xin Long | 1 | -0/+4 |
2017-04-14 | xfrm: Add an IPsec hardware offloading API | Steffen Klassert | 1 | -5/+5 |
2017-04-14 | xfrm: Move device notifications to a sepatate file | Steffen Klassert | 1 | -16/+1 |
2017-03-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -10/+9 |
2017-02-27 | xfrm: provide correct dst in xfrm_neigh_lookup | Julian Anastasov | 1 | -8/+21 |
2017-02-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -71/+46 |
2017-02-14 | xfrm: Don't use sk_family for socket policy lookups | Steffen Klassert | 1 | -5/+4 |
2017-02-09 | xfrm: policy: make policy backend const | Florian Westphal | 1 | -9/+9 |
2017-02-09 | xfrm: policy: remove xfrm_policy_put_afinfo | Florian Westphal | 1 | -13/+8 |
2017-02-09 | xfrm: policy: remove family field | Florian Westphal | 1 | -17/+17 |
2017-02-09 | xfrm: policy: remove garbage_collect callback | Florian Westphal | 1 | -4/+2 |
2017-02-09 | xfrm: policy: xfrm_policy_unregister_afinfo can return void | Florian Westphal | 1 | -22/+13 |
2017-02-09 | xfrm: policy: xfrm_get_tos cannot fail | Florian Westphal | 1 | -14/+5 |
2017-02-09 | xfrm: policy: init locks early | Florian Westphal | 1 | -5/+5 |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov | 1 | -0/+19 |
2017-01-04 | xfrm: trivial typos | Alexander Alemayhu | 1 | -1/+1 |
2016-12-13 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2016-11-18 | xfrm: unbreak xfrm_sk_policy_lookup | Florian Westphal | 1 | -4/+6 |
2016-11-10 | net/flowcache: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -0/+1 |
2016-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2016-08-24 | xfrm: Fix xfrm_policy_lock imbalance | Steffen Klassert | 1 | -1/+1 |
2016-08-12 | xfrm: policy: convert policy_lock to spinlock | Florian Westphal | 1 | -34/+34 |
2016-08-12 | xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo | Florian Westphal | 1 | -2/+0 |
2016-08-12 | xfrm: policy: only use rcu in xfrm_sk_policy_lookup | Florian Westphal | 1 | -5/+3 |
2016-08-12 | xfrm: policy: make xfrm_policy_lookup_bytype lockless | Florian Westphal | 1 | -2/+2 |
2016-08-12 | xfrm: policy: use atomic_inc_not_zero in rcu section | Florian Westphal | 1 | -1/+7 |
2016-08-12 | xfrm: policy: add sequence count to sync with hash resize | Florian Westphal | 1 | -2/+19 |
2016-08-12 | xfrm: policy: prepare policy_bydst hash for rcu lookups | Florian Westphal | 1 | -6/+14 |
2016-08-12 | xfrm: policy: use rcu versions for iteration and list add/del | Florian Westphal | 1 | -7/+7 |
2016-07-29 | xfrm: Ignore socket policies when rebuilding hash tables | Tobias Brunner | 1 | -0/+4 |
2015-12-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -38/+0 |
2015-12-12 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 1 | -12/+25 |
2015-12-12 | xfrm: add rcu grace period in xfrm_policy_destroy() | Eric Dumazet | 1 | -2/+9 |
2015-12-08 | xfrm: take care of request sockets | Eric Dumazet | 1 | -0/+2 |
2015-11-03 | xfrm: dst_entries_init() per-net dst_ops | Dan Streetman | 1 | -38/+0 |
2015-10-08 | dst: Pass net into dst->output | Eric W. Biederman | 1 | -1/+1 |
2015-10-08 | net: Pass net into dst_output and remove dst_output_okfn | Eric W. Biederman | 1 | -1/+1 |
2015-10-08 | xfrm: Only compute net once in xfrm_policy_queue_process | Eric W. Biederman | 1 | -4/+3 |
2015-09-25 | inet: constify ip_route_output_flow() socket argument | Eric Dumazet | 1 | -3/+3 |