Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | ipsec: Submit fuller async frames | Neale Ranns | 4 | -178/+146 |
2021-03-04 | crypto: add support for aes-ctr+sha-1 chains | Benoît Ganne | 1 | -16/+19 |
2021-03-04 | bonding: coverity woe in bond_dev_class fuction | Steven Luong | 1 | -5/+14 |
2021-03-03 | udp: allocate rx lock only for non-connected | Florin Coras | 1 | -3/+7 |
2021-03-02 | classify: fix crash if no pcap filter has been configured | Benoît Ganne | 1 | -1/+2 |
2021-03-02 | classify: fix multiple filters support | Benoît Ganne | 1 | -11/+22 |
2021-02-28 | session svm: segment manager and fifo segment leaks | Florin Coras | 1 | -0/+2 |
2021-02-26 | udp: avoid locking connected udp sessions on rx | Florin Coras | 3 | -2/+8 |
2021-02-26 | virtio: place the event fds on worker threads for pci device | Mohsin Kazmi | 1 | -0/+11 |
2021-02-26 | interface: Fix rxq deletion | Nathan Skrzypczak | 1 | -2/+11 |
2021-02-26 | interface: fix sh int rx | Nathan Skrzypczak | 2 | -2/+2 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 13 | -84/+76 |
2021-02-26 | crypto: fix coverity issue 218445 | Piotr Bronowski | 1 | -3/+0 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler | Neale Ranns | 1 | -1/+2 |
2021-02-25 | ipsec: ipsec.h tidy up | Neale Ranns | 6 | -56/+86 |
2021-02-25 | ipsec: enable input features on tunnels | Brian Russell | 4 | -30/+93 |
2021-02-24 | virtio: enable the interrupt support for uio_pci_generic | Mohsin Kazmi | 1 | -11/+4 |
2021-02-24 | session: init ctrl msg without mq lock | Florin Coras | 1 | -102/+96 |
2021-02-24 | fib: fix sa selection for fib routed destinations | Július Milan | 1 | -4/+14 |
2021-02-24 | crypto: A more memory efficient layout of the frame element struct | Neale Ranns | 2 | -18/+26 |
2021-02-23 | l2: coverity woe in l2_api.c | Steven Luong | 1 | -23/+20 |
2021-02-23 | vlib: fix offload flags value reset | Benoît Ganne | 1 | -2/+11 |
2021-02-22 | ip-neighbor: add set ip neighbor-config CLI command | Ivan Shvedunov | 1 | -0/+54 |
2021-02-19 | tests: add input policer thread handoff tests | Brian Russell | 1 | -2/+74 |
2021-02-19 | policer: add thread handoff for device input | Brian Russell | 4 | -13/+71 |
2021-02-19 | policer: move handoff checks into policer code | Brian Russell | 4 | -47/+41 |
2021-02-19 | tests: test input policer | Brian Russell | 1 | -0/+74 |
2021-02-19 | policer: add api to configure input policing | Brian Russell | 4 | -0/+76 |
2021-02-19 | policer: add policing as device-input feature | Brian Russell | 3 | -233/+19 |
2021-02-18 | tests: remove unnecessary setup in policer test | Brian Russell | 1 | -6/+0 |
2021-02-15 | session: coverity fix | Florin Coras | 1 | -3/+0 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 25 | -223/+332 |
2021-02-15 | misc: coverity fixes | Dave Barach | 2 | -7/+5 |
2021-02-15 | ip: Path MTU | Neale Ranns | 22 | -18/+1528 |
2021-02-15 | policer: improve policer struct | Brian Russell | 9 | -33/+28 |
2021-02-15 | policer: add api to bind policer to worker | Brian Russell | 4 | -3/+76 |
2021-02-15 | interface: Add promisc on/off in api | Nathan Skrzypczak | 2 | -32/+76 |
2021-02-15 | fib: Always honour flow hash flag | Neale Ranns | 4 | -17/+50 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff | Neale Ranns | 7 | -32/+22 |
2021-02-12 | policer: tidy up | Brian Russell | 3 | -162/+50 |
2021-02-12 | policer: use enum types | Brian Russell | 5 | -41/+31 |
2021-02-12 | policer: remove SSE2 prefix | Brian Russell | 9 | -486/+427 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 3 | -0/+6 |
2021-02-11 | policer: use ip dscp | Brian Russell | 5 | -67/+8 |
2021-02-10 | vcl: validate seg handle on migrate only if needed | Florin Coras | 1 | -1/+1 |
2021-02-10 | tests: add policer tests | Brian Russell | 1 | -0/+123 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 14 | -263/+367 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 1 | -0/+1 |
2021-02-09 | l2: crash on l2_input_is_xconnect | Steven Luong | 1 | -10/+8 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 4 | -30/+247 |