| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: policy: Fix doulbe free in xfrm_policy_timer | YueHaibing | 2020-04-02 | 1 | -0/+2 |
* | xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire | Xin Long | 2020-04-02 | 1 | -0/+3 |
* | xfrm: fix uctx len check in verify_sec_ctx_len | Xin Long | 2020-04-02 | 1 | -1/+2 |
* | xfrm: handle NETDEV_UNREGISTER for xfrm device | Raed Salem | 2020-04-02 | 1 | -0/+1 |
* | xfrm: interface: do not confirm neighbor when do pmtu update | Xu Wang | 2020-02-05 | 1 | -1/+1 |
* | xfrm interface: fix packet tx through bpf_redirect() | Nicolas Dichtel | 2020-02-05 | 1 | -7/+25 |
* | xfrm interface: ifname may be wrong in logs | Nicolas Dichtel | 2020-01-27 | 1 | -9/+1 |
* | xfrm interface: fix management of phydev | Nicolas Dichtel | 2019-12-13 | 1 | -15/+17 |
* | xfrm interface: fix list corruption for x-netns | Nicolas Dichtel | 2019-12-13 | 1 | -4/+4 |
* | xfrm interface: avoid corruption on changelink | Nicolas Dichtel | 2019-12-13 | 1 | -5/+5 |
* | xfrm interface: fix memory leak on creation | Nicolas Dichtel | 2019-12-13 | 1 | -70/+28 |
* | xfrm: release device reference for invalid state | Xiaodong Xu | 2019-12-13 | 1 | -0/+3 |
* | xfrm: Fix memleak on xfrm state destroy | Steffen Klassert | 2019-12-05 | 1 | -0/+2 |
* | xfrm: use correct size to initialise sp->ovec | Li RongQing | 2019-11-24 | 1 | -1/+1 |
* | ipsec: select crypto ciphers for xfrm_algo | Arnd Bergmann | 2019-07-26 | 1 | -0/+2 |
* | xfrm: fix sa selector validation | Nicolas Dichtel | 2019-07-26 | 1 | -0/+3 |
* | xfrm: Fix xfrm sel prefix length validation | Anirudh Gupta | 2019-07-26 | 1 | -0/+16 |
* | xfrm: Honor original L3 slave device in xfrmi policy lookup | Martin Willi | 2019-05-25 | 2 | -4/+15 |
* | xfrm: clean up xfrm protocol checks | Cong Wang | 2019-05-25 | 2 | -14/+2 |
* | xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink | YueHaibing | 2019-05-25 | 1 | -1/+1 |
* | xfrm: destroy xfrm_state synchronously on net exit path | Cong Wang | 2019-04-20 | 2 | -12/+20 |
* | xfrm: Fix inbound traffic via XFRM interfaces across network namespaces | Tobias Brunner | 2019-03-23 | 2 | -3/+5 |
* | xfrm: refine validation of template and selector families | Florian Westphal | 2019-02-15 | 1 | -4/+9 |
* | xfrm: Make set-mark default behavior backward compatible | Benedict Wong | 2019-02-15 | 1 | -1/+4 |
* | xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th... | Steffen Klassert | 2019-01-13 | 1 | -1/+6 |
* | xfrm: Fix bucket count reported to userspace | Benjamin Poirier | 2019-01-13 | 1 | -1/+1 |
* | xfrm: Fix error return code in xfrm_output_one() | Wei Yongjun | 2019-01-13 | 1 | -0/+1 |
* | xfrm_user: fix freeing of xfrm states on acquire | Mathias Krause | 2018-12-29 | 2 | -3/+9 |
* | xfrm: policy: use hlist rcu variants on insert | Florian Westphal | 2018-10-11 | 1 | -4/+4 |
* | xfrm: fix gro_cells leak when remove virtual xfrm interfaces | Li RongQing | 2018-10-02 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-10-01 | 4 | -0/+24 |
|\ |
|
| * | xfrm: validate template mode | Sean Tranchetti | 2018-09-20 | 1 | -0/+3 |
| * | xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry. | Steffen Klassert | 2018-09-11 | 2 | -0/+8 |
| * | xfrm: reset crypto_done when iterating over multiple input xfrms | Sowmini Varadhan | 2018-09-04 | 1 | -0/+1 |
| * | xfrm: Validate address prefix lengths in the xfrm selector. | Steffen Klassert | 2018-08-03 | 1 | -0/+12 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-02 | 2 | -7/+14 |
|\ \
| |/ |
|
| * | xfrm: free skb if nlsk pointer is NULL | Florian Westphal | 2018-06-25 | 1 | -4/+6 |
| * | xfrm: fix missing dst_release() after policy blocking lbcast and multicast | Tommi Rantala | 2018-06-23 | 1 | -0/+3 |
| * | xfrm_user: prevent leaking 2 bytes of kernel memory | Eric Dumazet | 2018-06-19 | 1 | -3/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-07-27 | 9 | -223/+1244 |
|\ \ |
|
| * | | xfrm: fix ptr_ret.cocci warnings | kbuild test robot | 2018-07-27 | 1 | -4/+1 |
| * | | xfrm: Return detailed errors from xfrmi_newlink | Benedict Wong | 2018-07-26 | 1 | -12/+20 |
| * | | xfrm: fix 'passing zero to ERR_PTR()' warning | YueHaibing | 2018-07-26 | 1 | -1/+4 |
| * | | xfrm: Allow xfrmi if_id to be updated by UPDSA | Nathan Harold | 2018-07-20 | 1 | -2/+6 |
| * | | xfrm: Remove xfrmi interface ID from flowi | Benedict Wong | 2018-07-20 | 3 | -37/+68 |
| * | | xfrm: don't check offload_handle for nonzero | Shannon Nelson | 2018-07-19 | 1 | -3/+3 |
| * | | xfrm: use time64_t for in-kernel timestamps | Arnd Bergmann | 2018-07-11 | 2 | -17/+17 |
| * | | xfrm: Allow Set Mark to be Updated Using UPDSA | Nathan Harold | 2018-07-01 | 1 | -0/+9 |
| * | | xfrm: policy: remove pcpu policy cache | Florian Westphal | 2018-06-25 | 3 | -151/+3 |
| * | | xfrm: Add virtual xfrm interfaces | Steffen Klassert | 2018-06-23 | 5 | -0/+1027 |