Age | Commit message (Expand) | Author | Files | Lines |
2019-08-09 | quic: handle session migration notifications | Aloys Augustin | 1 | -63/+38 |
2019-08-09 | vlib: fix vlib_buffer_copy to preserve buffer flags bit | John Lo | 1 | -3/+8 |
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 | 3 | -15/+27 |
2019-08-09 | tls: handle transport reset | Florin Coras | 1 | -1/+6 |
2019-08-09 | stats: create /run/vpp before stat socket bind() | YohanPipereau | 4 | -35/+15 |
2019-08-08 | api: vppapitrace JSON/API trace converter | Ole Troan | 10 | -202/+663 |
2019-08-08 | udp: fix rx event generation | Florin Coras | 1 | -6/+20 |
2019-08-08 | svm: fix fifo max writeable chunk computation | Florin Coras | 1 | -1/+1 |
2019-08-08 | tcp: cleanup timers | Florin Coras | 4 | -142/+98 |
2019-08-08 | tls: fix close with data | Florin Coras | 3 | -13/+63 |
2019-08-08 | tcp: fix zero rwnd sent check | Florin Coras | 1 | -1/+1 |
2019-08-08 | api: api socket respect unix runtime directory | Ole Troan | 3 | -21/+13 |
2019-08-08 | udp: fix connections move | Aloys Augustin | 2 | -1/+32 |
2019-08-07 | rdma: add missing symbols | Benoît Ganne | 1 | -2/+4 |
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 | gbp: update gbp endpoint cli | Benoît Ganne | 1 | -5/+6 |
2019-08-06 | udp: fix session migrate when not needed | Nathan Skrzypczak | 1 | -15/+21 |
2019-08-06 | quic: Add missing session_migrate_callback | Nathan Skrzypczak | 1 | -0/+7 |
2019-08-06 | rdma: fix double-free in rdma-tx | Benoît Ganne | 2 | -9/+10 |
2019-08-06 | dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa... | Lijian.Zhang | 1 | -2/+5 |
2019-08-06 | ethernet: change to mark the CFI bit in the L2 header. | Prashant Maheshwari | 1 | -3/+3 |
2019-08-05 | svm: fix fifo growth on dequeue with drop | Florin Coras | 1 | -0/+6 |
2019-08-05 | session: cache align transport base class | Florin Coras | 4 | -19/+20 |
2019-08-05 | vcl: fix bapi disconnect with socket transport | Florin Coras | 3 | -1/+13 |
2019-08-05 | docs: Add more quic plugin documentation | Nathan Skrzypczak | 2 | -38/+127 |
2019-08-05 | quic: fix memset 0 picotls depends on | Nathan Skrzypczak | 1 | -0/+1 |
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 | quic: Improve quic echo connect threading | Nathan Skrzypczak | 4 | -732/+870 |
2019-08-02 | vlib: fix out of memory issue | Filip Tehlar | 1 | -0/+3 |
2019-08-02 | devices: add null check after map_guest_mem calls | Steven Luong | 1 | -2/+16 |
2019-08-02 | vcl: initialize worker thread index and heap map slot | Florin Coras | 1 | -0/+3 |
2019-08-02 | vppinfra: Expose function setting __os_thread_index | Nathan Skrzypczak | 3 | -20/+28 |
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 | vmxnet3: don't bypass ethernet_input | Steven Luong | 2 | -15/+6 |
2019-08-02 | lb: fix usage of lb_main in test | Florin Coras | 1 | -2/+18 |
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-02 | quic: fix connection move with multiple workers | Aloys Augustin | 1 | -13/+35 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling | John Lo | 4 | -16/+7 |
2019-08-01 | session: session pool migration notification | Florin Coras | 6 | -0/+43 |
2019-08-01 | vppinfra: fix spinlock and rwlock tests | Florin Coras | 3 | -15/+15 |
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 | 2 | -12/+11 |
2019-08-01 | vppinfra: refactor clib_rwlock_t to use single condition variable | jaszha03 | 2 | -25/+19 |
2019-08-01 | vppinfra: remove unused historical code | Dave Barach | 3 | -375/+0 |
2019-08-01 | vppinfra: make first bihash add thread-safe | Dave Barach | 2 | -7/+25 |