summaryrefslogtreecommitdiff
path: root/net/ipv6/ah6.c
AgeCommit message (Expand)Author
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao
2023-10-27net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers
2023-09-15ah: Do not include crypto/algapi.hHerbert Xu
2023-02-13net: ipv6: Remove completion function scaffoldingHerbert Xu
2023-02-13net: ipv6: Add scaffolding to change completion function signatureHerbert Xu
2022-09-29xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-25ipv6: fix clang Wformat warningArnd Bergmann
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca
2020-03-12inet: Use fallthrough;Joe Perches
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-07-11ipv6: Use ipv6_authlen for lenyangxingwu
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-05-19ah: use crypto_memneq to check the ICVSabrina Dubroca
2017-01-16IPsec: do not ignore crypto err in ah6 inputGilad Ben-Yossef
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2015-08-25ah6: fix error return codeJulia Lawall
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-03-14ah6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-12{IPv6,xfrm} Add ESN support for AH ingress partFan Du
2014-02-12{IPv6,xfrm} Add ESN support for AH egress partFan Du
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher
2013-09-16ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2013-01-08ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches