Age | Commit message (Expand) | Author | Files | Lines |
2017-11-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -38/+37 |
2017-11-03 | xfrm: Fix stack-out-of-bounds read in xfrm_state_find. | Steffen Klassert | 1 | -18/+11 |
2017-11-03 | xfrm: do unconditional template resolution before pcpu cache check | Florian Westphal | 1 | -18/+24 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -0/+5 |
2017-11-02 | xfrm: defer daddr pointer assignment after spi parsing | Florian Westphal | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-10-31 | xfrm: Fix GSO for IPsec with GRE tunnel. | Steffen Klassert | 1 | -1/+3 |
2017-10-26 | xfrm: Clear sk_dst_cache when applying per-socket policy. | Jonathan Basseri | 1 | -0/+1 |
2017-10-24 | xfrm: Fix xfrm_dst_cache memleak | Steffen Klassert | 1 | -1/+0 |
2017-10-23 | ipsec: Fix aborted xfrm policy dump crash | Herbert Xu | 1 | -10/+15 |
2017-10-11 | ipsec: Fix dst leak in xfrm_bundle_create(). | David Miller | 1 | -8/+8 |
2017-09-28 | xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock | Artem Savkov | 1 | -2/+2 |
2017-09-13 | vti: fix NULL dereference in xfrm_input() | Alexey Kodanev | 1 | -2/+4 |
2017-09-11 | xfrm: Fix negative device refcount on offload failure. | Steffen Klassert | 1 | -0/+1 |
2017-09-11 | xfrm: Fix deletion of offloaded SAs on failure. | Steffen Klassert | 1 | -0/+1 |
2017-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+19 |
2017-08-31 | xfrm: Fix return value check of copy_sec_ctx. | Steffen Klassert | 1 | -2/+2 |
2017-08-31 | xfrm: Add support for network devices capable of removing the ESP trailer | Yossi Kuperman | 1 | -0/+5 |
2017-08-28 | xfrm_user: fix info leak in build_aevent() | Mathias Krause | 1 | -0/+1 |
2017-08-28 | xfrm_user: fix info leak in build_expire() | Mathias Krause | 1 | -0/+2 |
2017-08-28 | xfrm_user: fix info leak in xfrm_notify_sa() | Mathias Krause | 1 | -0/+1 |
2017-08-28 | xfrm_user: fix info leak in copy_user_offload() | Mathias Krause | 1 | -1/+1 |
2017-08-24 | net: xfrm: don't double-hold dst when sk_policy in use. | Lorenzo Colitti | 1 | -1/+0 |
2017-08-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 6 | -15/+41 |
2017-08-11 | net: xfrm: support setting an output mark. | Lorenzo Colitti | 4 | -9/+25 |
2017-08-08 | xfrm: check that cached bundle is still valid | Florian Westphal | 1 | -1/+2 |
2017-08-03 | xfrm: policy: check policy direction value | Vladis Dronov | 1 | -0/+6 |
2017-08-02 | xfrm: fix null pointer dereference on state and tmpl sort | Koichiro Den | 1 | -0/+8 |
2017-08-02 | xfrm: Clear RX SKB secpath xfrm_offload | Ilan Tayari | 1 | -0/+2 |
2017-08-02 | xfrm: Auto-load xfrm offload modules | Ilan Tayari | 3 | -6/+14 |
2017-07-18 | xfrm: add xdst pcpu cache | Florian Westphal | 3 | -3/+131 |
2017-07-18 | xfrm: remove flow cache | Florian Westphal | 3 | -112/+1 |
2017-07-18 | xfrm_policy: make xfrm_bundle_lookup return xfrm dst object | Florian Westphal | 1 | -16/+12 |
2017-07-18 | xfrm_policy: remove xfrm_policy_lookup | Florian Westphal | 1 | -32/+4 |
2017-07-18 | xfrm_policy: kill flow to policy dir conversion | Florian Westphal | 1 | -42/+4 |
2017-07-18 | xfrm_policy: remove always true/false branches | Florian Westphal | 1 | -60/+14 |
2017-07-18 | xfrm_policy: bypass flow_cache_lookup | Florian Westphal | 1 | -9/+5 |
2017-07-05 | net, xfrm: convert sec_path.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-05 | net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-05 | net, xfrm: convert xfrm_state.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 | 4 | -6/+4 |
2017-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -32/+55 |
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 | 2 | -4/+1 |
2017-06-07 | xfrm: add UDP encapsulation port in migrate message | Antony Antony | 3 | -9/+22 |
2017-06-07 | xfrm: extend MIGRATE with UDP encapsulation port | Antony Antony | 3 | -14/+29 |
2017-06-07 | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD | Hangbin Liu | 2 | -2/+3 |
2017-05-19 | xfrm: fix state migration copy replay sequence numbers | Antony Antony | 1 | -0/+2 |