Age | Commit message (Expand) | Author | Files | Lines |
2021-01-21 | rdma: adapt to new vnet rxq framework | Mohammed Hawari | 3 | -27/+30 |
2021-01-21 | ip: do not return uninitialized IPv6 ll attributes | Benoît Ganne | 1 | -3/+7 |
2021-01-21 | memif: adapt to new rxq framework | Mohammed Hawari | 3 | -61/+59 |
2021-01-21 | af_xdp: update interrupt mode to new infra | Benoît Ganne | 3 | -36/+86 |
2021-01-21 | marvell: adapt pp2 to new rxq framework. | Mohammed Hawari | 2 | -9/+11 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 37 | -354/+1212 |
2021-01-21 | perfmon: added cache hits and misses | Ray Kinsella | 2 | -0/+70 |
2021-01-21 | dpdk: terminate device devargs string | Matthew Smith | 1 | -1/+2 |
2021-01-21 | dpdk: add support for system libdpdk | Nathan Moos | 1 | -85/+96 |
2021-01-21 | vppinfra: ensure _GNU_SOURCE is present | Nathan Moos | 2 | -6/+13 |
2021-01-21 | ip: Use correct enum type in ip_address_set | Neale Ranns | 5 | -11/+12 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation | Ahmed Abdelsalam | 13 | -100/+115 |
2021-01-21 | ipsec: Honour IPSec SA table-ID over API | Neale Ranns | 2 | -11/+9 |
2021-01-21 | ipsec: Tunnelled packets are locally generated | Neale Ranns | 1 | -0/+1 |
2021-01-21 | ip: set correct error in ip6-local | Benoît Ganne | 1 | -3/+3 |
2021-01-21 | vppinfra: add bihash with 32 byte key | Matthew Smith | 2 | -0/+108 |
2021-01-21 | fib: fix includes for musl | Nathan Moos | 1 | -1/+1 |
2021-01-20 | acl: replace glibc internal __bswap_64 with clib | Nathan Moos | 1 | -1/+2 |
2021-01-20 | memif: fix vpp to go link up immediately on admin up | Ed Warnicke | 3 | -16/+23 |
2021-01-20 | vxlan: fix SEGV reported in VPP-1962 | Ed Warnicke | 1 | -5/+29 |
2021-01-20 | vppinfra: add option to use libexecinfo | Nathan Moos | 1 | -1/+5 |
2021-01-20 | svm: add standard include for __WORDSIZE | Nathan Moos | 1 | -0/+1 |
2021-01-20 | vlib: fix build with musl | Nathan Moos | 2 | -0/+2 |
2021-01-20 | ikev2: use new counters data model & add more counters | Filip Tehlar | 3 | -50/+169 |
2021-01-20 | ip: add API to retrieve IPv6 link-layer address | Benoît Ganne | 2 | -35/+84 |
2021-01-20 | crypto: fixed vnet_crypto_is_set_handler() | PiotrX Kleski | 1 | -1/+10 |
2021-01-20 | build: add the missing leading underscore to FORTIFY_SOURCE | Neale Ranns | 1 | -2/+2 |
2021-01-20 | classify: Layout classify entry to group data-plane accessed fields on | Neale Ranns | 3 | -102/+124 |
2021-01-19 | classify: crash on classify filter pcap del command | Steven Luong | 1 | -1/+2 |
2021-01-19 | avf: fix l2_len for csum offload | Mohammed Hawari | 1 | -4/+3 |
2021-01-18 | build: make rpath optional | Nathan Moos | 1 | -1/+4 |
2021-01-18 | nat: deal with flows instead of sessions | Klement Sekera | 15 | -1963/+1865 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface | Neale Ranns | 11 | -148/+280 |
2021-01-18 | tls: make picotls engine able to initial connection as client | Simon Zhang | 2 | -16/+74 |
2021-01-16 | tcp: remove bad assert | Ivan Shvedunov | 1 | -5/+2 |
2021-01-15 | vlib: fix counter_will_expand prediction | Miklos Tirpak | 2 | -6/+18 |
2021-01-14 | docs: Update FIB documentation | Neale Ranns | 1 | -6/+17 |
2021-01-14 | vxlan: Protect against tunnel config where source is not local | Neale Ranns | 1 | -2/+11 |
2021-01-13 | ikev2: remove assert condition | Filip Tehlar | 1 | -19/+36 |
2021-01-12 | crypto-openssl: chacha support in openssl version | Ray Kinsella | 1 | -8/+8 |
2021-01-12 | ip: vtep fixes for alignment and cache update. | Ray Kinsella | 1 | -2/+2 |
2021-01-12 | vcl: fix session_handle_to_vlsh_table update after session migrate | wanghanlin | 1 | -7/+48 |
2021-01-11 | dpdk: allow configure individual VMBUS devices | Vladimir Ratnikov | 6 | -58/+253 |
2021-01-11 | vcl: fix deadlock in rpc | wanghanlin | 2 | -71/+134 |
2021-01-11 | acl: fix tag C-string overflow | Benoît Ganne | 1 | -5/+14 |
2021-01-11 | nat: refactor and split fo EI/ED features p.2 | Filip Varga | 8 | -351/+1216 |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 6 | -51/+66 |
2021-01-08 | l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma... | Jerome Tollet | 3 | -20/+136 |
2021-01-08 | tests: move bond tests to src/vnet/bonding/test | Dave Wallace | 2 | -0/+373 |
2021-01-08 | vhost: Add event index for interrupt notification to driver | Steven Luong | 10 | -198/+771 |