aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/esp6.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-101-11/+7
* 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
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-2/+1
* [IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+6
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-301-6/+7
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+6
* [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-261-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-171-1/+8
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-3/+0
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-101-9/+9
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-7/+2
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-101-2/+8
* [IPSEC]: Store IPv6 nh pointer in mac_header on outputHerbert Xu2007-10-101-3/+4
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-101-2/+2
* [IPSEC] esp: Remove keys from esp_data structureHerbert Xu2007-10-101-11/+4
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-251-10/+12
* [XFRM]: esp: fix skb_tail_pointer conversion bugPatrick McHardy2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-3/+5
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-251-2/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-6/+3
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-15/+15