Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | misc: deprecate netmap and ixge drivers |  Damjan Marion | 12 | -2169/+0 |
2020-01-30 | vppinfra: improve clocks_per_second convergence |  Dave Barach | 1 | -1/+1 |
2020-01-30 | tap: fix host mtu configuration setting |  Mohsin Kazmi | 1 | -12/+13 |
2020-01-30 | tap: fix the host mac address |  Mohsin Kazmi | 3 | -20/+11 |
2020-01-30 | fib: fix typos in doxygen |  Paul Vinciguerra | 1 | -10/+10 |
2020-01-30 | gre: Tunnel encap/decap flags |  Neale Ranns | 10 | -103/+329 |
2020-01-30 | vcl session: propagate cleanup notifications to apps |  Florin Coras | 3 | -0/+38 |
2020-01-30 | bfd: add missing cast |  Klement Sekera | 1 | -1/+1 |
2020-01-28 | session tcp: fix packet tracing |  Florin Coras | 5 | -13/+15 |
2020-01-27 | sr: fix possible null-pointer dereference |  Ignas Bacius | 1 | -1/+1 |
2020-01-27 | classify: pcap / packet trace debug CLI bugs |  Dave Barach | 2 | -1/+5 |
2020-01-27 | interface: Add missing ip4 udp->checksum = 0 prior to computing checksum |  Steven Luong | 1 | -1/+4 |
2020-01-27 | ipip: Multi-point interface |  Neale Ranns | 21 | -142/+521 |
2020-01-27 | tunnel: Common types for IP tunnels |  Neale Ranns | 20 | -232/+322 |
2020-01-27 | bfd: reset peer discriminator on timeout |  Klement Sekera | 1 | -0/+13 |
2020-01-27 | fib: Reload the adj after possible realloc (VPP-1822) |  Neale Ranns | 1 | -0/+1 |
2020-01-27 | devices: vhost: fix data offset on input |  Benoît Ganne | 1 | -11/+1 |
2020-01-24 | session: fix node runtime in pre-input queue handler |  Florin Coras | 1 | -0/+1 |
2020-01-23 | vcl session: udp session migration notifications |  Florin Coras | 3 | -1/+31 |
2020-01-22 | ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823) |  Neale Ranns | 3 | -9/+28 |
2020-01-22 | fib: Adjacency realloc during rewrite update walk (VPP-1822) |  Neale Ranns | 1 | -4/+4 |
2020-01-22 | fib: FIB crash removing labelled route (VPP-1818) |  Neale Ranns | 1 | -7/+12 |
2020-01-20 | classify: fix pcap filter set init |  Florin Coras | 1 | -4/+2 |
2020-01-17 | lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctly |  Yulong Pei | 1 | -0/+9 |
2020-01-16 | sr: some fixes for SRv6 CLI/API |  Ahmed Abdelsalam | 2 | -4/+19 |
2020-01-16 | gso: fix typo in the quad-loop |  Steven Luong | 1 | -3/+3 |
2020-01-16 | tcp: fix rxt delivered without sacks |  Florin Coras | 1 | -1/+1 |
2020-01-16 | udp: fix ipv6 listen port registration |  Florin Coras | 1 | -1/+1 |
2020-01-16 | tcp: fix listen node coverity warning |  Florin Coras | 1 | -11/+12 |
2020-01-15 | build: Add missing version.h dependency in vnet |  Chris Luke | 1 | -1/+1 |
2020-01-15 | ip: align reass.save_rewrite_lengthv20.05-rc0 |  Klement Sekera | 3 | -20/+13 |
2020-01-15 | tcp: fix tcp check tx offload issue |  Simon Zhang | 1 | -2/+6 |
2020-01-15 | ip6: during icmp to icmp6 translation truncate error messages |  Alexander Chernavin | 1 | -2/+2 |
2020-01-15 | srv6-mobile: Revert "srv6-mobile:" |  Andrew Yourtchenko | 1 | -7/+0 |
2020-01-14 | tcp: handle ack advancement with no holes and reneging |  Florin Coras | 1 | -1/+1 |
2020-01-14 | srv6-mobile: |  Tetsuya Murakami | 1 | -0/+7 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h |  Neale Ranns | 7 | -1/+6 |
2020-01-13 | misc: feature file for unsupported feature l2tp |  Ole Troan | 1 | -0/+8 |
2020-01-11 | ip: avoid fib lookup for consecutive pkts having same source IP |  Nitin Saxena | 1 | -5/+5 |
2020-01-10 | gso: add FEATURE.yaml |  Mohsin Kazmi | 1 | -0/+12 |
2020-01-10 | sr: feature YAML files for Segment Routing |  pcamaril | 2 | -0/+25 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 17 | -30/+30 |
2020-01-09 | bonding: process lacp when bond is admin down |  Matthew Smith | 1 | -1/+0 |
2020-01-09 | fib: leverage well-optimized clib_memcpy |  Zhiyong Yang | 3 | -6/+6 |
2020-01-09 | session: remove io event dispatch dbg msg |  Florin Coras | 1 | -4/+1 |
2020-01-09 | tcp: fix persist assert |  Florin Coras | 1 | -4/+1 |
2020-01-09 | misc: fix feature description spelling |  Ole Troan | 3 | -6/+5 |
2020-01-08 | tcp: fix scoreboard assert |  Florin Coras | 1 | -1/+1 |
2020-01-08 | virtio: fix ip4 checksum offload |  Mohsin Kazmi | 1 | -2/+14 |
2020-01-08 | tap: split gso and checksum offload functionality |  Mohsin Kazmi | 5 | -19/+108 |