summaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
Commit message (Expand)AuthorAgeFilesLines
* esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-171-25/+19
* esp6: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-56/+246
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+1
|\
| * esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
|/
* esp6: Switch to new AEAD interfaceHerbert Xu2015-05-281-78/+122
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-1/+1
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-1/+2
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-2/+2
* net: esp: Convert NETDEBUG to pr_infoJoe Perches2014-11-061-5/+5
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-241-4/+3
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-4/+4
* esp6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-9/+17
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-33/+15
|\
| * net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-25/+14
| * net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1
* | ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-161-2/+1
|/
* ipv6:introduce function to find route for redirectDuan Jiong2013-09-051-1/+1
* net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann2013-08-051-1/+1
* ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-081-1/+4
* net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-4/+7
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-0/+2
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-05-271-11/+7
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-2/+2
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-4/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-1/+1
|\
| * esp6: Fix scatterlist initializationSteffen Klassert2011-04-261-1/+1
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+3
|/
* esp6: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-19/+86
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-2/+2
* xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi2010-12-101-8/+24
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-1/+1
* xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-251-1/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-251-1/+2
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-2/+2
* ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela2008-08-061-0/+4
* [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-271-1/+1
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-2/+3
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-1/+1
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-01-311-16/+61
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-01-311-181/+279
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-281-1/+0
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-0/+1
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-281-14/+23