aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-03-22acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other...Andrew Yourtchenko1-1/+2
2018-03-22Avoid atomic ops when polling queuesDave Barach1-4/+5
2018-03-21udp: make udp encap pool cacheline alignedDamjan Marion1-1/+1
2018-03-21bond: Add bonding driver and LACP protocolSteven7-0/+2768
2018-03-21VPP_1202: handle DHCP NAK packetsDave Barach2-1/+28
2018-03-21UDP Encap countersNeale Ranns3-0/+65
2018-03-21Detailed Interface stats API takes sw_if_indexNeale Ranns1-1/+4
2018-03-21reassembly: feature/concurrencyKlement Sekera12-353/+795
2018-03-20FIB Interpose SourceNeale Ranns31-4343/+5452
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-19Interface Unicast, Multicast and Broadcast stats on the APINeale Ranns4-6/+162
2018-03-19IGMP pluginJakub Grajciar2-2/+36
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-16QoS recording and markingNeale Ranns19-11/+1630
2018-03-16Fix a long-latent bi=0 bug in vlib_buffer_add_dataDave Barach1-2/+2
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda5-1/+1029
2018-03-16stats: allow configuring poller delayKlement Sekera2-16/+28
2018-03-16IPSec: fix IPv6 policy deletingMatus Fabian1-1/+1
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda4-5/+613
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 Coras8-162/+154
2018-03-15Add a helper function to fetch vlib node index for already stacked dposVijayabhaskar Katamreddy2-0/+40
2018-03-14vlib: internal buffer manager reworkDamjan Marion1-3/+2
2018-03-14IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.Ole Troan10-0/+2244
2018-03-14srv6-plugins: fixing documentationFrancois Clad1-0/+7
2018-03-14srv6: minor CLI modificationsFrancois Clad4-15/+14
2018-03-14Improve l2_macs_events API to provide MAC move informationJohn Lo4-8/+22
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-03-13SCTP: data retransmission & snd_space fixMarco Varlese3-4/+88
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns8-126/+304
2018-03-13FIB: DVR paths are not considered L3 attachedNeale Ranns1-0/+10
2018-03-13SCTP: cumulative SACK fixMarco Varlese4-15/+44
2018-03-12SPAN: Add 'is_l2" flag to DETAILS response messages.Jon Loeliger2-0/+3
2018-03-12Remove md5.[ch] from vppinfraDave Barach1-13/+2
2018-03-11vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loo...Andrew Yourtchenko2-10/+10
2018-03-10Move the vnet cdp protocol implementation to a pluginDave Barach6-1569/+0
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts1-6/+16
2018-03-09MPLS Unifom modeNeale Ranns39-591/+1746
2018-03-08tls: make tls engines pluggableFlorin Coras2-513/+219
2018-03-07Fix Avoid crash in vnet_delete_sub_interface routineSteve Shin1-1/+2
2018-03-07features: extend 'feature node not found' warning messageDamjan Marion1-2/+4
2018-03-07packet-generator: use default free listDamjan Marion2-63/+8
2018-03-07tls: enforce certificate verificationFlorin Coras10-124/+212