summaryrefslogtreecommitdiffstats
path: root/net/ipv4/esp4.c
Commit message (Expand)AuthorAgeFilesLines
* esp4: Switch to new AEAD interfaceHerbert Xu2015-05-281-78/+122
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* net: esp: Convert NETDEBUG to pr_infoJoe Perches2014-11-061-5/+5
* esp4: remove assignment in if conditionFabian Frederick2014-11-041-1/+3
* esp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
* net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-26/+14Star
* net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1Star
* net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann2013-08-051-1/+1
* ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-031-5/+2Star
* esp4: fix error return code in esp_output()Wei Yongjun2013-04-151-3/+3
* xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert2013-01-211-2/+5
* ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-081-1/+4
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-5/+13
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-151-0/+1
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-05-271-15/+9Star
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-121-4/+4
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+4
* esp4: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-141-18/+82
* 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 IPv4 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 net_protocolAlexey Dobriyan2009-09-151-1/+1
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-261-1/+3
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-261-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-281-1/+1
* [IPV4]: esp_output() misannotationsAl Viro2008-03-181-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-13/+58
* [IPSEC]: Use crypto_aead and authenc in ESPHerbert Xu2008-02-011-195/+302
* [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-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-311-5/+7
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+5
* [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]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-111-2/+1Star
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-111-6/+1Star
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-111-5/+5
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-111-6/+5Star
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-111-4/+2Star
* [IPSEC] esp: Remove NAT-T checksum invalidation for BEETHerbert Xu2007-10-111-2/+1Star
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-111-2/+8