summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ah4.c
Commit message (Expand)AuthorAgeFilesLines
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-01-161-0/+3
* ah4: Fix error return in ah_input().David S. Miller2015-08-251-1/+3
* ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+0
* ah4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+16
* {IPv4,xfrm} Add ESN support for AH ingress partFan Du2014-02-121-5/+22
* {IPv4,xfrm} Add ESN support for AH egress partFan Du2014-02-121-6/+20
* ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-031-5/+2
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-2/+1
* 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-2/+9
* 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
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-2/+2
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-3/+6
* net: Convert printks to pr_<level>Joe Perches2012-03-111-7/+7
* ah: Don't return NET_XMIT_DROP on input.Nick Bowler2011-11-121-2/+0
* ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2011-11-091-2/+2
* ah: Correctly pass error codes in ahash output callback.Nick Bowler2011-11-091-2/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+4
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-1/+1
* ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-081-6/+19
* ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2011-01-111-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 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
* ah4: convert to ahashSteffen Klassert2009-10-181-59/+236
* 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
* ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-031-2/+2
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-1/+1
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-1/+1
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-281-3/+1
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-281-1/+3
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-281-4/+10
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-281-2/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-101-2/+3
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-101-2/+0
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-101-9/+9
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-101-3/+3
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-101-0/+1
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-101-1/+6
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-101-2/+2
* [IPSEC] ah: Remove keys from ah_data structureHerbert Xu2007-10-101-7/+2
* [IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.Nick Bowler2007-08-261-1/+1
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-101-0/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-2/+2