summaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev-linux: Remove unnecessary header.Pravin Shelar2014-03-071-1/+0
* netlink: Remove buffer from 'struct nl_dump'.Joe Stringer2014-02-271-14/+28
* netdev-linux: Fix build break on RHEL 6.1.Ben Pfaff2014-01-161-2/+7
* netdev-linux: Read packet auxdata to obtain vlan_tidSimon Horman2014-01-161-17/+139
* netdev_class: Pass a struct ofpbuf * to rx_recv()Simon Horman2014-01-161-7/+11
* netdev-linux: Simplify get_stats_via_netlink().Ben Pfaff2013-12-301-36/+17
* netdev-linux: Drop support for pre-2.6.19 kernels.Ben Pfaff2013-12-301-122/+11
* netdev: Globally track port status changesJoe Stringer2013-12-121-21/+3
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-2/+2
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-33/+32
* netdev-linux: Skip miimon execution when disabledJoe Stringer2013-11-021-2/+35
* netdev: update IFF_LOOPBACK flag for linux and bsd devicesAlexandru Copot2013-09-071-0/+6
* netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff2013-08-271-21/+58
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* netdev-linux: Fix self-deadlocks in traffic control code.Ben Pfaff2013-08-161-14/+27
* netdev-linux: Avoid deadlock in netdev_linux_update_flags() for taps.Ben Pfaff2013-08-101-9/+26
* netdev-linux: Fix netdev leak in corner case.Ben Pfaff2013-08-101-2/+1
* netdev: Make netdev access thread-safe.Ben Pfaff2013-08-091-176/+285
* netdev-linux: Use dedicated netlink notification socket.Ben Pfaff2013-08-091-81/+91
* netdev: Adopt four-step alloc/construct/destruct/dealloc lifecycle.Ben Pfaff2013-08-091-65/+80