Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 15 | -0/+0 |
2020-05-15 | session: track detached listener segment managers | Florin Coras | 4 | -7/+77 |
2020-05-14 | tcp: fix bogus time update due to missing cast | Florin Coras | 1 | -1/+2 |
2020-05-14 | lisp: API cleanup | Onong Tayeng | 3 | -41/+6 |
2020-05-14 | nat: ED: store both thread&session idx in hash | Klement Sekera | 1 | -1/+1 |
2020-05-14 | ip: fix interface ip address del sw_if_index check | yedg | 4 | -6/+27 |
2020-05-13 | sr: fix srv6/srv6-ad/srv6-as promisc mode switch | John Lo | 1 | -16/+10 |
2020-05-13 | gso: remove ordering dependency on esp-encrypt-tun | Neale Ranns | 1 | -2/+2 |
2020-05-13 | interface: fix the checksum offload in quad loop | Mohsin Kazmi | 1 | -20/+25 |
2020-05-13 | feature: Config end nodes are user specific | Neale Ranns | 5 | -24/+41 |
2020-05-13 | bonding: fix the GSO flags | Mohsin Kazmi | 1 | -2/+8 |
2020-05-13 | ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAs | Neale Ranns | 2 | -38/+65 |
2020-05-13 | nat: handoff next node feature fix | Filip Varga | 1 | -1/+1 |
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 |