summaryrefslogtreecommitdiffstats
path: root/net/ipv4/esp4.c
Commit message (Expand)AuthorAgeFilesLines
* esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-171-25/+19
* esp4: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-74/+264
* esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
* esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-06-231-20/+32
* 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/+14
* net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1
* 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/+2
* 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-111-5/+13
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-141-0/+1
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-05-271-15/+9
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-111-4/+4
* 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