Age | Commit message (Expand) | Author | Files | Lines |
2017-05-19 | mfib CLI bugs (VPP-852) |  Neale Ranns | 3 | -8/+16 |
2017-05-19 | Enforce Bridge Domain ID range to match 24-bit VNI range |  John Lo | 5 | -9/+29 |
2017-05-18 | Remove nop code from session_manager_add_first_segment(). |  Dave Wallace | 1 | -2/+0 |
2017-05-18 | Improve sack bytes accounting and testing |  Florin Coras | 5 | -37/+140 |
2017-05-17 | VPP-719: Accept ARP replies from VRRP hw addr |  Matthew Smith | 1 | -7/+27 |
2017-05-17 | vhost: bad packet assembled from descriptor chaining |  Steven | 1 | -1/+2 |
2017-05-17 | Use counters on ipsec tunnel interfaces |  Matthew Smith | 3 | -6/+107 |
2017-05-17 | Add ethernet type to support NSH over ethernet |  Hongjun Ni | 1 | -1/+1 |
2017-05-17 | VPP-846: tcp perf / scale / hardening |  Dave Barach | 6 | -48/+106 |
2017-05-17 | ARP learning fixes (VPP-843) |  Neale Ranns | 3 | -82/+68 |
2017-05-16 | Fixes to tcp active opens and reception |  Dave Barach | 2 | -1/+10 |
2017-05-16 | ping command does not work when there is woker thread (VPP-844) |  flyingeagle23 | 1 | -0/+1 |
2017-05-15 | Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del |  Matthew Smith | 4 | -15/+36 |
2017-05-15 | Add GTP-U plugin. VPP-694 |  Hongjun Ni | 2 | -0/+4 |
2017-05-15 | af_packet: support changing the mtu size |  Ray Kinsella | 1 | -1/+23 |
2017-05-15 | Fix builtin tcp client |  Dave Barach | 4 | -38/+78 |
2017-05-15 | L2BD/API:fix bd dump to ignore unknown bd_id |  Eyal Bari | 1 | -19/+20 |
2017-05-15 | Fix vnet_interface_counters API definition |  Aloys Augustin | 1 | -7/+28 |
2017-05-15 | Fix FIB recursion loops via cover (VPP-842) |  Neale Ranns | 3 | -38/+81 |
2017-05-11 | Validate ip6 interface fib tables early on |  Florin Coras | 1 | -0/+5 |
2017-05-11 | Handle RST of TCP connections in SYN-RCVD state, VPP-822 |  Florin Coras | 1 | -8/+23 |
2017-05-10 | vnet: introduce error state for sw interfaces |  Damjan Marion | 3 | -1/+13 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences |  Damjan Marion | 2 | -5/+5 |
2017-05-10 | Multi-thread enablement for the debug cli http server |  Dave Barach | 3 | -2/+35 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems |  Damjan Marion | 1 | -1/+1 |
2017-05-10 | device: Add callback for set interface rx-mode |  Steven | 3 | -27/+72 |
2017-05-10 | Improve TCP option handling, VPP-757 |  Florin Coras | 3 | -15/+54 |
2017-05-10 | Builtin debug cli http server |  Dave Barach | 3 | -5/+646 |
2017-05-10 | Ignore data in RST segments, VPP-723 |  Florin Coras | 2 | -59/+53 |
2017-05-09 | Fix remaining 32-bit compile issues |  Damjan Marion | 5 | -18/+21 |
2017-05-09 | API support for IPsec tunnel interface creation |  Matthew Smith | 2 | -1/+87 |
2017-05-09 | Add support for tcp/session buffer chains |  Florin Coras | 5 | -75/+210 |
2017-05-08 | L2FIB:CLI/API to flush all non-static entries |  Eyal Bari | 7 | -88/+157 |
2017-05-07 | Remove L2 GPE interface from bridge when deleting, VPP-833 |  Florin Coras | 1 | -0/+6 |
2017-05-07 | Include TCP options in segment size computation |  Florin Coras | 5 | -42/+97 |
2017-05-07 | Fix TCP loss recovery, VPP-745 |  Florin Coras | 5 | -48/+72 |
2017-05-06 | Fix mac check issue for vitual tunnel interface with no mac address |  Hongjun Ni | 1 | -0/+3 |
2017-05-05 | Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash table |  John Lo | 2 | -5/+16 |
2017-05-05 | ip6_to_ip4.h coverity fix |  Matus Fabian | 1 | -1/+1 |
2017-05-05 | First commit SR MPLS |  Pablo Camarillo | 22 | -40/+1325 |
2017-05-05 | NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V... |  Matus Fabian | 8 | -1503/+1461 |
2017-05-04 | Fixes and improvements in session hashtable keys |  Clement Durand | 1 | -53/+35 |
2017-05-04 | Fix coverity issue |  Filip Tehlar | 1 | -0/+2 |
2017-05-04 | LISP: group mapping records in map-register message |  Filip Tehlar | 1 | -6/+19 |
2017-05-03 | Fix vnet unit tests |  Filip Tehlar | 4 | -22/+40 |
2017-05-03 | L2FIB:flush interface learned macs on down |  Eyal Bari | 4 | -39/+42 |
2017-05-03 | change ip4_drop_node node register coding format |  flyingeagle23 | 1 | -2/+2 |
2017-05-02 | Prevent Bridge Domain operations on BD 0. |  Jon Loeliger | 3 | -3/+64 |
2017-05-02 | Use per-protocol default flow-hash config when the FIB table index is not known |  Neale Ranns | 3 | -2/+44 |
2017-05-02 | Fix TCP tx when snd_wnd < smss |  Florin Coras | 1 | -3/+4 |