summaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
AgeCommit message (Expand)Author
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-06-12xfrm: always initialize offload pathLeon Romanovsky
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-04-17xfrm: Migrate offload configurationChiachang Wang
2025-04-16bonding: Fix multiple long standing offload racesCosmin Ratiu
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-06xfrm: delete intermediate secpath entry in packet offload modeAlexandre Cassen
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal
2024-08-24xfrm: policy: remove remaining use of inexact listFlorian Westphal
2024-08-23xfrm: Correct spelling in xfrm.hSimon Horman
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert
2023-09-28xfrm: Remove unused function declarationsYue Haibing
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-03-20xfrm: add new device offload acquire flagRaed Salem
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky
2022-12-05xfrm: add RX datapath protection for IPsec packet offload modeLeon Romanovsky
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky
2022-12-05xfrm: add new packet offload flagLeon Romanovsky
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca