aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky1-0/+3
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-7/+4
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu1-0/+9
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal1-6/+6
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert1-0/+2
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert1-0/+2
2023-09-28xfrm: Remove unused function declarationsYue Haibing1-2/+0
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-1/+1
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky1-0/+1
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+5
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+17
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPFEyal Birger1-0/+17
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky1-0/+17
2022-12-05xfrm: add RX datapath protection for IPsec packet offload modeLeon Romanovsky1-23/+32
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-0/+45
2022-12-05xfrm: add new packet offload flagLeon Romanovsky1-0/+7
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-2/+3
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-1/+2
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+2
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca1-1/+2
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca1-2/+3
2022-08-29xfrm: interface: support collect metadata modeEyal Birger1-2/+9
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao1-2/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-1/+13
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky1-1/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-0/+6
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-5/+5
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky1-1/+0
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-1/+1
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-30/+18
2022-03-18xfrm: rework default policy structureNicolas Dichtel1-30/+18
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac1-1/+0
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan1-2/+3
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+5
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony1-0/+5
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-11-23xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel1-1/+1
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert1-6/+30
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller1-22/+15
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen1-0/+1
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal1-7/+1
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal1-3/+1