summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ah6.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* 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-051-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-241-3/+4
* net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+3Star
* ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+0Star
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-251-3/+2Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-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/+1Star
* ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-161-2/+1Star
* 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/+1Star
* 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-131-2/+0Star
* 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/+0Star
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-141-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-231-1/+1
* xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-261-1/+1
* ah6: convert to ahashSteffen Klassert2009-10-191-80/+272
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-151-1/+1
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-261-1/+2
* netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-261-1/+1
* ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0Star
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-2/+2