aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xfrm/xfrm_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15xfrm: prevent configuration of interface index when offload is usedLeon Romanovsky1-0/+5
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-3/+1
2025-04-16xfrm: Remove unneeded device check from validate_xmit_xfrmCosmin Ratiu1-6/+1
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu1-2/+0
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky1-2/+8
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-0/+15
2025-02-21xfrm: rely on XFRM offloadLeon Romanovsky1-6/+4
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky1-5/+8
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps1-0/+1
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps1-1/+2
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger1-3/+8
2024-08-16xfrm: Remove documentation WARN_ON to limit return values for offloaded SAPatrisious Haddad1-5/+1
2024-07-12xfrm: Allow UDP encapsulation in crypto offload control pathMike Yu1-3/+3
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony1-0/+6
2024-03-18xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky1-1/+2
2024-01-25xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky1-1/+1
2023-07-25xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky1-6/+7
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-05-16Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+1
2023-04-21xfrm: Fix leak of dev trackerLeon Romanovsky1-1/+1
2023-04-06xfrm: don't require advance ESN callback for packet offloadLeon Romanovsky1-1/+1
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky1-1/+4
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky1-4/+2
2023-01-26xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-2/+1
2022-12-09xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King1-1/+1
2022-12-05xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky1-2/+13
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-1/+66
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-5/+19
2022-12-05xfrm: add new packet offload flagLeon Romanovsky1-0/+3
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock1-1/+14
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca1-5/+15
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky1-3/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-1/+7
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-1/+1
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky1-2/+0
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-12/+2
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-02-09xfrm: enforce validity of offload input flagsLeon Romanovsky1-1/+5
2022-02-02xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky1-12/+2
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-06-22xfrm: Fix xfrm offload fallback fail caseAyush Sawal1-0/+1
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-2/+0
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-2/+3
2020-06-22xfrm: bail early on slave pass over skbJarod Wilson1-17/+17
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-04-15xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long1-5/+3
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+27
2020-03-26xfrm: add prep for esp beet mode offloadXin Long1-1/+27