aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion7-19/+67
2017-05-10dpdk: refactor interface speed detectionDamjan Marion3-98/+42
2017-05-10Make reproducible build possibleMarco Varlese1-3/+7
2017-05-10device: Add callback for set interface rx-modeSteven3-27/+72
2017-05-10SNAT: move API code to separate fileMatus Fabian4-1256/+1312
2017-05-10vppinfra: optimize and simplify splat inline functionsDamjan Marion1-17/+11
2017-05-10Improve TCP option handling, VPP-757Florin Coras3-15/+54
2017-05-10Builtin debug cli http serverDave Barach4-5/+647
2017-05-10Ignore data in RST segments, VPP-723Florin Coras2-59/+53
2017-05-10Produce vpp_papi*.egg for virtual environmentsIgor Mikhailov (imichail)1-1/+2
2017-05-09dpdk: refactor setup, start, stop codeDamjan Marion5-87/+167
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion18-59/+71
2017-05-09API support for IPsec tunnel interface creationMatthew Smith3-1/+221
2017-05-09Add missing format_ip6_address() functions to plugin_api.Jon Loeliger2-0/+78
2017-05-09Add support for tcp/session buffer chainsFlorin Coras7-85/+266
2017-05-08dpdk: use speed_capa to detect i40e device speedDamjan Marion3-19/+13
2017-05-08vlib: do not unbind devices already bound to vfio-pciDamjan Marion1-0/+5
2017-05-08L2FIB:CLI/API to flush all non-static entriesEyal Bari8-88/+169
2017-05-07Avoid active connection prevent timeout of idle conns after itAndrew Yourtchenko2-10/+12
2017-05-07Remove L2 GPE interface from bridge when deleting, VPP-833Florin Coras1-0/+6
2017-05-07Include TCP options in segment size computationFlorin Coras5-42/+97
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras5-48/+72
2017-05-06Fix mac check issue for vitual tunnel interface with no mac addressHongjun Ni1-0/+3
2017-05-05Fix L2FIB learn counter and memory cleanup of mac_by_ip6 hash tableJohn Lo2-5/+16
2017-05-05ip6_to_ip4.h coverity fixMatus Fabian1-1/+1
2017-05-05First commit SR MPLSPablo Camarillo38-178/+1366
2017-05-05NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V...Matus Fabian9-1503/+1463
2017-05-04Fixes and improvements in session hashtable keysClement Durand1-53/+35
2017-05-04Fix coverity issueFilip Tehlar1-0/+2
2017-05-04LISP: group mapping records in map-register messageFilip Tehlar1-6/+19
2017-05-03Fix vnet unit testsFilip Tehlar12-83/+138
2017-05-03L2FIB:flush interface learned macs on downEyal Bari4-39/+42
2017-05-03A sprinkling of const in vlibmemory/api.h and friendsNeale Ranns10-38/+41
2017-05-03change ip4_drop_node node register coding formatflyingeagle231-2/+2
2017-05-02Prevent Bridge Domain operations on BD 0.Jon Loeliger4-3/+70
2017-05-02Use per-protocol default flow-hash config when the FIB table index is not knownNeale Ranns3-2/+44
2017-05-02Fix TCP tx when snd_wnd < smssFlorin Coras1-3/+4
2017-05-02BFD: don't crash if interface is deletedKlement Sekera1-33/+42
2017-05-02Allow local/for-us replications for IP multicast routes on the CLINeale Ranns2-5/+8
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion9-182/+326
2017-05-02dpdk: remove unused codeDamjan Marion5-64/+3
2017-05-01TCP ooo reception fixesFlorin Coras10-115/+275
2017-04-28dpdk: cryptodev support enabled by defaultSergio Gonzalez Monroy6-28/+8
2017-04-28Fix hostname fencepost error in dhcp_compl_event_callback.Jon Loeliger1-2/+4
2017-04-28af_packet: reflect admin device state on hostRay Kinsella3-15/+78
2017-04-28Fix memory leak on deletion of BD (bridge domain)John Lo1-3/+9
2017-04-28vhost: Disallow duplicate path name for vhost interfaceSteven2-1/+37
2017-04-27dpdk: cleanup, move APIs to separate .c fileDamjan Marion5-327/+337
2017-04-27LISP: fix deleting of locators, VPP-713Filip Tehlar1-0/+4
2017-04-27VPP-716: IKEv2 responder fails to authenticate initiatorMatthew Smith1-15/+16