summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ah6.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: remove hdr_offset indirectionFlorian Westphal2021-06-111-1/+0
* xfrm: remove description from xfrm_type structFlorian Westphal2021-06-091-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-141-1/+1
|\
| * ipv6: fix clang Wformat warningArnd Bergmann2021-03-251-1/+1
* | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
|/
* ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-181-1/+2
* xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-0/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* ipv6: Use ipv6_authlen for lenyangxingwu2019-07-111-2/+2
* xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-0/+1
|\
| * ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+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 ah6 inputGilad Ben-Yossef2017-01-161-0/+3
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
* ah6: fix error return codeJulia Lawall2015-08-251-1/+3
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-1/+1
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-3/+4
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+3
* ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+0
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-241-3/+2
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-8/+8
* ah6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-8/+16
* {IPv6,xfrm} Add ESN support for AH ingress partFan Du2014-02-121-6/+24
* {IPv6,xfrm} Add ESN support for AH egress partFan Du2014-02-121-5/+21
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-161-2/+1
* ipv6:introduce function to find route for redirectDuan Jiong2013-09-051-1/+1
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-2/+1
* ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-081-2/+9
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-5/+5
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-4/+6
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-1/+2
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-3/+3
* ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-171-2/+2
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-7/+9
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-6/+6
* 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
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-1/+1
* ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu2011-01-111-3/+5
* 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