| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: Add xfrm_replay_overflow functions for offloading | Steffen Klassert | 2017-04-14 | 1 | -2/+157 |
* | esp: Add gso handlers for esp4 and esp6 | Steffen Klassert | 2017-04-14 | 1 | -1/+2 |
* | xfrm: constify xfrm_replay structures | Julia Lawall | 2016-08-10 | 1 | -3/+3 |
* | xfrm: Always zero high-order sequence number bits | Herbert Xu | 2015-05-21 | 1 | -0/+2 |
* | xfrm: Fix aevent generation for each received packet | Thomas Egerer | 2013-09-25 | 1 | -24/+27 |
* | xfrm: Guard IPsec anti replay window against replay bitmap | Fan Du | 2013-09-17 | 1 | -2/+1 |
* | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() | Mathias Krause | 2013-03-25 | 1 | -4/+2 |
* | xfrm: Fix replay notification for esn. | Steffen Klassert | 2013-03-20 | 1 | -1/+67 |
* | net/xfrm/xfrm_replay: avoid division by zero | Nickolai Zeldovich | 2013-01-18 | 1 | -1/+3 |
* | xfrm: remove redundant replay_esn check | Ulrich Weber | 2012-11-08 | 1 | -7/+6 |
* | xfrm: Workaround incompatibility of ESN and async crypto | Steffen Klassert | 2012-09-04 | 1 | -0/+15 |
* | xfrm: Access the replay notify functions via the registered callbacks | Steffen Klassert | 2012-03-23 | 1 | -3/+3 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | xfrm: Simplify the replay check and advance functions | Steffen Klassert | 2011-10-19 | 1 | -64/+34 |
* | xfrm: Fix off by one in the replay advance functions | Steffen Klassert | 2011-06-08 | 1 | -2/+2 |
* | xfrm: Don't allow esn with disabled anti replay detection | Steffen Klassert | 2011-05-11 | 1 | -0/+3 |
* | xfrm: Fix replay window size calculation on initialization | Steffen Klassert | 2011-04-26 | 1 | -1/+1 |
* | xfrm: Move the test on replay window size into the replay check functions | Steffen Klassert | 2011-03-29 | 1 | -2/+15 |
* | xfrm: Add support for IPsec extended sequence numbers | Steffen Klassert | 2011-03-14 | 1 | -1/+189 |
* | xfrm: Support anti-replay window size bigger than 32 packets | Steffen Klassert | 2011-03-14 | 1 | -1/+206 |
* | xfrm: Move IPsec replay detection functions to a separate file | Steffen Klassert | 2011-03-14 | 1 | -0/+141 |