Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-22 | gso: Fix the l3 packet gso segment size | Mohsin Kazmi | 1 | -1/+4 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 20 | -135/+464 |
2019-07-19 | session: improve event logging | Florin Coras | 4 | -60/+49 |
2019-07-19 | bonding: add support for numa-only in lacp mode | Zhiyong Yang | 5 | -3/+56 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 4 | -6/+6 |
2019-07-19 | ipsec: register for port 4500 at INIT | Neale Ranns | 1 | -13/+5 |
2019-07-19 | ip: admin change affects intf IPv4 addr routes | Matthew G Smith | 1 | -7/+53 |
2019-07-18 | tap: fix memory errors with create/delete API | Benoît Ganne | 1 | -7/+9 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 3 | -4/+4 |
2019-07-17 | tcp: add node with no 6-tuple lookup | Vladimir Kropylev | 1 | -22/+96 |
2019-07-17 | session: move constants definition | Florin Coras | 2 | -2/+3 |
2019-07-17 | session: use llist in session node evt handling | Florin Coras | 3 | -66/+145 |
2019-07-17 | session: grab mq lock until ctrl event is enqueued | Florin Coras | 1 | -2/+1 |
2019-07-16 | session: fix node enable sequence | Vladimir Kropylev | 1 | -1/+1 |
2019-07-16 | ipsec: handle UDP keepalives | Neale Ranns | 8 | -38/+227 |
2019-07-16 | ipsec: coverity found c-n-p error | Neale Ranns | 1 | -1/+1 |
2019-07-15 | ipsec: rewind missing from dual loop | Neale Ranns | 1 | -4/+9 |
2019-07-15 | interface: fix issue that pcap rx/tx trace not available when there are worke... | Wei CHEN | 2 | -8/+10 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 6 | -27/+44 |
2019-07-14 | api: add DSCP definitions to ip_types.api | Paul Vinciguerra | 1 | -0/+46 |
2019-07-12 | quic: fix show session verbose | Aloys Augustin | 2 | -4/+5 |