summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_replay.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1Star
* xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-03-011-1/+1
* xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-181-0/+2
* xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim2017-12-011-2/+1Star
* xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert2017-04-141-2/+157
* esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-141-1/+2
* xfrm: constify xfrm_replay structuresJulia Lawall2016-08-101-3/+3
* xfrm: Always zero high-order sequence number bitsHerbert Xu2015-05-211-0/+2
* xfrm: Fix aevent generation for each received packetThomas Egerer2013-09-251-24/+27
* xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-171-2/+1Star
* xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause2013-03-251-4/+2Star
* xfrm: Fix replay notification for esn.Steffen Klassert2013-03-201-1/+67
* net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich2013-01-181-1/+3
* xfrm: remove redundant replay_esn checkUlrich Weber2012-11-081-7/+6Star
* xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-09-041-0/+15
* xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert2012-03-231-3/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* xfrm: Simplify the replay check and advance functionsSteffen Klassert2011-10-191-64/+34Star
* xfrm: Fix off by one in the replay advance functionsSteffen Klassert2011-06-081-2/+2
* xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert2011-05-111-0/+3
* xfrm: Fix replay window size calculation on initializationSteffen Klassert2011-04-261-1/+1
* xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2011-03-291-2/+15
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-141-1/+189
* xfrm: Support anti-replay window size bigger than 32 packetsSteffen Klassert2011-03-141-1/+206
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-141-0/+141