aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ah6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+3
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+6
2017-05-19ah: use crypto_memneq to check the ICVSabrina Dubroca1-2/+3
2017-01-16IPsec: do not ignore crypto err in ah6 inputGilad Ben-Yossef1-0/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2015-08-25ah6: fix error return codeJulia Lawall1-1/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-3/+4
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-4/+3
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+0
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris1-3/+2
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-8/+8
2014-03-14ah6: Use the IPsec protocol multiplexer APISteffen Klassert1-8/+16
2014-02-12{IPv6,xfrm} Add ESN support for AH ingress partFan Du1-6/+24
2014-02-12{IPv6,xfrm} Add ESN support for AH egress partFan Du1-5/+21
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-16ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert1-2/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong1-1/+1
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2013-01-08ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing1-2/+9
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-5/+5
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-4/+6
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-1/+2
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-3/+3
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-2/+2
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-7/+9
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-6/+6
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-1/+1
2011-01-11ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+1
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi1-1/+1
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2008-11-25netns xfrm: AH/ESP in netns!Alexey Dobriyan1-1/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan1-2/+0
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-2/+2
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-1/+1
2008-01-31[XFRM]: constify 'struct xfrm_type'Eric Dumazet1-1/+1
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu1-3/+1
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore1-1/+1
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu1-2/+7
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu1-2/+1