aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21Adj Delegates; don't store raw pointersNeale Ranns4-43/+37
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-02-20SCTP: congestion controlMarco Varlese5-184/+251
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion2-1/+3
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion2-41/+43
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-19Adjacency Delegate updatesNeale Ranns7-157/+287
2018-02-17SCTP: 'multi-home' supportMarco Varlese6-186/+218
2018-02-16Adj: VFTs for adjacency sub-blocksOle Troan5-29/+69
2018-02-16Allow providers to override glean behaviourNeale Ranns9-77/+110
2018-02-16Minor VXLAN/GRE Tunnel Encap Optimization and CleanupJohn Lo4-37/+53
2018-02-15session: fix fifo allocation for empty connect seg-managersFlorin Coras1-1/+0
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan9-95/+76
2018-02-15Revert "Adj: VFTs for adjacency sub-blocks"Ole Trøan5-74/+29
2018-02-15Adj: VFTs for adjacency sub-blocksOle Troan5-29/+74
2018-02-15SCTP: coverity warning fixMarco Varlese1-1/+5
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns9-76/+95
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo10-346/+691
2018-02-15session: avoid session handle conflict with vclFlorin Coras6-13/+63
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese4-44/+62
2018-02-15SCTP: refactoringMarco Varlese4-129/+97
2018-02-14Reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras18-447/+1180