summaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-4/+4
|\
| * ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-271-2/+2
| * esp6: remove redundant initialization of esphColin Ian King2017-10-231-2/+2
* | net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-7/+9
|\
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-251-1/+1
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-251-2/+3
| * esp: Fix memleaks on error paths.Steffen Klassert2017-07-131-4/+5
* | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-15/+36
* | esp6: Fix RX checksum after header pullYossi Kuperman2017-08-021-0/+2
* | esp6: Support RX checksum with crypto offloadIlan Tayari2017-08-021-3/+11
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-5/+0
|\
| * ipv6: remove unused variables in esp6Stephen Hemminger2017-05-221-5/+0
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-041-7/+13
|/
* esp: Fix misplaced spin_unlock_bh.Steffen Klassert2017-04-241-5/+1
* esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2017-04-141-2/+10