Age | Commit message (Expand) | Author | Files | Lines |
2018-03-29 | tcp: fix fib index buffer tagging | Florin Coras | 3 | -14/+19 |
2018-03-29 | No need for this routine to be global | Dave Barach | 1 | -1/+1 |
2018-03-28 | bond: cli rename | Steven | 1 | -11/+10 |
2018-03-28 | SCTP: use custom fib | Marco Varlese | 2 | -7/+12 |
2018-03-27 | vxlan:refactor add del command function | Eyal Bari | 1 | -102/+43 |
2018-03-27 | bond: coverity woes | Steven | 2 | -27/+32 |
2018-03-26 | VCL: add IPv6 to socket_test.sh and make test | Dave Wallace | 1 | -2/+4 |
2018-03-26 | Restore the brief FIB entry printing | Neale Ranns | 1 | -7/+7 |
2018-03-26 | afpacket: Fix the reply if itf already exits | Mohsin Kazmi | 1 | -1/+3 |
2018-03-25 | session: fix local session disconnects | Florin Coras | 3 | -22/+58 |
2018-03-23 | Drop dhcp pkts w/ hardware address mismatches | Dave Barach | 2 | -11/+40 |
2018-03-23 | IPSEC_AH: broken initialization (VPP-1208) | Marco Varlese | 1 | -1/+1 |
2018-03-23 | tcp/session: sprinkle prefetches | Florin Coras | 4 | -16/+37 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 6 | -20/+73 |
2018-03-22 | bond: performance enhancement | Steven | 3 | -155/+220 |
2018-03-22 | acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other... | Andrew Yourtchenko | 1 | -1/+2 |
2018-03-22 | Avoid atomic ops when polling queues | Dave Barach | 1 | -4/+5 |
2018-03-21 | udp: make udp encap pool cacheline aligned | Damjan Marion | 1 | -1/+1 |
2018-03-21 | bond: Add bonding driver and LACP protocol | Steven | 7 | -0/+2768 |
2018-03-21 | VPP_1202: handle DHCP NAK packets | Dave Barach | 2 | -1/+28 |
2018-03-21 | UDP Encap counters | Neale Ranns | 3 | -0/+65 |
2018-03-21 | Detailed Interface stats API takes sw_if_index | Neale Ranns | 1 | -1/+4 |
2018-03-21 | reassembly: feature/concurrency | Klement Sekera | 12 | -353/+795 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 31 | -4343/+5452 |
2018-03-19 | Use x(void) not x() in new interface stats code | Neale Ranns | 2 | -5/+5 |
2018-03-19 | session: fix coverity warnings | Florin Coras | 2 | -1/+12 |
2018-03-19 | Coverity found bugs in recent MPLS changes | Neale Ranns | 3 | -17/+8 |
2018-03-19 | QoS code coverity found errors | Neale Ranns | 1 | -2/+2 |
2018-03-19 | FIB code coverity found defect | Neale Ranns | 1 | -1/+1 |
2018-03-19 | Interface Unicast, Multicast and Broadcast stats on the API | Neale Ranns | 4 | -6/+162 |
2018-03-19 | IGMP plugin | Jakub Grajciar | 2 | -2/+36 |
2018-03-19 | IPIP: Fix coverity error. | Ole Troan | 1 | -0/+3 |
2018-03-19 | FIX: Fixed ip6_fib_dump api function response. | Dmitry Vakhrushev | 3 | -1/+9 |
2018-03-18 | Remove unnumbered configuration on interface delete | Neale Ranns | 6 | -80/+68 |
2018-03-16 | QoS recording and marking | Neale Ranns | 19 | -11/+1630 |
2018-03-16 | Fix a long-latent bi=0 bug in vlib_buffer_add_data | Dave Barach | 1 | -2/+2 |
2018-03-16 | IPv6 ND Router discovery control plane (VPP-1095) | Juraj Sloboda | 5 | -1/+1029 |
2018-03-16 | stats: allow configuring poller delay | Klement Sekera | 2 | -16/+28 |
2018-03-16 | IPSec: fix IPv6 policy deleting | Matus Fabian | 1 | -1/+1 |
2018-03-16 | IPv6 ND Router discovery data plane (VPP-1095) | Juraj Sloboda | 4 | -5/+613 |
2018-03-16 | session: allow local host binds | Florin Coras | 1 | -4/+4 |
2018-03-15 | Update session local address is_ip4 on bind when not global | Keith Burns (alagalah) | 1 | -0/+1 |
2018-03-15 | tls: add openssl engine | Florin Coras | 8 | -162/+154 |
2018-03-15 | Add a helper function to fetch vlib node index for already stacked dpos | Vijayabhaskar Katamreddy | 2 | -0/+40 |
2018-03-14 | vlib: internal buffer manager rework | Damjan Marion | 1 | -3/+2 |
2018-03-14 | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. | Ole Troan | 10 | -0/+2244 |
2018-03-14 | srv6-plugins: fixing documentation | Francois Clad | 1 | -0/+7 |
2018-03-14 | srv6: minor CLI modifications | Francois Clad | 4 | -15/+14 |
2018-03-14 | Improve l2_macs_events API to provide MAC move information | John Lo | 4 | -8/+22 |
2018-03-14 | At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin... | Chaoyu Jin | 1 | -12/+12 |