Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | devices: api cleanup | Filip Tehlar | 2 | -53/+8 |
2021-06-22 | bonding: api cleanup | Filip Tehlar | 3 | -714/+16 |
2021-06-22 | nat: don't drop packet with ttl=1 if output feature | Klement Sekera | 2 | -2/+28 |
2021-06-22 | ipsec: api cleanup | Filip Tehlar | 4 | -527/+19 |
2021-06-22 | ethernet: api cleanup | Filip Tehlar | 4 | -163/+8 |
2021-06-22 | policer: api cleanup | Filip Tehlar | 4 | -539/+9 |
2021-06-22 | bfd: api cleanup | Filip Tehlar | 3 | -63/+11 |
2021-06-22 | stats: add a retry mechanism in a symlink test | Arthur de Kerhor | 1 | -1/+15 |
2021-06-22 | build: vpp-ext-deps rpm version check may fail if system language is not English | jiangxiaoming | 1 | -1/+1 |
2021-06-21 | vlib: fix coverity warning | Dave Barach | 1 | -0/+3 |
2021-06-21 | vppinfra: asan: fix overflow support | Benoît Ganne | 3 | -14/+89 |
2021-06-21 | udp: api cleanup | Filip Tehlar | 3 | -48/+9 |
2021-06-21 | feature: api cleanup | Filip Tehlar | 3 | -114/+6 |
2021-06-21 | pg: api cleanup | Filip Tehlar | 4 | -272/+10 |
2021-06-21 | misc: ipfix api cleanup | Filip Tehlar | 4 | -400/+10 |
2021-06-21 | flow: api cleanup | Filip Tehlar | 4 | -59/+7 |
2021-06-21 | gso: api cleanup | Filip Tehlar | 3 | -86/+6 |
2021-06-21 | vxlan: api cleanup | Filip Tehlar | 5 | -923/+27 |
2021-06-21 | classify: api cleanup | Filip Tehlar | 4 | -1138/+8 |
2021-06-21 | bier: api cleanup | Filip Tehlar | 3 | -246/+39 |
2021-06-21 | fib: Add unit test for RR source using covers labels | Neale Ranns | 1 | -1/+69 |
2021-06-18 | session: improve ct locking with multiple workers | Florin Coras | 5 | -165/+239 |
2021-06-18 | session: udp accept session state should be updated by app | jxm | 2 | -2/+1 |
2021-06-17 | session: optimize ct fifo segment allocations | Florin Coras | 5 | -84/+360 |
2021-06-17 | tls: increase engine bits room in handle to support custom engine type | jxm | 1 | -1/+1 |
2021-06-17 | fib: changing parsing order to avoid corner case | Arthur de Kerhor | 1 | -3/+3 |
2021-06-17 | tests: Tests for cross AF routing | Neale Ranns | 1 | -0/+124 |
2021-06-17 | mpls: CLI to show the MPLS forwarding state of an interface | Neale Ranns | 2 | -0/+76 |
2021-06-16 | vcl: fix fifo sharing | Florin Coras | 6 | -2/+35 |
2021-06-16 | vcl: fix worker cleanup | Florin Coras | 1 | -0/+7 |
2021-06-16 | vcl: basic support for epoll level-triggered evts | Florin Coras | 5 | -11/+108 |
2021-06-16 | fib: copy the path extentions when creating fib src rr entry | Stanislav Zaikin | 1 | -0/+11 |
2021-06-16 | nat: test all intf addrs in is_interface_addr() | Alexander Chernavin | 4 | -20/+42 |
2021-06-16 | nat: fix crash when translate unknown proto packets | Alexander Chernavin | 2 | -4/+5 |
2021-06-16 | stats: fix counters name overflow | Benoît Ganne | 1 | -6/+6 |
2021-06-16 | api: remove custom dump | Filip Tehlar | 4 | -3147/+3 |
2021-06-15 | ipsec: fix length check when adding footer+icv | Benoît Ganne | 1 | -1/+2 |
2021-06-15 | tcp: prevent timer handler being called frequently | liuyacan | 4 | -6/+18 |
2021-06-14 | nsh: api cleanup | Filip Tehlar | 2 | -174/+8 |
2021-06-14 | vcl: improve shutdown() | liuyacan | 6 | -54/+40 |
2021-06-14 | linux-cp: Add tests for tun devices | Neale Ranns | 6 | -5/+298 |
2021-06-14 | pg: A Tunnel mode variant of a pg interface | Neale Ranns | 8 | -28/+256 |
2021-06-13 | vlib: fix dangling reference in node_by_name hash | Dave Barach | 1 | -1/+4 |
2021-06-12 | session: fix listener ct transport retrieval on accept | Florin Coras | 1 | -6/+8 |
2021-06-12 | tcp: fix proto in port reuse check | Florin Coras | 1 | -2/+2 |
2021-06-11 | session: half-open free only on main thread | Florin Coras | 1 | -4/+3 |
2021-06-11 | gso: fix the gro re-ordering for packets with PSH | Mohsin Kazmi | 1 | -25/+54 |
2021-06-11 | docs: cleanup, remove stale material | Dave Barach | 78 | -2370/+16 |
2021-06-11 | memif: fix crash with zero-copy slave | Damjan Marion | 1 | -1/+1 |
2021-06-10 | vcl: touch fifo on epoll del only if session open | Florin Coras | 1 | -3/+6 |