Age | Commit message (Expand) | Author | Files | Lines |
2020-05-12 | tcp: avoid rcv wnd less than mss |  Florin Coras | 1 | -6/+4 |
2020-05-10 | ip-neighbor: fix show ip neighbor issue |  Michael Yu | 1 | -5/+4 |
2020-05-10 | ethernet: fix dmac stride error |  Zhiyong Yang | 1 | -1/+1 |
2020-05-08 | ethernet: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-05-07 | session: catch segment manager alloc failure |  Florin Coras | 1 | -3/+4 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 10 | -11/+15 |
2020-05-06 | crypto: fix coverity issues |  Fan Zhang | 1 | -20/+1 |
2020-05-06 | misc: fix coverity warnings |  Dave Barach | 1 | -1/+1 |
2020-05-05 | ipsec: User can choose the UDP source port |  Neale Ranns | 9 | -24/+110 |
2020-05-05 | session: improve .api comments slightly |  Vratko Polak | 1 | -3/+3 |
2020-05-05 | api: ip: add IP_ROUTE_LOOKUP API |  Christian Hopps | 2 | -0/+83 |
2020-05-05 | gso: add support for IP-IP |  Mohsin Kazmi | 7 | -138/+266 |
2020-05-04 | ethernet: add sanity checks to p2p_ethernet_add/del |  Dave Barach | 2 | -0/+41 |
2020-05-04 | session: add option to preallocate fifo headers |  Florin Coras | 5 | -34/+56 |
2020-05-04 | fib: midchain adjacency optimisations |  Neale Ranns | 25 | -605/+822 |
2020-05-04 | tcp: fix max tx sack blocks upper bound |  Florin Coras | 1 | -1/+1 |
2020-05-04 | misc: binary api fuzz test fixes |  Dave Barach | 7 | -9/+10 |
2020-05-04 | tap: refactor existing flags |  Mohsin Kazmi | 4 | -17/+30 |
2020-05-02 | ip-neighbor: honor walk callback return value |  Ruslan Babayev | 1 | -2/+4 |
2020-05-01 | tap: implement sw_interface_tap_v2_dump filtering by sw_if_index |  Paul Vinciguerra | 3 | -13/+12 |
2020-04-30 | l2: fix coverity warnings in l2_fwd.c |  Dave Barach | 1 | -9/+9 |
2020-04-30 | tcp: fix v6 ll lookup fib |  Florin Coras | 1 | -1/+1 |
2020-04-30 | session: cleanup listener segment manager on wrk free |  Florin Coras | 3 | -10/+18 |
2020-04-30 | ip-neighbor: Add flush API |  Neale Ranns | 4 | -0/+71 |
2020-04-30 | flow: add l2tpv3oip flow |  Chenmin Sun | 2 | -2/+24 |
2020-04-30 | crypto: introduce async crypto infra |  Fan Zhang | 14 | -740/+2890 |
2020-04-30 | tap: allow deletion of tun interface |  Matthew Smith | 1 | -2/+5 |
2020-04-29 | ip: use thread local vm instead of thread main for vlib_time_now calls |  Tom Seidenberg | 2 | -2/+2 |
2020-04-29 | devices: vhost: simplify string copies for GCC-10 |  Benoît Ganne | 1 | -10/+5 |
2020-04-29 | tap: fix missing "num-rx-queues" from cli help |  Mohsin Kazmi | 1 | -6/+6 |
2020-04-29 | interface: fix interface_types.api enums |  Paul Vinciguerra | 1 | -9/+8 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) |  Dave Barach | 2 | -2/+3 |
2020-04-28 | flow: add RSS support |  Chenmin Sun | 2 | -2/+110 |
2020-04-28 | tap: use one tap fd per rx queue |  Aloys Augustin | 3 | -35/+64 |
2020-04-28 | ipsec: fix buffer alloc |  Filip Tehlar | 1 | -1/+7 |
2020-04-28 | tests: implement ipaddress convenience methods |  Paul Vinciguerra | 1 | -8/+8 |
2020-04-28 | lisp: API cleanup |  Jakub Grajciar | 12 | -924/+651 |
2020-04-28 | tests: move defaults from defaultmapping to .api files |  Paul Vinciguerra | 8 | -24/+24 |
2020-04-28 | tcp: remove sack reneging verbose logging |  Florin Coras | 1 | -2/+0 |
2020-04-27 | virtio: support virtio 1.1 packed ring in vhost |  Steven Luong | 8 | -156/+1604 |
2020-04-27 | l2: merge two clib_memcpy_fast into one |  Zhiyong Yang | 1 | -11/+16 |
2020-04-27 | ip: reassembly: fix one possible use-after-free |  Gao Feng | 2 | -10/+11 |
2020-04-27 | devices: allow link state down with netlink |  Matthew Smith | 1 | -1/+1 |
2020-04-25 | tls: improve cli state reporting |  Florin Coras | 1 | -3/+12 |
2020-04-25 | session vcl: propagate transport cleanup notifications |  Florin Coras | 4 | -6/+15 |
2020-04-24 | nat: make usage of vnet_buffer2 transparent |  Klement Sekera | 1 | -0/+6 |
2020-04-24 | ip: reassembly: improve type safety |  Klement Sekera | 4 | -30/+24 |
2020-04-24 | ip: Setting the Link-Local address from the API enables IPv6 on the |  Neale Ranns | 5 | -15/+20 |
2020-04-24 | virtio: vhost checksum problem for ipv6 |  Steven Luong | 1 | -3/+3 |
2020-04-24 | ipsec: add input node bypass/discard functionality |  ShivaShankarK | 3 | -164/+263 |