summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* odp-netlink.h: Use 32-bit aligned 64-bit types.Ben Pfaff2014-08-041-16/+16
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-21/+34
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-7/+13
* Fix log message weird suffixes.Ben Pfaff2014-06-111-1/+1
* netdev-linux: favor netlink stats for physical portsAndy Zhou2014-05-021-1/+17
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-3/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* netdev: Rename netdev_rx to netdev_rxqPravin2014-03-211-33/+33
* netdev: Send ofpbuf directly to netdev.Pravin2014-03-211-1/+8
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-5/+24