Age | Commit message (Expand) | Author | Files | Lines |
2020-12-04 | udp session: fix deq notification for dgrams | Florin Coras | 1 | -1/+4 |
2020-12-04 | virtio: fix the len offset | Mohsin Kazmi | 1 | -2/+2 |
2020-12-04 | ip: fixup memory leak in function ip4_full_reass_drop_all | barryxie | 1 | -0/+1 |
2020-12-03 | virtio: fix the offloads in tx path | Mohsin Kazmi | 1 | -4/+2 |
2020-12-03 | nat: fix forwarding handoff workaround | Filip Varga | 1 | -3/+2 |
2020-12-01 | session: make pacer worker load aware | Florin Coras | 2 | -5/+14 |
2020-12-01 | session: allow small pacer bursts | Florin Coras | 4 | -19/+28 |
2020-12-01 | ipsec: change prediction | Fan Zhang | 2 | -2/+2 |
2020-11-27 | ip: Sub Address Family types. Feature enable for each SAFI | Neale Ranns | 7 | -16/+215 |
2020-11-26 | gre: Move to new API generated types/messages | Neale Ranns | 5 | -69/+32 |
2020-11-26 | fib: Expressive type for walk return code. Honour code. | Neale Ranns | 8 | -24/+21 |
2020-11-26 | fib: DPO layout add u64 parameter. | Neale Ranns | 2 | -19/+29 |
2020-11-26 | ip: reassembly - fix handoff for custom node | Klement Sekera | 2 | -21/+111 |
2020-11-26 | ip: trace icmp echo request/reply id | Klement Sekera | 1 | -0/+6 |
2020-11-26 | fib: Only track cover if activated | Neale Ranns | 1 | -1/+15 |
2020-11-25 | ipsec: A P2MP ipsec interface is NBMA | Neale Ranns | 1 | -0/+1 |
2020-11-25 | session: add startup option to poll in main | Florin Coras | 2 | -2/+8 |
2020-11-25 | syslog: use per-thread vlib_main | Benoît Ganne | 2 | -5/+2 |
2020-11-25 | tcp: enable lc if any other debug option enabled | Florin Coras | 2 | -11/+34 |
2020-11-25 | ip-neighbor: Send API event when neighbor is removed | Neale Ranns | 8 | -51/+174 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 5 | -10/+13 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 2 | -23/+50 |
2020-11-24 | session: init lookup before dgram accept notification | Florin Coras | 1 | -1/+3 |
2020-11-24 | tests: remove svs, proxy_arp and gso from vpp_papi_provider | Ole Troan | 1 | -14/+23 |
2020-11-23 | interface: improve logging | Damjan Marion | 1 | -4/+46 |
2020-11-23 | virtio: fix overflow in case of buffering + drop | Benoît Ganne | 1 | -1/+0 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t | Neale Ranns | 15 | -288/+314 |
2020-11-19 | ipip: Don't crash when showing non-existant tunnel index | Neale Ranns | 1 | -0/+2 |
2020-11-17 | virtio: virtio: implement packed queues from virtio 1.1 | Mohsin Kazmi | 8 | -135/+1037 |
2020-11-17 | tests: move crypto tests to src/vnet/crypto/test | Dave Wallace | 1 | -0/+28 |
2020-11-17 | tests: move classifier tests to src/vnet/classify/test | Dave Wallace | 2 | -0/+1059 |
2020-11-17 | tests: move gre tests to src/vnet/gre/test | Dave Wallace | 1 | -0/+1275 |
2020-11-17 | tests: move GSO/GRO tests to src/vnet/gso/test | Dave Wallace | 2 | -0/+855 |
2020-11-16 | fib: increase the reference counter size for mfib to 32 bits | Miklos Tirpak | 1 | -1/+1 |
2020-11-16 | fib: remove misleading FIB_PATH_TYPE_LAST | Benoît Ganne | 1 | -14/+0 |
2020-11-13 | session: fix fifo tuning init on connect | Florin Coras | 1 | -8/+6 |
2020-11-13 | pg: fix uninitialized variable in pg mac filter CLI | Andrew Yourtchenko | 1 | -1/+1 |
2020-11-13 | interface: add multiarch support for per-interface tx node | Benoît Ganne | 3 | -10/+19 |
2020-11-13 | ethernet: mac must support 64-bits loads | Benoît Ganne | 11 | -55/+83 |
2020-11-13 | sr: show the hop-limit value used for SRv6 encapsulation | Ahmed Abdelsalam | 1 | -0/+21 |
2020-11-12 | tcp: push last buffered sequence | Florin Coras | 2 | -6/+7 |
2020-11-12 | devices: remove unused code | Damjan Marion | 1 | -7/+0 |
2020-11-12 | virtio: fix the index issue | Mohsin Kazmi | 1 | -7/+15 |
2020-11-11 | tcp: validate fin seq in closing states | Florin Coras | 1 | -0/+3 |
2020-11-10 | tcp: fix test for trailing bytes | Florin Coras | 1 | -1/+1 |
2020-11-10 | sr: Show IPv6 address used as SRv6 Encaps source | Ahmed Abdelsalam | 2 | -0/+28 |
2020-11-10 | classify: fix classify filter trace del cli processing | Jon Loeliger | 1 | -35/+49 |
2020-11-10 | ip6-nd: fix memory leaks | Dave Barach | 1 | -11/+23 |
2020-11-09 | session: remove support for shm bapi attachment | Florin Coras | 4 | -55/+30 |
2020-11-09 | session: delegate fifo ooo lookup init to transports | Florin Coras | 4 | -4/+12 |