summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Count ports within mutex.Joe Stringer2016-11-161-1/+1
* netdev: Fix sockaddr cast warning.Pravin B Shelar2016-11-161-2/+2
* netdev: fix netmask in netdev_get_addrsThadeu Lima de Souza Cascardo2016-11-151-2/+2
* netdev: Avoid leaking seq in netdev_open() error path.Huanle Han2016-09-201-0/+1
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-021-0/+21
* Revert "netdev: do not allow devices to be opened with conflicting types"Thadeu Lima de Souza Cascardo2016-08-161-7/+1
* netdev: Pass 'netdev_class' to ->run() and ->wait().Daniele Di Proietto2016-08-151-2/+2
* netdev: Make netdev_set_mtu() netdev parameter non-const.Daniele Di Proietto2016-08-121-1/+1
* netdev-provider: fix comments for netdev_rxq_recvMark Kavanagh2016-07-271-7/+8
* netdev: do not allow devices to be opened with conflicting typesThadeu Lima de Souza Cascardo2016-07-271-1/+7
* dpif-netdev: XPS (Transmit Packet Steering) implementation.Ilya Maximets2016-07-271-5/+8
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* netdev-provider: Apply batch object to netdev provider.William Tu2016-07-211-4/+2
* 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