Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-26 | dhcp ip: DSCP settings for transmitted DHCP packets |  Neale Ranns | 12 | -18/+117 |
2019-07-26 | dhcp: send unicast and broadcast packets via the IP adjacency |  Neale Ranns | 3 | -39/+53 |
2019-07-25 | misc: remove unnecessary cast in classify |  Zhiyong Yang | 2 | -24/+14 |
2019-07-25 | session: add transport deleted state |  Florin Coras | 4 | -11/+14 |
2019-07-25 | build: add missing .api files for packaging |  Benoît Ganne | 1 | -1/+8 |
2019-07-25 | misc: leverage vlib_buffer_get_current in srp |  Zhiyong Yang | 1 | -1/+1 |
2019-07-25 | bonding: incorrect RX counters for bond interface |  Steven Luong | 2 | -44/+36 |
2019-07-24 | qos: QoS dump APIs |  Neale Ranns | 8 | -119/+597 |
2019-07-24 | fib: Support the POP of a Psuedo Wire Control Word |  Neale Ranns | 11 | -3/+435 |
2019-07-24 | bonding: print the name on the cli when created |  Mohsin Kazmi | 1 | -0/+6 |
2019-07-24 | tap: print the interface name on cli when created |  Mohsin Kazmi | 2 | -0/+6 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 5 | -44/+130 |
2019-07-24 | tls: handle engine listen failure |  Florin Coras | 1 | -1/+12 |
2019-07-24 | fib: remove unused input parameter |  Zhiyong Yang | 1 | -5/+2 |
2019-07-23 | api: binary api cleanup |  Dave Barach | 13 | -25/+54 |
2019-07-23 | udp: fix typo in udp connectinon flags |  Dave Wallace | 1 | -1/+1 |
2019-07-23 | session: reorganize dispatch logic |  Florin Coras | 3 | -153/+141 |
2019-07-23 | udp: fix connection flags |  Aloys Augustin | 1 | -3/+3 |
2019-07-23 | session: avoid postponing close |  Florin Coras | 1 | -14/+0 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes |  Florin Coras | 2 | -1/+6 |
2019-07-23 | devices: vhost handling VHOST_USER_SET_FEATURES |  Steven Luong | 1 | -0/+1 |
2019-07-22 | bonding: fix create bond CLI |  Zhiyong Yang | 1 | -1/+1 |
2019-07-22 | udp: support close with data |  Florin Coras | 3 | -19/+41 |