aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2021-02-04esp: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-01-11esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca1-0/+1
2020-07-07xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca1-3/+9
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-1/+187
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-25/+201
2020-02-19ESP: Export esp_output_fill_trailer functionRaed Salem1-16/+0
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal1-19/+1
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-01-28esp: Skip TX bytes accounting when sending from a request socketMartin Willi1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-3/+6
2018-08-29esp: remove redundant define esphHaishuang Yan1-4/+3
2018-06-27esp6: fix memleak on error path in esp6_inputZhen Lei1-1/+3
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-01-08xfrm: Return error on unknown encap_type in init_stateHerbert Xu1-2/+1
2017-12-20esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert1-10/+2
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert1-3/+21
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef1-1/+1
2017-10-27ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+2
2017-10-23esp6: remove redundant initialization of esphColin Ian King1-2/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-15/+36
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert1-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert1-2/+3
2017-08-02esp6: Fix RX checksum after header pullYossi Kuperman1-0/+2
2017-08-02esp6: Support RX checksum with crypto offloadIlan Tayari1-3/+11
2017-07-13esp: Fix memleaks on error paths.Steffen Klassert1-4/+5
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+0
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-7/+13
2017-05-22ipv6: remove unused variables in esp6Stephen Hemminger1-5/+0
2017-04-24esp: Fix misplaced spin_unlock_bh.Steffen Klassert1-5/+1
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert1-2/+10
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert1-2/+6
2017-04-14esp6: Reorganize esp_outputSteffen Klassert1-124/+140
2017-04-14esp6: Remame esp_input_done2Steffen Klassert1-3/+3
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-1/+3
2017-01-17esp: Introduce a helper to setup the trailerSteffen Klassert1-25/+19
2017-01-17esp6: Avoid skb_cow_data whenever possibleSteffen Klassert1-56/+246
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2015-05-28esp6: Switch to new AEAD interfaceHerbert Xu1-78/+122
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-1/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-2/+2