Age | Commit message (Expand) | Author | Files | Lines |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -0/+1 |
2020-10-24 | ipsec: remove pending node | Fan Zhang | 3 | -104/+127 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces | Neale Ranns | 4 | -6/+63 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash | Neale Ranns | 5 | -81/+83 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 4 | -4/+3 |
2020-10-20 | ipsec: Stack the adj from the destination in the SA's TX table | Neale Ranns | 1 | -1/+1 |
2020-10-19 | ipsec: Layout and prefetching of SA struct | Neale Ranns | 3 | -26/+44 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface | Eric Kinzie | 2 | -4/+4 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface | Neale Ranns | 1 | -2/+3 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 6 | -123/+269 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t | Neale Ranns | 1 | -23/+5 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface | Neale Ranns | 1 | -1/+3 |
2020-09-16 | api: clean up use of deprecated flag | Ole Troan | 1 | -2/+2 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption | Christian Hopps | 5 | -19/+19 |
2020-09-04 | ipsec: fix trace of GRE_teb packets | Christian Hopps | 1 | -2/+5 |
2020-09-04 | ipsec: cli: add missing flags for SA add | Christian Hopps | 1 | -0/+12 |
2020-09-02 | ipsec: add ipsec set async mode api | Yulong Pei | 2 | -1/+26 |
2020-08-27 | ipsec: Deprecate old interface API | Neale Ranns | 1 | -1/+3 |
2020-08-20 | ipsec: fix esp padding | Milan Lenco | 1 | -1/+1 |
2020-07-29 | ipsec: fix cli uninitialized parameters | Benoît Ganne | 1 | -15/+37 |
2020-07-21 | ipsec: Dedicated IPSec interface type | Neale Ranns | 7 | -19/+748 |
2020-05-27 | ipsec: Add/Del IPSec SA is not MP safe | Neale Ranns | 1 | -7/+0 |
2020-05-24 | ipsec: fixed chaining ops after add footer and icv | PiotrX Kleski | 1 | -8/+11 |
2020-05-13 | ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAs | Neale Ranns | 2 | -38/+65 |
2020-05-05 | ipsec: User can choose the UDP source port | Neale Ranns | 9 | -24/+110 |
2020-05-04 | fib: midchain adjacency optimisations | Neale Ranns | 4 | -205/+120 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 8 | -708/+1862 |
2020-04-28 | ipsec: fix buffer alloc | Filip Tehlar | 1 | -1/+7 |
2020-04-24 | ipsec: add input node bypass/discard functionality | ShivaShankarK | 3 | -164/+263 |
2020-04-16 | ipsec: fix use-after-free | Benoît Ganne | 1 | -1/+1 |
2020-04-14 | ipsec: validate number of input sas | Matthew Smith | 2 | -1/+9 |
2020-04-02 | ipsec: provide stat index in sa details | Matthew Smith | 2 | -3/+5 |
2020-03-31 | ipsec: use id in ipsec_tunnel_protect_details | Matthew Smith | 1 | -4/+6 |
2020-03-31 | ipsec: fix chained ESP | Filip Tehlar | 2 | -50/+145 |
2020-03-31 | ipsec: fix udp-encap in transport mode | Alexander Chernavin | 1 | -1/+7 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" | Florin Coras | 2 | -144/+50 |
2020-03-23 | ipsec: fix chained ESP | Filip Tehlar | 2 | -50/+144 |
2020-03-23 | ipsec: increment no-tunnel counter in ipsec-tun-input | Alexander Chernavin | 1 | -0/+3 |
2020-03-21 | ipsec: efficient layout of ESP per thread data | Rajesh Goel | 1 | -3/+4 |
2020-03-21 | ikev2: add support for custom ipsec-over-udp port | Filip Tehlar | 4 | -10/+25 |
2020-03-17 | ipsec: initialize algs to none in 'create ipsec tunnel' cli | Damjan Marion | 1 | -2/+2 |
2020-03-10 | ipsec: API cleanup | Jakub Grajciar | 2 | -25/+27 |
2020-03-05 | api: ipsec: add missing IS_INBOUND flag. | Christian Hopps | 2 | -0/+6 |
2020-02-26 | ipsec: Revert API cleanup | Ole Trøan | 2 | -27/+25 |
2020-02-26 | ipsec: API cleanup | Jakub Grajciar | 2 | -25/+27 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next | Neale Ranns | 1 | -3/+1 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback | Neale Ranns | 3 | -23/+75 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | Neale Ranns | 8 | -141/+556 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 3 | -97/+534 |