summaryrefslogtreecommitdiff
path: root/lib/netdev-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-bsd: Fix compiling error in netbsd.Hui Kang2016-12-061-0/+4
* netdev: Pass 'netdev_class' to ->run() and ->wait().Daniele Di Proietto2016-08-151-3/+3
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-1/+0
* dpif-netdev: XPS (Transmit Packet Steering) implementation.Ilya Maximets2016-07-271-1/+2
* 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-14/+9
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+3
* netdev-dpdk: Use ->reconfigure() call to change rx/tx queues.Daniele Di Proietto2016-05-231-1/+1
* netdev: Add reconfigure request mechanism.Daniele Di Proietto2016-05-231-0/+1
* dp-packet: Fix use of uninitialised value at emc_lookup.William Tu2016-04-061-1/+0
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-55/+6
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-29/+11
* osx: handle differences between OS X and other BSDsLance Richardson2016-03-221-0/+2
* 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-0/+1
* netdev-bsd: Destroy mutex on netdev_bsd_construct_system() error path.xushengping2016-01-041-0/+1
* netdev-bsd: Update after eth_addr changesYAMAMOTO Takashi2015-11-261-2/+2
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-111-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-13/+12
* netdev-bsd: Include net/bpf.h.Dan McGregor2015-05-201-0/+1
* dp-packet: Rename 'dp_hash' in 'rss_hash'.Daniele Di Proietto2015-04-201-1/+1
* netdev-bsd: Fix netdev_bsd_get_mtu() return value.Ben Pfaff2015-04-171-1/+1
* netdev-bsd: Remove duplicate header inclusion of <netinet/in.h>Kevin Lo2015-04-151-1/+0
* netdev-bsd: Fix sign extension bug in ifr_flags on FreeBSD.Kevin Lo2015-04-051-2/+4
* netdev-bsd: Fix a compilation errorYAMAMOTO Takashi2015-03-041-1/+0
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-17/+14
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-8/+8
* userspace: Replace all uses of strncpy() by ovs_strlcpy().Ben Pfaff2015-02-201-10/+10
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+3
* netdev: Add function for configuring tx and rx queues.Alex Wang2014-09-151-0/+1
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-1/+0
* netdev: Add n_txq to 'struct netdev'.Alex Wang2014-09-121-3/+3
* netdev: Add function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+1
* packet-dpif: Add dpif_packet_{get, set}_hash()Daniele Di Proietto2014-08-291-0/+1
* lib: Fix FreeBSD build.Joe Stringer2014-06-271-1/+3
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-24/+31
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-8/+14
* Fix log message weird suffixes.Ben Pfaff2014-06-111-2/+2
* netdev-bsd: Fix a whitespaceYAMAMOTO Takashi2014-05-211-1/+1
* netdev-bsd: Sprinkle ALIGNED_CAST where appropriateYAMAMOTO Takashi2014-05-051-6/+6
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-7/+5
* netdev-bsd: Update for recent ofpbuf api changesYAMAMOTO Takashi2014-04-101-6/+6
* netdev-bsd: compilation fixesYAMAMOTO Takashi2014-03-251-56/+56
* netdev: Send ofpbuf directly to netdev.Pravin2014-03-211-1/+7
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-2/+23
* netdev-bsd: Fix tx/rx stats for type=tap netdevYAMAMOTO Takashi2014-02-061-3/+48
* lib/netdev-bsd: simplify multiple struct definitionsDaniele Di Proietto2014-01-231-125/+78
* netdev_class: Pass a struct ofpbuf * to rx_recv()Simon Horman2014-01-161-12/+16
* netdev-bsd: remove an unused variableYAMAMOTO Takashi2013-12-181-1/+0