Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-11-09 | session: default to using memfd mq segments |  Florin Coras | 1 | -0/+1 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 10 | -87/+108 |
2020-11-09 | tap: add function to set speed |  Alexander Chernavin | 2 | -1/+83 |
2020-11-09 | ipsec: fix unformat types |  Benoît Ganne | 1 | -2/+2 |
2020-11-06 | ipsec: add support for tx-table-id in cli + example |  Benoît Ganne | 2 | -3/+17 |
2020-11-05 | tcp: avoid consuming trailing bytes |  Florin Coras | 1 | -0/+4 |
2020-11-05 | tap: allow change of carrier state on host |  Matthew Smith | 4 | -0/+45 |
2020-11-05 | virtio: misc optimizations |  Damjan Marion | 1 | -35/+41 |
2020-11-05 | ip: fix doxygen doc for address add/del command |  Benoît Ganne | 1 | -2/+2 |
2020-11-05 | virtio: move retry logic to outer function |  Damjan Marion | 1 | -8/+9 |
2020-11-05 | feature: reset interface feature arc on interface deletion |  Benoît Ganne | 5 | -27/+65 |
2020-11-04 | session: fix ct server session thread index |  Florin Coras | 1 | -1/+2 |
2020-11-03 | session: reduce max session node frame size |  Florin Coras | 2 | -4/+5 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 13 | -45/+428 |
2020-10-29 | session: fix ct cleanup before full establishement |  Florin Coras | 1 | -1/+6 |
2020-10-29 | vcl session: minimize ct io events |  Florin Coras | 1 | -8/+11 |
2020-10-29 | tap: fix the segv |  Mohsin Kazmi | 1 | -2/+5 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 42 | -686/+922 |
2020-10-28 | virtio: fix the buffer array index |  Mohsin Kazmi | 1 | -1/+1 |
2020-10-27 | session: per worker state for ct sessions |  Florin Coras | 4 | -87/+131 |
2020-10-26 | virtio: improve the compile time |  Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | virtio: reduce the compile time for device.c |  Mohsin Kazmi | 1 | -15/+19 |
2020-10-26 | tls: separate init from enable |  Florin Coras | 1 | -29/+50 |
2020-10-26 | session: fix feature disable |  Florin Coras | 3 | -2/+22 |