summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* netdev-provider: Apply batch object to netdev provider.William Tu2016-07-211-14/+9
* netdev-linux: Do not log a warning if the device is down.Daniele Di Proietto2016-07-061-7/+12
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+3
* netdev-linux: Add new QoS type linux-noop.bschanmu@redhat.com2016-06-231-1/+48
* 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
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-0/+3
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* netdev-linux: Fix ingress policing burst rate configuration via tcMiguel Angel Ajo2016-04-211-10/+4
* dp-packet: Fix use of uninitialised value at emc_lookup.William Tu2016-04-061-1/+0
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-77/+10
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-48/+7
* 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-linux: Fix netdev ipv6 notificationPravin B Shelar2016-03-101-3/+12
* netdev-linux: Fix warning message.Thadeu Lima de Souza Cascardo2016-02-161-1/+1
* netdev-linux: Handle flags for 10G and 40G speedsSimon Horman2015-11-291-4/+50
* netdev-linux: correctly detect port speed bits beyond 16bitSimon Horman2015-11-291-1/+13
* netdev-linux: Remove unreachable code in netdev_linux_rx_recv_tap().Ilya Maximets2015-11-251-2/+0
* Prevent test failures when there are non Ethernet devices on the system.Thadeu Lima de Souza Cascardo2015-11-231-1/+2
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-111-1/+1
* netdev-linux: Don't set ethtool flags if flag is already set on netdevAnoob Soman2015-09-031-1/+5
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-17/+14
* netdev-linux: Cache the result of previous reading of in4 address.Alex Wang2015-07-281-5/+11
* netdev-linux: Make netdev_linux_get_in6() conform to API definition.Alex Wang2015-07-281-3/+11
* netdev-linux: Make netdev_linux_notify_sock join RTNLGRP_IPV4_IFADDRAlex Wang2015-07-281-23/+40
* rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR andAlex Wang2015-07-281-7/+6
* netdev-linux: do not warn when getting stats for netdev with no vportThadeu Lima de Souza Cascardo2015-07-161-1/+1
* dp-packet: Rename 'dp_hash' in 'rss_hash'.Daniele Di Proietto2015-04-201-1/+1
* netdev-linux: Make htb quantum always no less than mtu.Alex Wang2015-03-271-1/+7
* netdev-linux: Fix build with old kernel headers.Ben Pfaff2015-03-241-0/+19
* netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.Jonathan Vestin2015-03-231-0/+643
* netdev-linux: Avoid RTM_GETQDISC bug workaround on new-enough kernels.Ben Pfaff2015-03-181-10/+39
* netdev-linux: Be more careful about integer overflow in policing.Ben Pfaff2015-03-171-7/+22
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-19/+16
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-8/+8
* 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-linux: Avoid depending on kernel definition of rtnl_link_stats64.Ben Pfaff2014-10-301-3/+10
* netdev-linux: Add support for 64-bit network device stats.Ben Pfaff2014-10-291-5/+72
* dpif-linux: Rename dpif-netlink; change to compile with MSVC.Alin Gabriel Serdean2014-09-181-3/+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-40/+1
* 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
* netdev-linux: Cast policer rate to uint64_t to avoid overflowThomas Graf2014-08-291-1/+1
* lib/netdev-linux: Use atomic_count for 'miimon_cnt'.Jarno Rajahalme2014-08-291-12/+9