summaryrefslogtreecommitdiff
path: root/lib/netdev-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* treewide: Wider use of packet batch APIs.Ilya Maximets2018-12-111-6/+5
* netdev-bsd: Fix build failure because of undefined NO_OFFLOAD_API.Ilya Maximets2018-10-171-87/+38
* netdev-bsd: Fix crash on FreeBSD.Olivier Cochard-Labbé2018-07-111-2/+1
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-1/+2
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-1/+7
* netdev: Remove useless cutlen.Ilya Maximets2017-12-201-1/+1
* netdev: Remove unused may_steal.Ilya Maximets2017-12-201-2/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dp-packet: New function dp_packet_get_send_len().Ben Pfaff2017-08-021-4/+1
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-0/+1
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-0/+2
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+1
* 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