aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-12/+0
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony1-12/+0
2024-04-11net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry1-1/+1
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin1-1/+1
2024-03-18net: esp: fix bad handling of pages from page_poolDragos Tatulea1-4/+4
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao1-0/+1
2023-10-25net: ipv6: fix typo in commentsDeming Wang1-1/+1
2023-10-10net: ipv6: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-02-13net: ipv6: Remove completion function scaffoldingHerbert Xu1-8/+8
2023-02-13net: ipv6: Add scaffolding to change completion function signatureHerbert Xu1-10/+10
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-22/+33
2022-09-29xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca1-21/+32
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+1
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-1/+2
2022-07-04esp6: Fix spelling mistakeZhang Jiaming1-2/+2
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-6/+0
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-3/+2
2022-03-14esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca1-2/+1
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+5
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac1-1/+1
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+1
2021-11-18ipv6/esp6: Remove structure variables and alignment statementsluo penghao1-2/+1
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal1-1/+0
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal1-1/+0
2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca1-1/+1
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2021-03-25ipv6: fix clang Wformat warningArnd Bergmann1-1/+1
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo1-1/+1
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David 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/klasse...David 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
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches1-5/+5
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris1-4/+3
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-4/+4
2014-03-14esp6: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-33/+15
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause1-25/+14
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause1-8/+1
2013-09-16ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert1-2/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong1-1/+1
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann1-1/+1
2013-01-08ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing1-1/+4
2012-08-31net: ipv6: fix error return codeJulia Lawall1-3/+3
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-4/+7
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-0/+2
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-11/+7
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-2/+2
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-4/+6
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-26esp6: Fix scatterlist initializationSteffen Klassert1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+3
2011-03-13esp6: Add support for IPsec extended sequence numbersSteffen Klassert1-19/+86
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert1-2/+2
2010-12-10xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi1-8/+24
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+1
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi1-1/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2008-11-25netns xfrm: AH/ESP in netns!Alexey Dobriyan1-1/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela1-0/+4
2008-03-27[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf1-1/+1
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-2/+3
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2008-01-31[IPSEC]: Add support for combined mode algorithmsHerbert Xu1-16/+61
2008-01-31[IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu1-181/+279
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu1-1/+0
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-0/+1
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu1-14/+23
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu1-2/+1
2007-12-11[IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf1-0/+6
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-6/+7
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-2/+6
2007-10-26[INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk1-1/+1
2007-10-26[IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller1-0/+2
2007-10-22[IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA1-0/+1
2007-10-17[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu1-1/+8
2007-10-10[IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu1-3/+0
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu1-9/+9
2007-10-10[IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu1-7/+2
2007-10-10[IPSEC]: Move state lock into x->type->outputHerbert Xu1-2/+8
2007-10-10[IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu1-3/+4
2007-10-10[IPSEC]: Move output replay code into xfrm_outputHerbert Xu1-2/+2
2007-10-10[IPSEC] esp: Remove keys from esp_data structureHerbert Xu1-11/+4
2007-07-10[XFRM]: Add module alias for transformation type.Masahide NAKAMURA1-0/+1
2007-04-25[XFRM]: Optimize MTU calculationPatrick McHardy1-10/+12
2007-04-25[XFRM]: esp: fix skb_tail_pointer conversion bugPatrick McHardy1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-6/+3
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+2
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-15/+15
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro1-1/+1
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller1-2/+7
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-1/+2
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-2/+2
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu1-18/+24
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu1-20/+28
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu1-16/+4
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-3/+1
2006-03-20[IPSEC]: Sync series - fast pathJamal Hadi Salim1-0/+1
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-2/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2005-12-08[IPv6] IPsec: fix pmtu calculation of espKazunori MIYAZAWA1-1/+1
2005-10-10[IPSEC] Fix block size/MTU bugs in ESPHerbert Xu1-3/+4
2005-10-10[IPSEC]: Use ALIGN macro in ESPHerbert Xu1-5/+6
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-16/+8
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-2/+1
2005-06-20[IPSEC]: Add xfrm_init_stateHerbert Xu1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+424