aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Fixes to changes in vnet/buffer.hSzymon Sliwa1-3/+4
2018-02-06Add a member to vnet_buffer union for odp based cryptoSzymon Sliwa1-1/+11
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari3-16/+7
2017-06-13FIB walk process - wake-up rate unnecessarily highNeale Ranns1-1/+11
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari1-4/+7
2017-06-12NAT64: bug fixMatus Fabian1-5/+9
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine1-26/+16
2017-06-12Fix coverity issueFilip Tehlar1-0/+1
2017-06-10MPLS: cannot delete a path from the CLINeale Ranns1-13/+25
2017-06-09Fix gpe coverity issue (VPP-874)Florin Coras1-3/+8
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras13-405/+967
2017-06-09NAT64: ICMP error supportMatus Fabian1-8/+5
2017-06-08LISP: add NSH supportFilip Tehlar12-32/+579
2017-06-08Add gpe native-forward static route supportFlorin Coras5-16/+402
2017-06-08P2P Ethernet - APIPavel Kotucek5-0/+303
2017-06-07Small update to session APIFlorin Coras2-1/+5
2017-06-07VPP-874: fix coverity warning in vnet_classify.cDave Barach1-1/+1
2017-06-07VPP-872 and End.T function for SRv6Pablo Camarillo2-105/+101
2017-06-06Fix coverity error in IP4 Mtrie.Neale Ranns1-4/+4
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns2-164/+32
2017-06-06Fix coverity issueFilip Tehlar1-0/+3
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni8-86/+1168
2017-06-06Fix lisp map-notify parsingFlorin Coras1-0/+1
2017-06-05LISP-GPE: return index of newly created fwd entry, VPP-868Filip Tehlar4-2/+20
2017-06-05LISP: fix GPE entry dump, VPP-871Filip Tehlar1-5/+5
2017-06-04Fix typo for specifying table_id on ping.wenxian li1-1/+1
2017-06-03Fix for gcc7Marco Varlese1-1/+1
2017-06-02vhost: add debug vhost-user on | off CLISteven2-20/+59
2017-06-01Fix 'ip probe' on /32Neale Ranns3-44/+48
2017-06-01MPLS trace the EOS bit correctlyNeale Ranns1-1/+2
2017-06-01IP Mcast - recalculate on interface up/dowmNeale Ranns3-60/+91
2017-06-01Improve fifo allocator performanceDave Barach12-204/+300
2017-05-30Flowprobe: Stateful flows and IPv6, L4 recordingOle Troan5-11/+23
2017-05-30LISP: L2 ARP handlingFilip Tehlar9-36/+600
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns4-84/+145
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns4-16/+67
2017-05-26LISP: do not try to delete paths when fwd entry is negativeFilip Tehlar1-4/+7
2017-05-25MPLS hash function improvementsNeale Ranns3-7/+64
2017-05-25MPLS interface output feature not explicitly enabledNeale Ranns1-2/+0
2017-05-25af_packet: fix coverity errorRay Kinsella1-2/+19
2017-05-24Add p2p flag to IPsec tunnel interface hw classMatthew Smith1-0/+1
2017-05-24MPLS tunnels; path-list lock leak and debug CLI imrpovementsNeale Ranns1-7/+16
2017-05-24IPv6 Performance bugsNeale Ranns6-70/+62
2017-05-24Missing VLIB node for IPv6 disposition from mcast MPLS LSPNeale Ranns1-1/+23
2017-05-24MPLS trace fixesNeale Ranns2-1/+7
2017-05-24Leak locks and tables in the ClassifierNeale Ranns4-7/+51
2017-05-24ipfix: make IPFIX work for all skip_n_vectors values (VPP-204)Juraj Sloboda1-22/+23
2017-05-23Labelled attached paths via an MPLS tunnelNeale Ranns5-40/+69
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns18-735/+1194
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven4-484/+336