summaryrefslogtreecommitdiff
path: root/net/ipv4/ah4.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Remove completion function scaffoldingHerbert Xu2023-02-131-4/+4
* net: ipv4: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-4/+4
* xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2022-09-291-8/+13
* xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-291-1/+1
* net: ipv4: fix clang -Wformat warningsJustin Stitt2022-07-121-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-1/+0
|\
| * xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-1/+0
* | ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
|/
* xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-2/+3
|\
| * ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-191-2/+3
* | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-041-2/+6
|/
* 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