aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/esp4.c
Commit message (Expand)AuthorAgeFilesLines
* esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-101-15/+9
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+4
* esp4: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-18/+82
* 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 IPv4 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 net_protocolAlexey Dobriyan2009-09-141-1/+1
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-251-1/+3
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-031-2/+2
* ipsec: Interfamily IPSec BEETJoakim Koskela2008-08-061-1/+1
* [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-271-1/+1
* [IPV4]: esp_output() misannotationsAl Viro2008-03-171-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-13/+58
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-01-311-195/+302
* [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-9/+15
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-5/+8
* [IPv4] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+5
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-301-5/+7
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+5
* [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]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-101-2/+1
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-6/+1
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-101-5/+5
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-101-6/+5
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-4/+2
* [IPSEC] esp: Remove NAT-T checksum invalidation for BEETHerbert Xu2007-10-101-2/+1
* [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-1/+1
* [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/+5
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [XFRM]: beet: fix worst case header_len calculationPatrick McHardy2007-04-251-1/+2
* [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-251-12/+18
* [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 icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-3/+4
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [IPV4]: encapsulation annotationsAl Viro2006-12-021-2/+2