aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns14-261/+248
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras11-127/+360
2017-04-01CLI: create/delete bridge-domainChoonho Son2-1/+201
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari1-55/+38
2017-04-01MTRIE Optimisations 2Neale Ranns26-409/+710
2017-03-31ARP/API:protect against identical registrationsEyal Bari2-56/+40
2017-03-30LISP: Do not show P-ITR generated mappingFilip Tehlar2-0/+6
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-0/+1
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion6-26/+12
2017-03-30SR replicate mheap corruption fix VPP-672shwethab4-12/+5
2017-03-30VPP-673 Fix L2 steering.Pablo Camarillo1-12/+14
2017-03-30VPP-669: ping: fix coverity check error 165075 + add ping testcaseAndrew Yourtchenko1-1/+1
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari3-15/+11
2017-03-29IP lookup: remove used stack variablesNeale Ranns1-21/+5
2017-03-29LISP: fix IID in decapFilip Tehlar2-3/+4
2017-03-29Coverity Error: logically dead code in IP unnumbered CLINeale Ranns1-4/+0
2017-03-29MAP - add the domain struct directly into the dat-path and avoid the indirect...Neale Ranns6-167/+42
2017-03-29Mtrie optimisationsNeale Ranns13-275/+208
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns3-4/+92
2017-03-29vhost: vhost-user component may become unusable with too many open files (VPP...Steven1-9/+20
2017-03-29Bugfixing and documentation for SRv6Pablo Camarillo8-200/+192
2017-03-28Unscrew builtin clientDave Barach1-4/+8
2017-03-28af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is setJim Gibson1-1/+2
2017-03-28Implement MAC Flush for BD or Interface from the L2FIBJohn Lo9-49/+258
2017-03-27TCP/session improvementsFlorin Coras20-486/+1904
2017-03-27Fix output feature processing (VPP-670)AkshayaNadahalli1-7/+6
2017-03-27Mcast rewrite no memcpyNeale Ranns15-90/+93
2017-03-27Fix output feature processing (VPP-670)AkshayaNadahalli1-0/+42
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach4-5/+5
2017-03-22LISP: improve DP speedFilip Tehlar4-4/+29
2017-03-22ping: allow the user to send bursts of N packets instead of single packetAndrew Yourtchenko1-10/+42
2017-03-22vhost: support interrupt modeSteven2-22/+322
2017-03-22policer: fix byte ordering in policer_details msgMarek Gradzki1-2/+2
2017-03-21LISP statisticsFilip Tehlar12-46/+431
2017-03-20vnet: add device-input threadplacement infraDamjan Marion6-68/+306
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns2-6/+23
2017-03-17features: remove remaining .end_nodeDamjan Marion1-1/+0
2017-03-1764 bit per-thread countersNeale Ranns4-20/+22
2017-03-17Fix IP feature ordering.Neale Ranns6-41/+12
2017-03-17MPLS performance improvments.Neale Ranns8-140/+299
2017-03-17Attached hostsNeale Ranns8-18/+103
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns12-162/+162
2017-03-17Use the feature anchor in the MPLS input arc - it performs much betterNeale Ranns3-7/+9
2017-03-17Adjacency refinement; check the cover's interface against the adjacency'sNeale Ranns2-4/+97
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko2-0/+6
2017-03-16vhost: wrong value return for VHOST_USER_VRING_GET_BASESteven1-4/+11
2017-03-16vlib: make runtime_data thread-localDamjan Marion9-61/+170
2017-03-15No vector allocation during buffer copyNeale Ranns1-3/+1
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari2-29/+25
2017-03-14API:support hidden sw interfacesEyal Bari1-38/+27