summaryrefslogtreecommitdiff
path: root/net/ipv4/ah4.c
Commit message (Expand)AuthorAge
* net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-03
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-23
|\
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-19
* | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-04
|/
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-01-16
* ah4: Fix error return in ah_input().David S. Miller2015-08-25
* ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-18
* ah4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-25
* {IPv4,xfrm} Add ESN support for AH ingress partFan Du2014-02-12
* {IPv4,xfrm} Add ESN support for AH egress partFan Du2014-02-12
* ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-03
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-15
* xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert2013-01-21
* ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-08
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-11
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-14
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-16
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-15
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-12
* net: Convert printks to pr_<level>Joe Perches2012-03-11
* ah: Don't return NET_XMIT_DROP on input.Nick Bowler2011-11-12
* ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2011-11-09
* ah: Correctly pass error codes in ahash output callback.Nick Bowler2011-11-09
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-13
* ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-08
* ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2011-01-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-22
* xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-25
* ah4: convert to ahashSteffen Klassert2009-10-18
* net: constify struct net_protocolAlexey Dobriyan2009-09-14
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-25
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-25
* ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-25
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-03
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-12
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-31
* [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu2008-01-28
* [XFRM]: RFC4303 compliant auditingPaul Moore2008-01-28
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-28
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-28
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-02
* [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-10
* [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-10
* [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-10
* [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-10
* [IPSEC]: Set skb->data to payload in x->mode->outputHerbert Xu2007-10-10
* [IPSEC]: Move state lock into x->type->outputHerbert Xu2007-10-10
* [IPSEC]: Move output replay code into xfrm_outputHerbert Xu2007-10-10