API refactoring : vhost_user
[vpp.git] / vnet / vnet / ethernet /
2016-12-20 John LoAlways set start_of_ethernet_header in ethernet-input... 37/4437/2
2016-12-20 Neale RannsDecouple dependencies/assumptions in MAC change 31/4431/2
2016-12-15 John LoExpand ethernet-input node speed-path for non-L2 paths 24/4324/2
2016-12-07 Neale RannsPrevent re-entrant walks on an adjacency. 54/4154/3
2016-12-06 Pavel Kotucekapi: missing support for dumping of neighbours (VPP... 90/4090/3
2016-12-05 jerryianFix crash in debug mode when call ethernet_register_l3_... 91/4091/3
2016-12-02 Damjan Marioninterfaces: make no_flatten variant of inteface_ouptut... 74/4074/2
2016-12-02 Neale RannsMPLS infrastructure improvments 69/3669/14
2016-12-01 Neale RannsARP un-unmbered called when no interfaces are unnumbered 31/4031/3
2016-11-22 Neale RannsGRE tests and fixes 30/3830/5
2016-11-16 Dave BarachTune the ethernet input untagged l2-bridging case 55/3855/1
2016-11-11 Damjan Marionfeature: convert all feature nodes to new feature infra 59/3759/8
2016-11-02 Damjan Marionethernet: fix wrong start node for ethernet tx feature... 66/3666/2
2016-11-01 Damjan Marionfeature: add new feature handling code and device-input... 45/3445/25
2016-11-01 Damjan Marionconfig: rename ip_config_main_t to vnet_feature_config_... 42/3642/2
2016-10-14 Neale RannsFIB2.0: Adjacency complete pull model (VPP-487) 99/3399/4
2016-10-13 Damjan Marionfeature: rename vnet_ip_feature_* to vnet_feature_* 02/3402/2
2016-10-11 Dave BarachRename ip_feature_init_cast(...) to vnet_feature_arc_in... 61/3361/2
2016-10-10 Neale RannsFIB2.0: memory leaks during load-balance update (VPP... 16/3316/3
2016-10-06 John LoFix IP6 ND solicitation termination to allow link-local... 86/3286/2
2016-10-04 Pavel KotucekVPP-355: add PBB (802.1ah) tag rewrite 20/2520/12
2016-10-03 Neale RannsL2 over LISP and GRE (VPP-457) 27/3227/2
2016-10-03 Neale Ranns(VPP-455) arp doesn't work when ip4 classifier configur... 28/3228/1
2016-09-30 Pavel KotucekVPP-363: add ability to change mac address of the interface 48/2548/8
2016-09-30 David HothamFix double-free crash 25/3225/1
2016-09-27 David Hothamarp: handle ARP proxy after tunnelling 81/2981/4
2016-09-23 John LoFix detection of packet output via BVI into a BD and... 98/3098/3
2016-09-21 Neale RannsA Protocol Independent Hierarchical FIB (VPP-352) 02/2502/17
2016-09-20 Damjan MarionUse SSE instructions for matching tagged frames by... 38/2938/4
2016-09-20 Billy McFallVPP-282: Document changes for vnet/vnet/ethernet 94/2894/2
2016-09-19 David HothamAdd support for transparent ethernet bridging to GRE 66/2966/2
2016-09-11 Keith Burns (alagalah)Move CLI examples from wiki to code - VPP-165 94/2794/2
2016-08-31 John LoVPP-358: Add IPv6 ND Event Notification and Termination 24/2524/5
2016-08-31 Pavel KotucekVPP-240: delete subinterface 14/2514/6
2016-08-17 Damjan MarionCoding standards cleanup - remove trailing whitespace... 06/2406/3
2016-08-16 Keith Burns (alagalah)VPP251 - Code style vnet/vnet/ethernet 93/2393/5
2016-07-28 Dave BarachVPP-189 More coverity bug fixes 20/2120/3
2016-07-18 marek zavodskyOutput format change from "vlan 802.1q" to "802.1q... 81/1981/1
2016-07-14 marek zavodskyShow 802.1q/802.1ah details in the trace output, fixes... 46/1746/5
2016-07-06 John LoVPP-182: IPv4 static ARP entries should not be deleted... 59/1859/3
2016-06-29 Keith Burns (alagalah)Don't re-write adjacency with same information. 09/1809/1
2016-06-22 Pierre PfisterARP/NDP does not send solicitation when no source addre... 02/1702/4
2016-06-13 Damjan MarionExplicity specify IP address type for format_ip46_addre... 25/1525/3
2016-06-05 John LoVPP-113: BVI shall filter unicast DMAC for L2 to L3... 03/1403/2
2016-05-31 John LoVPP97: Flooding of pkts with multiple buffers in BD... 36/1336/1
2016-05-23 Pierre PfisterVPP-81: Print interface name after creating an interfac... 24/1224/2
2016-05-19 Damjan MarionAdd support for multiple microarchitectures in single... 75/1075/6
2016-04-28 Christian Dechampl... Add ability to set l2_mode_noprot 14/914/4
2016-04-28 Chris LukeTrack number of ethernet vlans in a frame 73/873/8
2016-04-26 Mohsin KazmiMTU: set interface mtu tap 90/890/2
2016-04-26 Pierre PfisterPort glean neighbor entry support to IPv6 59/859/3
2016-04-25 John LoImprove mechanism for using loopback interface as BVI... 51/851/2
2016-04-22 Damjan MarionAdd clib_memcpy macro based on DPDK rte_memcpy implemen... 46/846/3
2016-04-20 Alpesh S. Pateldelete loopback interface cli 57/757/2
2016-04-20 Damjan MarionMove "ethernet" debug cli commands to "set interface" 94/794/2
2016-04-14 John LoChange ARP and IP6-ND nodes to use interface-output... 66/766/2
2016-04-12 Alpesh PatelCreating a new CLI to create loopback interfaces to... 15/715/2
2016-04-01 Damjan MarionAdd support for installing ipv4 routes via unresolved... 35/635/4
2016-03-14 Damjan MarionDeclare node, hw_interface_class and device_class insta... 34/534/2
2016-03-14 Jean-Mickael Guerinfix declaration of symbol of different size 13/513/2
2016-03-11 Pierre PfisterSet hardware iface state for loopback interfaces 17/517/2
2016-03-03 John LoChange default L3 MTU to allow jumbo packets for non... 71/471/2
2016-02-29 Dave Barach-O3 warnings be gone 44/444/1
2016-02-24 Dave BarachLink the vpp application against libvnet.so, not libvnet.a 08/408/1
2016-02-12 Keith WilesFix ARP show exception when not ARP entries as found. 12/312/1
2015-12-18 Damjan MarionFix warnings/errors reported by clang 78/78/1
2015-12-14 Dave BarachWarnings be gone 51/51/1
2015-12-08 Ed WarnickeInitial commit of vpp code. 23/23/3