Age | Commit message (Expand) | Author |
2023-10-06 | xfrm: Support GRO for IPv6 ESP in UDP encapsulation | Steffen Klassert |
2023-10-06 | xfrm: Use the XFRM_GRO to indicate a GRO call on input | Steffen Klassert |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-16 | xfrm: Linearize the skb after offloading if needed. | Sebastian Andrzej Siewior |
2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet |
2022-11-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-10-19 | esp6: remove redundant variable err | Colin Ian King |
2022-10-19 | xfrm: replay: Fix ESN wrap around for GSO | Christian Langrock |
2022-08-29 | esp: choose the correct inner protocol for GSO on inter address family tunnels | Sabrina Dubroca |
2022-03-07 | net: Fix esp GSO on inter address family tunnels. | Steffen Klassert |
2022-03-07 | esp: Fix BEET mode inter address family tunneling on GSO | Steffen Klassert |
2021-11-16 | net: move gro definitions to include/net/gro.h | Eric Dumazet |
2021-06-09 | xfrm: remove description from xfrm_type struct | Florian Westphal |
2021-04-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2021-03-29 | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets | Steffen Klassert |
2021-03-22 | esp: delete NETIF_F_SCTP_CRC bit from features for esp offload | Xin Long |
2021-03-12 | esp6: remove a duplicative condition | Junlin Yang |
2020-06-20 | net: Add MODULE_DESCRIPTION entries to network modules | Rob Gill |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-14 | esp6: calculate transport_header correctly when sel.family != AF_INET6 | Xin Long |
2020-04-28 | xfrm: add support for UDPv6 encapsulation of ESP | Sabrina Dubroca |
2020-04-21 | esp6: support ipv6 nexthdrs process for beet gso segment | Xin Long |
2020-04-20 | xfrm: remove the xfrm_state_put call becofe going to out_reset | Xin Long |
2020-04-15 | esp6: get the right proto for transport mode in esp6_gso_encap | Xin Long |
2020-03-26 | esp6: add gso_segment for esp6 beet mode | Xin Long |
2020-01-15 | xfrm: support output_mark for offload ESP packets | Ulrich Weber |
2019-07-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2019-06-06 | xfrm: remove type and offload_type map from xfrm_state_afinfo | Florian Westphal |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-08 | xfrm: store xfrm_mode directly, not its address | Florian Westphal |
2019-04-08 | xfrm: remove gso_segment indirection from xfrm_mode | Florian Westphal |
2019-03-08 | xfrm: Reset secpath in xfrm failure | Myungho Jung |
2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal |
2018-12-19 | xfrm: change secpath_set to return secpath struct, not error value | Florian Westphal |
2018-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-07-19 | xfrm: don't check offload_handle for nonzero | Shannon Nelson |
2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller |
2018-02-27 | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting | Shannon Nelson |
2018-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-22 | gso: validate gso_type in GSO handlers | Willem de Bruijn |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-09 | esp: Fix GRO when the headers not fully in the linear part of the skb. | Steffen Klassert |
2017-12-20 | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-07 | esp: Fix error handling on layer 2 xmit. | Steffen Klassert |
2017-08-02 | xfrm: Auto-load xfrm offload modules | Ilan Tayari |
2017-08-02 | esp6: Support RX checksum with crypto offload | Ilan Tayari |
2017-06-22 | esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO | Yossi Kuperman |
2017-04-19 | esp4/6: Fix GSO path for non-GSO SW-crypto packets | Ilan Tayari |