summaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-161-2/+1Star
|/
* 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/+7Star
* 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-141-19/+86
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-141-2/+2
* xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi2010-12-101-8/+24
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-231-1/+1
* xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-261-1/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-151-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-261-1/+2
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-261-1/+1
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-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-281-1/+1
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-131-2/+3
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-02-011-1/+1
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-02-011-16/+61
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-02-011-181/+279
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-291-1/+0Star
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-291-0/+1
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-281-14/+23
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-2/+1Star
* [IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+6
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-311-6/+7
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+6
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-271-1/+1
* [IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2007-10-261-0/+2
* [IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA2007-10-221-0/+1
* [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu2007-10-181-1/+8
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-111-3/+0Star
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-111-9/+9
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-111-7/+2Star
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-111-2/+8
* [IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu2007-10-111-3/+4
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-111-2/+2
* [IPSEC] esp: Remove keys from esp_data structureHerbert Xu2007-10-111-11/+4Star
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-111-0/+1
* [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-261-10/+12