aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-21UDP Encap countersNeale Ranns6-2/+248
2018-03-21Detailed Interface stats API takes sw_if_indexNeale Ranns1-1/+4
2018-03-21IGMP plugin initialises the FIB/MFIB via ip4 moduleNeale Ranns1-1/+4
2018-03-21NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-21reassembly: feature/concurrencyKlement Sekera12-353/+795
2018-03-20FIB Interpose SourceNeale Ranns32-4343/+5453
2018-03-20Fix Allow ARP packets for dot1q interface with MACIP enabledSteve Shin1-50/+169
2018-03-19VCL: Fix Coverity CID183003Dave Wallace1-1/+1
2018-03-19Use x(void) not x() in new interface stats codeNeale Ranns2-5/+5
2018-03-19session: fix coverity warningsFlorin Coras2-1/+12
2018-03-19Coverity found bugs in recent MPLS changesNeale Ranns3-17/+8
2018-03-19QoS code coverity found errorsNeale Ranns1-2/+2
2018-03-19FIB code coverity found defectNeale Ranns1-1/+1
2018-03-19VCL: Fix Coverity CID183009Dave Wallace1-1/+1
2018-03-19Interface Unicast, Multicast and Broadcast stats on the APINeale Ranns4-6/+162
2018-03-19IGMP pluginJakub Grajciar17-2/+2792
2018-03-19QoS: publish qos.api.h fileMatus Fabian1-0/+3
2018-03-19IPIP: Fix coverity error.Ole Troan1-0/+3
2018-03-19FIX: Fixed ip6_fib_dump api function response.Dmitry Vakhrushev3-1/+9
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns6-80/+68
2018-03-16cli: make q work againFlorin Coras1-0/+8
2018-03-16QoS recording and markingNeale Ranns22-18/+1644
2018-03-16Fix a long-latent bi=0 bug in vlib_buffer_add_dataDave Barach3-4/+4
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda6-1/+1032
2018-03-16stats: allow configuring poller delayKlement Sekera4-19/+126
2018-03-16IPSec: fix IPv6 policy deletingMatus Fabian1-1/+1
2018-03-16Fix sample-plugin build on ubuntu 18.04Damjan Marion1-1/+0
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda5-6/+615
2018-03-16session: allow local host bindsFlorin Coras1-4/+4
2018-03-15Update session local address is_ip4 on bind when not globalKeith Burns (alagalah)1-0/+1
2018-03-15tls: add openssl engineFlorin Coras14-190/+1027
2018-03-15Add a helper function to fetch vlib node index for already stacked dposVijayabhaskar Katamreddy2-0/+40
2018-03-15use system provided ccache linksDamjan Marion1-6/+6
2018-03-14IPIP: Also publish the ipip.api.h file.Jon Loeliger1-0/+1
2018-03-14Clean up vpp build bootstrap stepDave Barach2-9/+10
2018-03-14vlib: internal buffer manager reworkDamjan Marion8-284/+190
2018-03-14Prevent calling rte_eth_xstats_get not initialized devSzymon Sliwa1-0/+2
2018-03-14IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.Ole Troan19-1112/+2188
2018-03-14VCL: Handle epoll HUP events in sock_test_serverDave Wallace1-1/+10
2018-03-14srv6-plugins: fixing documentationFrancois Clad4-201/+254
2018-03-14srv6: minor CLI modificationsFrancois Clad4-15/+14
2018-03-14Improve l2_macs_events API to provide MAC move informationJohn Lo5-10/+24
2018-03-14VOM: acl: Add support for acl ethertype unbind and dumpMohsin Kazmi3-1/+182
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-03-13VCL: Fix race condition in event thread functionDave Wallace1-11/+17
2018-03-13SCTP: data retransmission & snd_space fixMarco Varlese3-4/+88
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns10-130/+321
2018-03-13FIB: DVR paths are not considered L3 attachedNeale Ranns1-0/+10
2018-03-13Rationalize plugin symbol error reportingDave Barach3-5/+14
2018-03-13SCTP: cumulative SACK fixMarco Varlese4-15/+44