summaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-061-12/+0
|\
| * udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony2024-04-181-12/+0
* | net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
* | net: make napi_frag_unref reuse skb_page_unrefMina Almasry2024-04-091-1/+1
|/
* page_pool: check for PP direct cache locality laterAlexander Lobakin2024-04-021-1/+1
* net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-181-4/+4
* net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao2024-02-091-0/+1
* net: ipv6: fix typo in commentsDeming Wang2023-10-251-1/+1
* net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
* net: ipv6: Remove completion function scaffoldingHerbert Xu2023-02-131-8/+8
* net: ipv6: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-10/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-22/+33
|\
| * xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca2022-09-291-21/+32
| * xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-291-1/+1
* | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-1/+2
|/
* esp6: Fix spelling mistakeZhang Jiaming2022-07-041-2/+2
* xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-061-6/+0
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-3/+2
* esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca2022-03-141-2/+1
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-071-0/+5
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-2/+1
|\
| * ipv6/esp6: Remove structure variables and alignment statementsluo penghao2021-11-181-2/+1
* | ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-11-181-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-1/+1
| |\
| | * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-1/+1
* | | xfrm: remove hdr_offset indirectionFlorian Westphal2021-06-111-1/+0
* | | xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-1/+0
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-141-1/+1
|\ \ | |/ |/|
| * ipv6: fix clang Wformat warningArnd Bergmann2021-03-251-1/+1
* | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-091-1/+1
|\
| * esp: Simplify the calculation of variablesJiapeng Chong2021-02-041-1/+1
* | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-111-6/+1
|/
* xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca2020-07-281-0/+1
* xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca2020-07-071-3/+9
* xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-281-1/+187
* xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-25/+201
* ESP: Export esp_output_fill_trailer functionRaed Salem2020-02-191-16/+0
* xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-19/+1
* xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
* net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-3/+6
* esp: remove redundant define esphHaishuang Yan2018-08-291-4/+3
* esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+1
|\
| * xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-081-2/+1
* | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2