Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | session: avoid reordering unlisten and connect msg | Florin Coras | 1 | -6/+33 |
2021-06-22 | virtio: api cleanup | Filip Tehlar | 3 | -606/+22 |
2021-06-22 | misc: punt: api cleanup | Filip Tehlar | 4 | -93/+9 |
2021-06-22 | dpdk: enable igc devices | Matthew Smith | 2 | -27/+29 |
2021-06-22 | devices: af_packet api cleanup | Filip Tehlar | 3 | -229/+8 |
2021-06-22 | qos: api cleanup | Filip Tehlar | 3 | -108/+11 |
2021-06-22 | api: asan: use vec_set_len() so ASan can keep track of buffer len | Benoît Ganne | 1 | -6/+6 |
2021-06-22 | vcl: validate vep handle when copying sessions on fork | wanghanlin | 1 | -0/+31 |
2021-06-22 | vcl: move child wrk cleanup from sighandler to vls_epoll_wait | wanghanlin | 1 | -1/+42 |
2021-06-22 | devices: tapv2 api cleanup | Filip Tehlar | 3 | -453/+12 |
2021-06-22 | sr: api cleanup | Filip Tehlar | 4 | -245/+12 |
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 | 1 | -2/+2 |
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-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 | mpls: CLI to show the MPLS forwarding state of an interface | Neale Ranns | 1 | -0/+69 |
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 | 3 | -3145/+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 | 3 | -0/+46 |
2021-06-14 | pg: A Tunnel mode variant of a pg interface | Neale Ranns | 5 | -24/+127 |