summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add truncate action.William Tu2016-06-241-1/+4
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-4/+18
* netdev-dpdk: Use ->reconfigure() call to change rx/tx queues.Daniele Di Proietto2016-05-231-25/+11
* netdev: Add reconfigure request mechanism.Daniele Di Proietto2016-05-231-0/+39
* dpif-netdev: Fix memory leak in tunnel header pop action.Pravin B Shelar2016-05-181-3/+4
* dpif-netdev: create batch objectPravin B Shelar2016-05-181-19/+17
* netdev: Return number of packet from netdev_pop_header()Pravin B Shelar2016-05-181-8/+6
* netdev: Initialise DPDK netdev classes only onceCiara Loftus2016-05-171-1/+0
* netdev: Fix potential deadlock.Ben Pfaff2016-05-091-78/+48
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-0/+5
* netdev-dpdk: Convert initialization from cmdline to dbAaron Conole2016-04-291-2/+0
* netdev: Verify ifa_addr is not NULL when iterating over getifaddrs.Thadeu Lima de Souza Cascardo2016-03-301-6/+8
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-4/+4
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-42/+24
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-12/+115
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-161-4/+1
* netdev: Improve comments on netdev_rxq_recv().Ben Pfaff2016-03-071-16/+16
* dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.Ilya Maximets2016-02-221-0/+6
* netdev: Free packets in netdev_send() for devices that don't support send.Ben Pfaff2016-02-081-6/+14
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-0/+7
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-1/+1
* Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit2015-06-181-1/+2
|\
| * netdev-dpdk: add dpdk vhost-user portsCiara Loftus2015-06-141-1/+2
* | netdev: Initialize at the beginning of netdev_unregister_provider().Ben Pfaff2015-06-161-0/+2
|/
* netdev-dpdk: Adapt the requested number of tx and rx queues.Daniele Di Proietto2015-05-221-0/+10
* tunneling: Invalid packets should be cleared.Jesse Gross2015-04-091-2/+1
* tunneling: Convert tunnel push/pop functions to act on single packets.Jesse Gross2015-04-091-6/+28
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-2/+4
* netdev-dpdk: add dpdk vhost-cuse portsKevin Traynor2015-03-191-1/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-2/+2
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-4/+4
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* dpif: Fix initialization order.Pravin B Shelar2014-11-241-4/+0
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+34
* netdev-windows: New module.Nithin Raju2014-10-061-0/+5
* netdev: Fix error check.Alex Wang2014-09-251-1/+1
* netdev: Add function for configuring tx and rx queues.Alex Wang2014-09-151-0/+27
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-13/+0
* netdev: Add n_txq to 'struct netdev'.Alex Wang2014-09-121-16/+25
* netdev: Add function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+12
* lib/netdev: Do not use atomics when not needed.Jarno Rajahalme2014-08-291-14/+10
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-161-1/+2
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-6/+11
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-2/+2
* netdev-vport: Use dpif_port as base for tunnel backing port.Jesse Gross2014-06-131-1/+1
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-191-5/+5