| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: don't skip free of empty state in acquire policy | Leon Romanovsky | 2023-08-01 | 1 | -0/+1 |
* | xfrm: Treat already-verified secpath entries as optional | Benedict Wong | 2023-05-21 | 1 | -0/+1 |
* | xfrm: add new device offload acquire flag | Raed Salem | 2023-03-20 | 1 | -0/+5 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2022-12-12 | 1 | -0/+17 |
|\ |
|
| * | xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ... | Eyal Birger | 2022-12-05 | 1 | -0/+17 |
* | | xfrm: add support to HW update soft and hard limits | Leon Romanovsky | 2022-12-05 | 1 | -0/+17 |
* | | xfrm: add RX datapath protection for IPsec packet offload mode | Leon Romanovsky | 2022-12-05 | 1 | -23/+32 |
* | | xfrm: add an interface to offload policy | Leon Romanovsky | 2022-12-05 | 1 | -0/+45 |
* | | xfrm: add new packet offload flag | Leon Romanovsky | 2022-12-05 | 1 | -0/+7 |
|/ |
|
* | xfrm: add extack to xfrm_alloc_userspi | Sabrina Dubroca | 2022-11-25 | 1 | -2/+3 |
* | xfrm: add extack to xfrm_do_migrate | Sabrina Dubroca | 2022-11-25 | 1 | -1/+2 |
* | xfrm: pass extack down to xfrm_type ->init_state | Sabrina Dubroca | 2022-09-29 | 1 | -1/+2 |
* | xfrm: add extack support to xfrm_init_replay | Sabrina Dubroca | 2022-09-22 | 1 | -1/+1 |
* | xfrm: add extack to __xfrm_init_state | Sabrina Dubroca | 2022-09-22 | 1 | -1/+2 |
* | xfrm: add extack support to xfrm_dev_state_add | Sabrina Dubroca | 2022-09-22 | 1 | -2/+3 |
* | xfrm: interface: support collect metadata mode | Eyal Birger | 2022-08-29 | 1 | -2/+9 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2022-07-25 | 1 | -2/+2 |
|\ |
|
| * | xfrm: change the type of xfrm_register_km and xfrm_unregister_km | Zhengchao Shao | 2022-06-24 | 1 | -2/+2 |
* | | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo | 2022-07-11 | 1 | -0/+2 |
|/ |
|
* | net: rename reference+tracking helpers | Jakub Kicinski | 2022-06-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-05-19 | 1 | -1/+13 |
|\ |
|
| * | xfrm: fix "disable_policy" flag use when arriving from different devices | Eyal Birger | 2022-05-16 | 1 | -1/+13 |
* | | xfrm: drop not needed flags variable in XFRM offload struct | Leon Romanovsky | 2022-05-06 | 1 | -1/+0 |
* | | xfrm: store and rely on direction to construct offload flags | Leon Romanovsky | 2022-05-06 | 1 | -0/+6 |
* | | xfrm: rename xfrm_state_offload struct to allow reuse | Leon Romanovsky | 2022-05-06 | 1 | -5/+5 |
* | | xfrm: delete not used number of external headers | Leon Romanovsky | 2022-05-06 | 1 | -1/+0 |
* | | xfrm: free not used XFRM_ESP_NO_TRAILER flag | Leon Romanovsky | 2022-05-06 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 2022-03-19 | 1 | -30/+18 |
|\ |
|
| * | xfrm: rework default policy structure | Nicolas Dichtel | 2022-03-18 | 1 | -30/+18 |
* | | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" | Jiri Bohac | 2022-01-27 | 1 | -1/+0 |
* | | xfrm: Check if_id in xfrm_migrate | Yan Yan | 2022-01-26 | 1 | -2/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-01-09 | 1 | -1/+1 |
|\ |
|
| * | xfrm: fix dflt policy check when there is no policy configured | Nicolas Dichtel | 2021-11-23 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2022-01-06 | 1 | -0/+5 |
|\ \ |
|
| * | | xfrm: rate limit SA mapping change message to user space | Antony Antony | 2021-12-23 | 1 | -0/+5 |
| |/ |
|
* / | xfrm: add net device refcount tracker to struct xfrm_state_offload | Eric Dumazet | 2021-12-10 | 1 | -1/+2 |
|/ |
|
* | xfrm: Add possibility to set the default to block if we have no policy | Steffen Klassert | 2021-07-21 | 1 | -6/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -1/+1 |
|\ |
|
| * | xfrm: Remove the repeated declaration | Shaokun Zhang | 2021-06-01 | 1 | -1/+0 |
| * | xfrm: xfrm_state_mtu should return at least 1280 for ipv6 | Sabrina Dubroca | 2021-04-19 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git | David S. Miller | 2021-06-28 | 1 | -22/+15 |
|\ \ |
|
| * | | xfrm: replay: remove last replay indirection | Florian Westphal | 2021-06-21 | 1 | -7/+1 |
| * | | xfrm: replay: avoid replay indirection | Florian Westphal | 2021-06-21 | 1 | -3/+1 |
| * | | xfrm: replay: remove recheck indirection | Florian Westphal | 2021-06-21 | 1 | -3/+1 |
| * | | xfrm: replay: remove advance indirection | Florian Westphal | 2021-06-21 | 1 | -1/+1 |
| * | | xfrm: replay: avoid xfrm replay notify indirection | Florian Westphal | 2021-06-21 | 1 | -1/+10 |
| * | | xfrm: delete xfrm4_output_finish xfrm6_output_finish declarations | Antony Antony | 2021-06-16 | 1 | -2/+0 |
| * | | xfrm: remove hdr_offset indirection | Florian Westphal | 2021-06-11 | 1 | -3/+0 |
| * | | xfrm: remove description from xfrm_type struct | Florian Westphal | 2021-06-09 | 1 | -2/+0 |
| * | | xfrm: add state hashtable keyed by seq | Sabrina Dubroca | 2021-05-14 | 1 | -0/+1 |
| |/ |
|