tap: add support for persistance
[vpp.git] / src / vnet / bonding /
2020-02-18 Dave Barachmisc: fix coverity warnings 47/25247/3
2020-01-09 Matthew Smithbonding: process lacp when bond is admin down 30/24230/2
2020-01-07 Ole Troanbonding: fix feature.yaml error 11/24211/2
2020-01-07 Steven Luongbonding: Add FEATURE.yaml 03/24203/2
2019-12-17 Steven Luongbonding: drop traffic on backup interface for active... 62/23862/5
2019-12-17 Neale Rannsip: Protocol Independent IP Neighbors 19/22819/26
2019-12-13 Steven Luongbonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_i... 90/23390/5
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-12-02 Matthew Smithbonding: add/del secondary mac address callback 36/23436/5
2019-11-12 Benoît Gannebonding: fix non-null terminated vector 86/23286/3
2019-10-24 Steven Luonglacp: add actor steady state check prior to skip proces... 41/22941/3
2019-10-17 Benoît Gannebonding: fix interface deletion 70/22770/2
2019-10-16 Steven Luongbonding: graph node running after bond-input in feature... 58/22658/3
2019-10-11 Steven Luongbonding: feature arc may not be enabled for the slave... 34/22634/3
2019-10-06 Steven Luongbonding: traffic traversing the wrong interface 51/22551/2
2019-09-30 Benoît Gannebonding: fix non-null-terminated C-string 04/22404/3
2019-09-24 Damjan Marionvlib: add flag to explicitelly mark nodes which can... 19/22219/2
2019-09-11 Jakub Grajciarbonding: API cleanup 08/21508/9
2019-09-06 Steven Luongbonding: add weight support for active-backup mode 25/21425/14
2019-09-04 Steven Luongstats: add /if/<n>/<n>/state for lacp interface state 26/21126/10
2019-08-17 Steven Luongbonding lacp: deleting virtual interface which was... 69/21069/4
2019-07-25 Steven Luongbonding: incorrect RX counters for bond interface 37/20837/2
2019-07-24 Mohsin Kazmibonding: print the name on the cli when created 20/20420/4
2019-07-23 Zhiyong Yangbonding: fix create bond CLI 63/20763/2
2019-07-19 Zhiyong Yangbonding: add support for numa-only in lacp mode 52/20352/8
2019-06-26 Zhiyong Yangbonding: fix comment typo 20/20120/6
2019-05-31 Zhiyong Yangbonding: add support for numa awareness 03/19603/5
2019-05-20 Zhiyong Yangbonding: clean up redundant code 42/19442/2
2019-04-17 Steven LuongRevert "Revert "bond: problem switching from l2 to... 74/18774/3
2019-04-10 Ole TroanAPI: Fix shared memory only action handlers. 85/18785/2
2019-04-03 Steven Luonglacp: passive mode support [VPP-1551] 35/18035/4
2019-03-28 Paul VinciguerraTypos. A bunch of typos I've been collecting. 56/18556/3
2019-03-15 Ole TrøanRevert "API: Cleanup APIs interface.api" 40/18340/2
2019-03-15 Jakub GrajciarAPI: Cleanup APIs interface.api 57/17957/9
2019-02-21 Peter MikusRevert "bond: problem switching from l2 to l3" 93/17593/5
2019-02-14 Benoît GanneAdd -fno-common compile option 54/17554/4
2019-01-23 Stevenbond: packet drops on VPP bond interface [VPP-1544] 68/16868/3
2019-01-13 Alexander Chernavinbonding: support custom interface IDs 65/16465/8
2018-11-18 Damjan Marionadd vlib_prefetch_buffer_data(...) macro 12/16012/1
2018-11-14 Dave BarachRemove c-11 memcpy checks from perf-critical code 16/15916/4
2018-11-13 Damjan Marionvlib rename vlib_frame_args(...) to vlib_frame_scalar_a... 97/15897/2
2018-10-29 Stevenbond: problem switching from l2 to l3 77/15577/3
2018-10-23 Dave Barachc11 safe string handling support 47/15347/10
2018-10-17 Damjan Marionbond: tx optimizations 66/15166/13
2018-10-07 Stevenbond: active-backup mode is using the wrong load balanc... 68/15168/1
2018-10-05 Damjan Marionbond: tx perf improvement, part trois 86/14986/3
2018-09-28 Stevenbond: tx performance enhancement part deux 29/15029/4
2018-09-26 Damjan Marionbond: tx perf improvements 59/14959/4
2018-09-25 Stevenbond: crash when deleting bond interface [VPP-1427] 65/14965/3
2018-08-13 Damjan MarionMultiarch handling in different constructor macros 47/14147/8
2018-07-19 Damjan MarionRemove unused argument to vlib_feature_next 64/13564/2
2018-07-11 Damjan Marionavoid using thread local storage for thread index 20/13420/3
2018-06-05 Stevenbond: send gratuitous arp when the active slave went... 15/12915/1
2018-05-29 Damjan Marionbonding: fix packet trace in bond-input 93/12793/1
2018-05-29 Damjan MarionAdd VLIB_NODE_FN() macro to simplify multiversioning... 73/12773/4
2018-05-27 Damjan Marionbond-input performance optimization 52/12752/2
2018-05-25 Stevenbond: performance harvesting 45/12545/9
2018-04-24 Stevenlacp: deleting the bond subinterface may cause lacp... 83/12083/2
2018-04-13 Stevenbond: ping fails between l2 BD [VPP-1238] 29/11729/2
2018-04-12 Stevenbond: 1 packet/frame == bad performance [VPP-1236] 94/11694/2
2018-03-30 Stevenbond: show trace causes a crash if the interface is... 50/11450/3
2018-03-28 Stevenbond: cli rename 15/11415/2
2018-03-27 Stevenbond: coverity woes 91/11391/2
2018-03-23 Stevenbond: performance enhancement 16/11316/1
2018-03-21 Stevenbond: Add bonding driver and LACP protocol 92/9892/58