Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-31 | fib: fix calls to unformat_fib_path | Neale Ranns | 3 | -3/+5 |
2019-07-31 | ipsec: Typo in flag name | Neale Ranns | 1 | -1/+1 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () | jaszha03 | 2 | -4/+2 |
2019-07-30 | tap: fix segv when host-if-name is not given | Mohsin Kazmi | 1 | -8/+10 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE | jaszha03 | 2 | -2/+4 |
2019-07-29 | session: fix vpp to app msg generation | Florin Coras | 2 | -66/+28 |
2019-07-28 | fib: add invalid source type and fix debug log | Benoît Ganne | 3 | -19/+22 |
2019-07-28 | pg: add GSO support | Mohsin Kazmi | 6 | -11/+109 |
2019-07-28 | sr: ipv6 segment routing header (srh) update | Ahmed Abdelsalam | 4 | -1581/+18 |
2019-07-28 | sr: fix srv6 end.t behavior | Ahmed Abdelsalam | 1 | -1/+2 |
2019-07-27 | session: define connection id length | Florin Coras | 2 | -7/+15 |
2019-07-26 | session: separate ctrl, new and old events | Florin Coras | 3 | -89/+88 |
2019-07-26 | tcp: count resets sent | Florin Coras | 2 | -0/+7 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 11 | -182/+210 |