Age | Commit message (Expand) | Author | Files | Lines |
2018-01-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -2/+11 |
2018-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -11/+20 |
2018-01-23 | xfrm: fix boolean assignment in xfrm_get_type_offload | Gustavo A. R. Silva | 1 | -1/+1 |
2018-01-19 | xfrm: fix error flow in case of add state fails | Aviad Yehezkel | 1 | -0/+1 |
2018-01-18 | xfrm: Add SA to hardware at the end of xfrm_state_construct() | Yossi Kuperman | 2 | -10/+18 |
2018-01-18 | xfrm: Add ESN support for IPSec HW offload | Yossef Efraim | 2 | -2/+11 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+21 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-10 | xfrm: Fix a race in the xdst pcpu cache. | Steffen Klassert | 1 | -1/+7 |
2018-01-08 | xfrm: don't call xfrm_policy_cache_flush while holding spinlock | Florian Westphal | 1 | -2/+2 |
2018-01-05 | xfrm: Use __skb_queue_tail in xfrm_trans_queue | Herbert Xu | 1 | -1/+1 |
2017-12-31 | xfrm: fix rcu usage in xfrm_get_type_offload | Sabrina Dubroca | 1 | -1/+2 |
2017-12-30 | xfrm: skip policies marked as dead while rehashing | Florian Westphal | 1 | -1/+2 |
2017-12-30 | xfrm: Forbid state updates from changing encap type | Herbert Xu | 1 | -1/+7 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -3/+102 |
2017-12-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -3/+102 |
2017-12-21 | xfrm: check for xdo_dev_ops add and delete | Shannon Nelson | 1 | -13/+18 |
2017-12-20 | xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto. | Steffen Klassert | 1 | -2/+2 |
2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -18/+82 |
2017-12-20 | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert | 1 | -10/+77 |
2017-12-19 | xfrm: Reinject transport-mode packets through tasklet | Herbert Xu | 1 | -0/+57 |
2017-12-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 5 | -5/+10 |
2017-12-12 | xfrm: put policies when reusing pcpu xdst entry | Florian Westphal | 1 | -0/+1 |
2017-12-08 | xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. | Steffen Klassert | 1 | -0/+9 |
2017-12-08 | xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM) | Antony Antony | 1 | -0/+1 |
2017-12-01 | xfrm: Fix stack-out-of-bounds read on socket policy lookup. | Steffen Klassert | 1 | -1/+7 |
2017-12-01 | xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0) | Aviv Heller | 1 | -1/+11 |
2017-12-01 | xfrm: Remove redundant state assignment in xfrm_input() | Aviv Heller | 1 | -1/+0 |
2017-12-01 | xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA option | Yossef Efraim | 1 | -1/+1 |
2017-12-01 | xfrm: Fix xfrm_replay_overflow_offload_esn | Yossef Efraim | 1 | -2/+1 |
2017-12-01 | xfrm: fix XFRMA_OUTPUT_MARK policy entry | Michal Kubecek | 1 | -1/+1 |
2017-11-30 | xfrm: Stop using dst->next in bundle construction. | David Miller | 1 | -24/+32 |
2017-11-30 | xfrm: Move dst->path into struct xfrm_dst | David Miller | 2 | -15/+15 |
2017-11-30 | xfrm: Move child route linkage into xfrm_dst. | David Miller | 1 | -1/+1 |
2017-11-30 | ipsec: Create and use new helpers for dst child access. | David Miller | 1 | -24/+23 |
2017-11-30 | net: Create and use new helper xfrm_dst_child(). | David Miller | 2 | -8/+8 |
2017-11-30 | net: xfrm: allow clearing socket xfrm policies. | Lorenzo Colitti | 2 | -1/+8 |
2017-11-29 | xfrm: check id proto in validate_tmpl() | Cong Wang | 1 | -0/+15 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -5/+4 |
2017-11-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -11/+19 |
2017-11-15 | Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." | Steffen Klassert | 1 | -11/+18 |
2017-11-14 | xfrm: Copy policy family in clone_policy | Herbert Xu | 1 | -0/+1 |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -38/+37 |
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-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -0/+5 |
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 |