Age | Commit message (Expand) | Author |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-03 | xfrm: Fix stack-out-of-bounds read in xfrm_state_find. | Steffen Klassert |
2017-11-03 | xfrm: do unconditional template resolution before pcpu cache check | Florian Westphal |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-02 | xfrm: defer daddr pointer assignment after spi parsing | Florian Westphal |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-10-31 | xfrm: Fix GSO for IPsec with GRE tunnel. | Steffen Klassert |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-26 | net: xfrm_user: use BUG_ON instead of if condition followed by BUG | Gustavo A. R. Silva |
2017-10-26 | xfrm: Clear sk_dst_cache when applying per-socket policy. | Jonathan Basseri |
2017-10-24 | xfrm: Fix xfrm_dst_cache memleak | Steffen Klassert |
2017-10-23 | ipsec: Fix aborted xfrm policy dump crash | Herbert Xu |
2017-10-18 | xfrm: Convert timers to use timer_setup() | Kees Cook |
2017-10-11 | ipsec: Fix dst leak in xfrm_bundle_create(). | David Miller |
2017-09-28 | xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock | Artem Savkov |
2017-09-25 | xfrm: eradicate size_t | Alexey Dobriyan |
2017-09-25 | xfrm: make xfrm_replay_state_esn_len() return unsigned int | Alexey Dobriyan |
2017-09-25 | xfrm: make xfrm_alg_auth_len() return unsigned int | Alexey Dobriyan |
2017-09-25 | xfrm: make xfrm_alg_len() return unsigned int | Alexey Dobriyan |
2017-09-25 | xfrm: make aead_len() return unsigned int | Alexey Dobriyan |
2017-09-13 | vti: fix NULL dereference in xfrm_input() | Alexey Kodanev |
2017-09-11 | xfrm: Fix negative device refcount on offload failure. | Steffen Klassert |
2017-09-11 | xfrm: Fix deletion of offloaded SAs on failure. | Steffen Klassert |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-31 | xfrm: Fix return value check of copy_sec_ctx. | Steffen Klassert |
2017-08-31 | xfrm: Add support for network devices capable of removing the ESP trailer | Yossi Kuperman |
2017-08-28 | xfrm_user: fix info leak in build_aevent() | Mathias Krause |
2017-08-28 | xfrm_user: fix info leak in build_expire() | Mathias Krause |
2017-08-28 | xfrm_user: fix info leak in xfrm_notify_sa() | Mathias Krause |
2017-08-28 | xfrm_user: fix info leak in copy_user_offload() | Mathias Krause |
2017-08-24 | net: xfrm: don't double-hold dst when sk_policy in use. | Lorenzo Colitti |
2017-08-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-08-11 | net: xfrm: support setting an output mark. | Lorenzo Colitti |
2017-08-07 | xfrm: check that cached bundle is still valid | Florian Westphal |
2017-08-03 | xfrm: policy: check policy direction value | Vladis Dronov |
2017-08-02 | xfrm: fix null pointer dereference on state and tmpl sort | Koichiro Den |
2017-08-02 | xfrm: Clear RX SKB secpath xfrm_offload | Ilan Tayari |
2017-08-02 | xfrm: Auto-load xfrm offload modules | Ilan Tayari |
2017-07-18 | xfrm: add xdst pcpu cache | Florian Westphal |
2017-07-18 | xfrm: remove flow cache | Florian Westphal |
2017-07-18 | xfrm_policy: make xfrm_bundle_lookup return xfrm dst object | Florian Westphal |
2017-07-18 | xfrm_policy: remove xfrm_policy_lookup | Florian Westphal |
2017-07-18 | xfrm_policy: kill flow to policy dir conversion | Florian Westphal |
2017-07-18 | xfrm_policy: remove always true/false branches | Florian Westphal |
2017-07-18 | xfrm_policy: bypass flow_cache_lookup | Florian Westphal |
2017-07-04 | net, xfrm: convert sec_path.refcnt from atomic_t to refcount_t | Reshetova, Elena |