summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_replay.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause2013-03-251-4/+2
* 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/+6
* 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-221-3/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* xfrm: Simplify the replay check and advance functionsSteffen Klassert2011-10-181-64/+34
* xfrm: Fix off by one in the replay advance functionsSteffen Klassert2011-06-071-2/+2
* xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert2011-05-101-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-281-2/+15
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-1/+189
* xfrm: Support anti-replay window size bigger than 32 packetsSteffen Klassert2011-03-131-1/+206
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-0/+141