aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Improve session debuggingFlorin Coras7-85/+171
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapSteven1-16/+9
2017-05-20VPP-849: improve vnet classifier memory allocator performanceDave Barach2-274/+450
2017-05-20af_packet: set mac address supportRay Kinsella1-1/+47
2017-05-19mfib CLI bugs (VPP-852)Neale Ranns3-8/+16
2017-05-19Enforce Bridge Domain ID range to match 24-bit VNI rangeJohn Lo5-9/+29
2017-05-18Remove nop code from session_manager_add_first_segment().Dave Wallace1-2/+0
2017-05-18Improve sack bytes accounting and testingFlorin Coras5-37/+140
2017-05-17VPP-719: Accept ARP replies from VRRP hw addrMatthew Smith1-7/+27
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-17Use counters on ipsec tunnel interfacesMatthew Smith3-6/+107
2017-05-17Add ethernet type to support NSH over ethernetHongjun Ni1-1/+1
2017-05-17VPP-846: tcp perf / scale / hardeningDave Barach6-48/+106
2017-05-17ARP learning fixes (VPP-843)Neale Ranns3-82/+68
2017-05-16Fixes to tcp active opens and receptionDave Barach2-1/+10
2017-05-16ping command does not work when there is woker thread (VPP-844)flyingeagle231-0/+1
2017-05-15Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_delMatthew Smith4-15/+36
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni2-0/+4
2017-05-15af_packet: support changing the mtu sizeRay Kinsella1-1/+23
2017-05-15Fix builtin tcp clientDave Barach4-38/+78
2017-05-15L2BD/API:fix bd dump to ignore unknown bd_idEyal Bari1-19/+20
2017-05-15Fix vnet_interface_counters API definitionAloys Augustin1-7/+28
2017-05-15Fix FIB recursion loops via cover (VPP-842)Neale Ranns3-38/+81
2017-05-11Validate ip6 interface fib tables early onFlorin Coras1-0/+5
2017-05-11Handle RST of TCP connections in SYN-RCVD state, VPP-822Florin Coras1-8/+23
2017-05-10vnet: introduce error state for sw interfacesDamjan Marion3-1/+13
2017-05-10completelly deprecate os_get_cpu_number, replace new occurencesDamjan Marion2-5/+5
2017-05-10Multi-thread enablement for the debug cli http serverDave Barach3-2/+35
2017-05-10Add crc32c inline function, allows compilation on 32-bit systemsDamjan Marion1-1/+1
2017-05-10device: Add callback for set interface rx-modeSteven3-27/+72
2017-05-10Improve TCP option handling, VPP-757Florin Coras3-15/+54
2017-05-10Builtin debug cli http serverDave Barach3-5/+646
2017-05-10Ignore data in RST segments, VPP-723Florin Coras2-59/+53
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion5-18/+21
2017-05-09API support for IPsec tunnel interface creationMatthew Smith2-1/+87
2017-05-09Add support for tcp/session buffer chainsFlorin Coras5-75/+210
2017-05-08L2FIB:CLI/API to flush all non-static entriesEyal Bari7-88/+157
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 Camarillo22-40/+1325
2017-05-05NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V...Matus Fabian8-1503/+1461
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 Tehlar4-22/+40
2017-05-03L2FIB:flush interface learned macs on downEyal Bari4-39/+42