Age | Commit message (Expand) | Author | Files | Lines |
2019-09-18 | ip: allow addrs from the same prefix on intf |  Matthew Smith | 4 | -101/+396 |
2019-09-12 | api: split vl_api_prefix into two |  Ole Troan | 3 | -4/+20 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI |  Dave Barach | 2 | -167/+161 |
2019-09-09 | api: enforce vla is last and fixed string type |  Ole Troan | 4 | -17/+18 |
2019-09-07 | ip: fix udp/tcp checksum corner cases |  Dave Barach | 2 | -5/+31 |
2019-09-05 | tap: revert clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -43/+0 |
2019-09-04 | ethernet: fix dmac check avx2 loop condition |  Matthew Smith | 1 | -1/+1 |
2019-09-03 | tap: interface rx counter not increment correct |  Steven Luong | 1 | -1/+1 |
2019-09-02 | ip: ip6_preflen_to_mask incorrect result for prefix len > 64 |  Andrew Yourtchenko | 1 | -0/+1 |
2019-09-02 | gso: fix segmentation when gso_size greater than vlib buffer size |  Mohsin Kazmi | 1 | -1/+4 |
2019-08-23 | dns: cherry-pick 21444, 21468 from master |  Dave Barach | 9 | -4460/+0 |
2019-08-20 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-20 | tcp: default to debug disabled |  Florin Coras | 1 | -1/+1 |
2019-08-20 | dns: handle multiple replies for single requests |  Dave Barach | 3 | -59/+121 |
2019-08-19 | dhcp: resolver process node index in main_t |  Dave Barach | 4 | -5/+3 |
2019-08-19 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 2 | -0/+28 |
2019-08-18 | gso: fix the segmentation to use current_data offset |  Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 2 | -2/+0 |
2019-08-16 | tcp: fix cc algo name parsing |  Florin Coras | 1 | -1/+1 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions |  John Lo | 5 | -15/+1 |
2019-08-14 | tcp: extend protocol configurationv19.08-rc2 |  Florin Coras | 5 | -133/+195 |
2019-08-13 | session: fix enqueue notification on 32bit systems |  Florin Coras | 1 | -3/+10 |
2019-08-13 | fib: add adj_midchain.h to the list of files to install in the include path |  Alberto Compagno | 1 | -0/+1 |
2019-08-12 | tcp: handle fin+rst+syn in closing state |  Florin Coras | 1 | -0/+2 |
2019-08-12 | api: vppapitrace JSON/API trace converter |  Ole Troan | 1 | -1/+1 |
2019-08-09 | tls: mark as no lookup transport |  Florin Coras | 2 | -1/+3 |
2019-08-09 | udp: fix rx event generation |  Florin Coras | 1 | -6/+20 |
2019-08-09 | session: allow closed transports to send |  Florin Coras | 1 | -4/+16 |
2019-08-09 | tls: handle transport reset |  Florin Coras | 1 | -1/+6 |
2019-08-09 | tls: fix close with data |  Florin Coras | 2 | -1/+20 |
2019-08-09 | tcp: fix zero rwnd sent check |  Florin Coras | 1 | -1/+1 |
2019-08-09 | tcp: cleanup timers |  Florin Coras | 4 | -142/+98 |
2019-08-08 | udp: fix connections move |  Aloys Augustin | 2 | -1/+32 |
2019-08-07 | interface: fix checksum flags |  Florin Coras | 1 | -0/+3 |
2019-08-07 | fib tests: IP multicast over GRE |  Neale Ranns | 1 | -0/+1 |
2019-08-06 | udp: fix session migrate when not needed |  Nathan Skrzypczak | 1 | -15/+21 |
2019-08-06 | ethernet: change to mark the CFI bit in the L2 header. |  Prashant Maheshwari | 1 | -3/+3 |
2019-08-05 | session: cache align transport base class |  Florin Coras | 4 | -19/+20 |
2019-08-05 | vxlan: fix VXLANoIP6 checksum offload setup |  John Lo | 2 | -7/+6 |
2019-08-03 | ip: fix ip6/udp checksum for pkts using buffer chaining |  John Lo | 2 | -4/+15 |
2019-08-02 | devices: add null check after map_guest_mem calls |  Steven Luong | 1 | -2/+16 |
2019-08-02 | tcp: add more connection stats |  Florin Coras | 4 | -6/+81 |
2019-08-02 | ethernet: fix ARP feature arc definition |  Dave Barach | 1 | -2/+9 |
2019-08-02 | ipsec: FIx feature ordering |  Neale Ranns | 2 | -4/+2 |
2019-08-02 | virtio: add the display information in virtio cli |  Chenmin Sun | 2 | -2/+2 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling |  John Lo | 2 | -10/+5 |
2019-08-01 | session: session pool migration notification |  Florin Coras | 6 | -0/+43 |
2019-08-01 | ipsec: Redo the anit-replay check post decrypt |  Neale Ranns | 2 | -0/+36 |
2019-08-01 | docs: Small fixes and ordering |  Nathan Skrzypczak | 1 | -11/+10 |
2019-08-01 | vppinfra: refactor clib_rwlock_t to use single condition variable |  jaszha03 | 1 | -1/+0 |