aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-06API: Add service definitions for events and singleton messages (second attempt)Marek Gradzki4-60/+24
2018-03-05Revert "API: Add service definitions for events and singleton messages."Ole Trøan4-24/+60
2018-03-05SCTP: API to configure some tunablesMarco Varlese6-78/+129
2018-03-05IP6 link-local tableNeale Ranns22-220/+1068
2018-03-05API: Add service definitions for events and singleton messages.Ole Troan4-60/+24
2018-03-05SCTP: retransmission in INIT/SHUTDOWN phaseMarco Varlese4-24/+124
2018-03-05tls: add stop listen handlerFlorin Coras2-9/+42
2018-03-03netlink: Use nl_pid 0 to play nice with others.Jon Loeliger1-1/+1
2018-03-02tls: clib_mem_alloc context to avoid dangling referencesFlorin Coras1-30/+32
2018-03-02session: first approximation implementation of tlsFlorin Coras24-163/+1737
2018-03-02tapv2: CLI and binary API fixesSteven2-3/+3
2018-03-01SCTP: API to delete a sub-connectionMarco Varlese4-2/+106
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan9-9/+17
2018-03-01Fix ERSPAN encap to set EN bits in the header and add test caseJohn Lo2-9/+12
2018-03-01SCTP: API to add a sub-connectionMarco Varlese7-38/+243
2018-03-01session: zero out ips in local endpoint lookup only if localFlorin Coras3-29/+75
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-28at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-02-28SCTP: handle COOKIE while in SHUTDOWN phaseMarco Varlese3-20/+40