| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-30 | xfrm: Check inner packet family directly from skb_dst | Jianbo Liu | 1 | -1/+1 |
| 2025-09-15 | xfrm: fix offloading of cross-family tunnels | Sabrina Dubroca | 1 | -1/+1 |
| 2025-08-07 | xfrm: bring back device check in validate_xmit_xfrm | Sabrina Dubroca | 1 | -1/+2 |
| 2025-08-07 | xfrm: restore GSO for SW crypto | Sabrina Dubroca | 1 | -2/+7 |
| 2025-06-12 | xfrm: always initialize offload path | Leon Romanovsky | 1 | -1/+0 |
| 2025-05-15 | xfrm: prevent configuration of interface index when offload is used | Leon Romanovsky | 1 | -0/+5 |
| 2025-04-16 | xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free} | Cosmin Ratiu | 1 | -3/+1 |
| 2025-04-16 | xfrm: Remove unneeded device check from validate_xmit_xfrm | Cosmin Ratiu | 1 | -6/+1 |
| 2025-04-16 | xfrm: Use xdo.dev instead of xdo.real_dev | Cosmin Ratiu | 1 | -2/+0 |
| 2025-02-21 | xfrm: check for PMTU in tunnel mode for packet offload | Leon Romanovsky | 1 | -2/+8 |
| 2025-02-21 | xfrm: provide common xdo_dev_offload_ok callback implementation | Leon Romanovsky | 1 | -0/+15 |
| 2025-02-21 | xfrm: rely on XFRM offload | Leon Romanovsky | 1 | -6/+4 |
| 2025-02-21 | xfrm: delay initialization of offload path till its actually requested | Leon Romanovsky | 1 | -5/+8 |
| 2024-12-05 | xfrm: add generic iptfs defines and functionality | Christian Hopps | 1 | -0/+1 |
| 2024-12-05 | xfrm: add mode_cbs module functionality | Christian Hopps | 1 | -1/+2 |
| 2024-09-23 | xfrm: extract dst lookup parameters into a struct | Eyal Birger | 1 | -3/+8 |
| 2024-08-16 | xfrm: Remove documentation WARN_ON to limit return values for offloaded SA | Patrisious Haddad | 1 | -5/+1 |
| 2024-07-12 | xfrm: Allow UDP encapsulation in crypto offload control path | Mike Yu | 1 | -3/+3 |
| 2024-05-01 | xfrm: Add Direction to the SA in or out | Antony Antony | 1 | -0/+6 |
| 2024-03-18 | xfrm: Allow UDP encapsulation only in offload modes | Leon Romanovsky | 1 | -1/+2 |
| 2024-01-25 | xfrm: Pass UDP encapsulation in TX packet offload | Leon Romanovsky | 1 | -1/+1 |
| 2023-07-25 | xfrm: Support UDP encapsulation in packet offload mode | Leon Romanovsky | 1 | -6/+7 |
| 2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 1 | -0/+1 |
| 2023-05-16 | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 1 | -1/+1 |
| 2023-04-21 | xfrm: Fix leak of dev tracker | Leon Romanovsky | 1 | -1/+1 |
| 2023-04-06 | xfrm: don't require advance ESN callback for packet offload | Leon Romanovsky | 1 | -1/+1 |
| 2023-02-01 | netlink: provide an ability to set default extack message | Leon Romanovsky | 1 | -1/+4 |
| 2023-01-26 | xfrm: extend add state callback to set failure reason | Leon Romanovsky | 1 | -4/+2 |
| 2023-01-26 | xfrm: extend add policy callback to set failure reason | Leon Romanovsky | 1 | -2/+1 |
| 2022-12-09 | xfrm: Fix spelling mistake "oflload" -> "offload" | Colin Ian King | 1 | -1/+1 |
| 2022-12-05 | xfrm: add TX datapath support for IPsec packet offload mode | Leon Romanovsky | 1 | -2/+13 |
| 2022-12-05 | xfrm: add an interface to offload policy | Leon Romanovsky | 1 | -1/+66 |
| 2022-12-05 | xfrm: allow state packet offload mode | Leon Romanovsky | 1 | -5/+19 |
| 2022-12-05 | xfrm: add new packet offload flag | Leon Romanovsky | 1 | -0/+3 |
| 2022-10-19 | xfrm: replay: Fix ESN wrap around for GSO | Christian Langrock | 1 | -1/+14 |
| 2022-09-22 | xfrm: add extack support to xfrm_dev_state_add | Sabrina Dubroca | 1 | -5/+15 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -1/+1 |
| 2022-05-06 | xfrm: drop not needed flags variable in XFRM offload struct | Leon Romanovsky | 1 | -3/+0 |
| 2022-05-06 | xfrm: store and rely on direction to construct offload flags | Leon Romanovsky | 1 | -1/+7 |
| 2022-05-06 | xfrm: rename xfrm_state_offload struct to allow reuse | Leon Romanovsky | 1 | -1/+1 |
| 2022-05-06 | xfrm: delete not used number of external headers | Leon Romanovsky | 1 | -2/+0 |
| 2022-03-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 1 | -12/+2 |
| 2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |
| 2022-02-09 | xfrm: enforce validity of offload input flags | Leon Romanovsky | 1 | -1/+5 |
| 2022-02-02 | xfrm: delete duplicated functions that calls same xfrm_api_check() | Leon Romanovsky | 1 | -12/+2 |
| 2021-12-10 | xfrm: add net device refcount tracker to struct xfrm_state_offload | Eric Dumazet | 1 | -1/+2 |
| 2021-06-22 | xfrm: Fix xfrm offload fallback fail case | Ayush Sawal | 1 | -0/+1 |
| 2021-03-29 | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets | Steffen Klassert | 1 | -2/+0 |
| 2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+3 |
| 2020-06-23 | bonding/xfrm: use real_dev instead of slave_dev | Jarod Wilson | 1 | -2/+3 |
| 2020-06-22 | xfrm: bail early on slave pass over skb | Jarod Wilson | 1 | -17/+17 |
| 2020-06-04 | xfrm: Fix double ESP trailer insertion in IPsec crypto offload. | Huy Nguyen | 1 | -1/+3 |
| 2020-04-15 | xfrm: do pskb_pull properly in __xfrm_transport_prep | Xin Long | 1 | -5/+3 |
| 2020-03-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+27 |
| 2020-03-26 | xfrm: add prep for esp beet mode offload | Xin Long | 1 | -1/+27 |
| 2020-03-04 | esp: remove the skb from the chain when it's enqueued in cryptd_wq | Xin Long | 1 | -4/+4 |
| 2020-02-04 | xfrm: handle NETDEV_UNREGISTER for xfrm device | Raed Salem | 1 | -0/+1 |
| 2020-01-14 | net: xfrm: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld | 1 | -11/+4 |
| 2019-07-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -3/+2 |
| 2019-07-01 | xfrm: remove get_mtu indirection from xfrm_type | Florian Westphal | 1 | -3/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-08 | xfrm: store xfrm_mode directly, not its address | Florian Westphal | 1 | -5/+5 |
| 2019-04-08 | xfrm: remove xmit indirection from xfrm_mode | Florian Westphal | 1 | -2/+56 |
| 2019-03-24 | xfrm: gso partial offload support | Boris Pismenny | 1 | -0/+3 |
| 2019-03-20 | net: dev: rename queue selection helpers. | Paolo Abeni | 1 | -1/+1 |
| 2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal | 1 | -1/+3 |
| 2018-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+5 |
| 2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller | 1 | -1/+1 |
| 2018-08-29 | xfrm: allow driver to quietly refuse offload | Shannon Nelson | 1 | -1/+5 |
| 2018-07-19 | xfrm: don't check offload_handle for nonzero | Shannon Nelson | 1 | -3/+3 |
| 2018-06-25 | xfrm: policy: remove pcpu policy cache | Florian Westphal | 1 | -10/+0 |
| 2018-06-23 | xfrm: Extend the output_mark to support input direction and masking. | Steffen Klassert | 1 | -1/+2 |
| 2018-03-30 | xfrm: Register xfrm_dev_notifier in appropriate place | Kirill Tkhai | 1 | -1/+1 |
| 2018-03-04 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens | 1 | -1/+1 |
| 2018-01-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -2/+9 |
| 2018-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2018-01-19 | xfrm: fix error flow in case of add state fails | Aviad Yehezkel | 1 | -0/+1 |
| 2018-01-18 | xfrm: Add ESN support for IPSec HW offload | Yossef Efraim | 1 | -2/+9 |
| 2017-12-21 | xfrm: check for xdo_dev_ops add and delete | Shannon Nelson | 1 | -13/+18 |
| 2017-12-20 | xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto. | Steffen Klassert | 1 | -2/+2 |
| 2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -18/+82 |
| 2017-12-20 | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert | 1 | -10/+77 |
| 2017-12-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
| 2017-12-01 | xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA option | Yossef Efraim | 1 | -1/+1 |
| 2017-11-30 | xfrm: Move dst->path into struct xfrm_dst | David Miller | 1 | -1/+1 |
| 2017-11-30 | xfrm: Move child route linkage into xfrm_dst. | David Miller | 1 | -1/+1 |
| 2017-09-11 | xfrm: Fix negative device refcount on offload failure. | Steffen Klassert | 1 | -0/+1 |
| 2017-08-11 | net: xfrm: support setting an output mark. | Lorenzo Colitti | 1 | -1/+2 |
| 2017-08-02 | xfrm: Auto-load xfrm offload modules | Ilan Tayari | 1 | -1/+1 |
| 2017-07-18 | xfrm: add xdst pcpu cache | Florian Westphal | 1 | -0/+2 |
| 2017-07-18 | xfrm: remove flow cache | Florian Westphal | 1 | -2/+0 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2017-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
| 2017-06-07 | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD | Hangbin Liu | 1 | -0/+2 |
| 2017-05-19 | xfrm: Make function xfrm_dev_register static | Wei Yongjun | 1 | -1/+1 |
| 2017-05-08 | xfrm: Fix NETDEV_DOWN with IPSec offload | Ilan Tayari | 1 | -1/+1 |
| 2017-04-14 | net: Add a xfrm validate function to validate_xmit_skb | Steffen Klassert | 1 | -0/+29 |
| 2017-04-14 | xfrm: Add an IPsec hardware offloading API | Steffen Klassert | 1 | -1/+137 |
| 2017-04-14 | xfrm: Move device notifications to a sepatate file | Steffen Klassert | 1 | -0/+43 |