aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_input.c
AgeCommit message (Expand)Author
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-02-15esp: Add a software GRO codepathSteffen Klassert
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal
2017-01-30xfrm: Add a dummy network device for napi.Steffen Klassert
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev
2016-03-24xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org
2015-10-23xfrm: Increment statistic counter on inner mode errorSteffen Klassert
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-28xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_inputAlexander Duyck
2015-04-24xfrm: slightly optimise xfrm_inputLi RongQing
2015-04-23xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing
2015-04-07xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen
2013-06-06xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim
2009-06-03net: skb->dst accessorsEric Dumazet
2008-12-18Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller
2008-12-04xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan
2008-11-25netns xfrm: xfrm_input() fixupAlexey Dobriyan
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu
2008-01-31[XFRM]: Fix statistics.Masahide NAKAMURA
2008-01-31[XFRM]: Remove unused exports.Adrian Bunk
2008-01-28[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_inputHerbert Xu
2008-01-28[XFRM]: RFC4303 compliant auditingPaul Moore
2008-01-28[XFRM]: Support to increment packet dropping statistics.Masahide NAKAMURA
2008-01-28[IPSEC]: Add xfrm_input_state helperHerbert Xu
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu