aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+68
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+57
2017-12-01xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller1-1/+11
2017-12-01xfrm: Remove redundant state assignment in xfrm_input()Aviv Heller1-1/+0
2017-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+2
2017-11-02xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13vti: fix NULL dereference in xfrm_input()Alexey Kodanev1-2/+4
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-0/+5
2017-08-02xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari1-0/+2
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+39
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca1-1/+1
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-25/+25
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-2/+39
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-5/+26
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert1-0/+2
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert1-0/+1
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-12/+22
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal1-20/+11
2017-01-30xfrm: Add a dummy network device for napi.Steffen Klassert1-1/+11
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev1-7/+7
2016-03-24xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2015-10-23xfrm: Increment statistic counter on inner mode errorSteffen Klassert1-1/+3
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+16
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck1-1/+16
2015-04-24xfrm: slightly optimise xfrm_inputLi RongQing1-5/+5
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing1-1/+1
2015-04-07xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan1-5/+5
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert1-0/+75
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert1-0/+5
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert1-6/+11
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen1-3/+3
2013-06-06xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du1-0/+5
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert1-1/+1
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert1-1/+1
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert1-0/+2
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert1-0/+4
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-3/+2
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-2/+2
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+1
2008-12-18Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller1-0/+5
2008-12-04xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi1-5/+0
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-11/+11
2008-11-25netns xfrm: xfrm_input() fixupAlexey Dobriyan1-1/+2
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan1-1/+1
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA1-3/+19
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu1-2/+2