Age | Commit message (Expand) | Author | Files | Lines |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface | Mohsin Kazmi | 2 | -0/+28 |
2019-08-17 | gso: fix the segmentation to use current_data offset | Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash | Steven Luong | 3 | -26/+39 |
2019-08-16 | devices: vhost-user crashes displaying show trace for deleted interface | Steven Luong | 1 | -6/+10 |
2019-08-16 | tcp: fix cc algo name parsing | Florin Coras | 1 | -1/+1 |
2019-08-16 | gso: remove the ip checksum flag in case of ipv6 | Mohsin Kazmi | 2 | -2/+0 |
2019-08-16 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 | Dmitry Vakhrushev | 1 | -0/+5 |
2019-08-15 | dhcp: resolver process node index in main_t | Dave Barach | 4 | -5/+3 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions | John Lo | 5 | -15/+1 |
2019-08-14 | tcp: extend protocol configuration | 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 | ip: allow addrs from the same prefix on intf | Matthew Smith | 4 | -101/+396 |
2019-08-12 | tcp: handle fin+rst+syn in closing state | Florin Coras | 1 | -0/+2 |
2019-08-09 | session: allow closed transports to send | Florin Coras | 1 | -4/+16 |
2019-08-09 | tls: mark as no lookup transport | Florin Coras | 2 | -1/+3 |
2019-08-09 | tls: handle transport reset | Florin Coras | 1 | -1/+6 |
2019-08-08 | api: vppapitrace JSON/API trace converter | Ole Troan | 1 | -1/+1 |
2019-08-08 | udp: fix rx event generation | Florin Coras | 1 | -6/+20 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 4 | -142/+98 |
2019-08-08 | tls: fix close with data | Florin Coras | 2 | -1/+20 |
2019-08-08 | tcp: fix zero rwnd sent check | Florin Coras | 1 | -1/+1 |
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 |
2019-08-01 | ethernet: Fix node ordering on ARP feautre ARC | Neale Ranns | 1 | -2/+13 |
2019-08-01 | tcp: honor snd_wnd in fast rxt | Florin Coras | 1 | -1/+4 |
2019-08-01 | qos: Uninitialised variable (coverity) | Neale Ranns | 1 | -0/+3 |
2019-07-31 | api: add prefix matcher typedef | Paul Vinciguerra | 1 | -0/+11 |
2019-07-31 | devices interface tests: vhosst GSO support | Steven Luong | 8 | -23/+296 |
2019-07-31 | qos: Store function | Neale Ranns | 6 | -6/+663 |
2019-07-31 | pg: clarify the text of error message | Andrew Yourtchenko | 1 | -1/+1 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 8 | -36/+26 |
2019-07-31 | ip: Ensure reassembly runs before IPSec decrypt. | Neale Ranns | 2 | -2/+6 |
2019-07-31 | fib: Add some path-list flags to its key | Neale Ranns | 2 | -1/+11 |