Age | Commit message (Expand) | Author | Files | Lines |
2021-03-21 | gre: Multipoint GRE fixes | Neale Ranns | 4 | -7/+86 |
2021-03-20 | tests: add support for worker awareness | Klement Sekera | 1 | -1/+1 |
2021-03-19 | vxlan: add tunnel cache to graph node | Junfeng Wang | 5 | -27/+27 |
2021-03-19 | policer: Add CLI for all equivalent API functions | Neale Ranns | 1 | -6/+162 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 13 | -65/+121 |
2021-03-17 | session: fix populating chained buffers | Ivan Shvedunov | 1 | -3/+5 |
2021-03-16 | fib: Allow the creation of new source on the API | Neale Ranns | 10 | -32/+486 |
2021-03-15 | ipsec: allow inbound non-tunnel SA through CLI | Mohammed Hawari | 1 | -6/+0 |
2021-03-15 | misc: finish removing deprecated cop API | Dave Barach | 1 | -22/+0 |
2021-03-15 | tests: use socket transport instead of shared memory | Ole Troan | 3 | -16/+79 |
2021-03-14 | ip: extend punt CLI for exception packets | Mohammed Hawari | 5 | -21/+101 |
2021-03-12 | interface: fix extra locking on fib/mfib table | Dmitry Vakrhushev | 1 | -23/+17 |
2021-03-11 | session tls: deq notifications for custom tx | Florin Coras | 2 | -0/+5 |
2021-03-11 | vlib: refactor node function variants | Damjan Marion | 2 | -23/+16 |
2021-03-11 | misc: remove cop API support (part 1) | Dave Barach | 4 | -247/+1 |
2021-03-10 | session: check if fifo exists in cl bound notification | Florin Coras | 1 | -1/+2 |
2021-03-10 | interface: fix interface-output and interface-tx multiarch selection | Damjan Marion | 3 | -38/+46 |
2021-03-09 | nat: fix dst nat thread issues | Klement Sekera | 1 | -2/+5 |
2021-03-08 | tcp: account for option alignment in initial snd_mss | Florin Coras | 1 | -2/+3 |
2021-03-07 | dispatch-trace: move dispatch trace pcap code to plugin | Damjan Marion | 3 | -0/+41 |
2021-03-05 | fib: format function for adjacency flags | Neale Ranns | 2 | -0/+18 |
2021-03-05 | interface: move vnet_pcap_t to vnet | Damjan Marion | 4 | -12/+33 |
2021-03-05 | l2: coverity woe in l2_rw_mod_entry | Steven Luong | 1 | -3/+0 |
2021-03-05 | ipsec: Support async mode per-SA | Neale Ranns | 11 | -205/+232 |
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 |