aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread awareSteven1-2/+2
2018-02-27sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en...Steven1-1/+1
2018-02-27SRv6: API uses table-IDs not FIB indiciesNeale Ranns1-3/+3
2018-02-26Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....Adrian Oanca1-8/+4
2018-02-26SCTP: Handle a COOKIE ECHO/ACK when a TCB ExistsMarco Varlese4-17/+146
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese4-5/+215
2018-02-26Fix current data offset to use vlib_buffer_get_current in input/output ACLSteve Shin1-5/+5
2018-02-26IPv6 MLD; pointer address used as hash keyNeale Ranns1-3/+3
2018-02-26vnet: add 25G interface speed flagDamjan Marion1-2/+4
2018-02-26vnet: add vnet_device_input_have_features functionDamjan Marion1-0/+7
2018-02-25SCTP: fix connection memory corruptionMarco Varlese4-14/+23
2018-02-23VXLAN: Instance numbers now properly freed upon delete.Jon Loeliger1-1/+1
2018-02-23Convert a pcap file to a set of C initializersDave Barach2-1/+140
2018-02-22bihash table size perf/scale improvementsDave Barach1-3/+11
2018-02-21SCTP: minor refactorMarco Varlese5-31/+50