aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
AgeCommit message (Expand)Author
2013-02-28netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff
2013-02-01netdev-linux: Check return value of set_nonblocking().Ben Pfaff
2013-01-28netdev-vport: Build on all platforms.Ethan Jackson
2013-01-25linux: Increase accuracy of ingress_policing_rate at low ratesThomas Graf
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-15netdev: Parse and make available tunnel configuration.Ethan Jackson
2013-01-03netdev: Rename get_drv_info() to get_status().Ethan Jackson
2012-12-26netdev-vport: Remove set_stats() implementation.Ethan Jackson
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-12-07netdev-linux: Use underlying tap device on netdev_linux_listen().Justin Pettit
2012-11-16netdev-linux: Don't log vport warnings when kernel datapath not loaded.Justin Pettit
2012-11-16netdev-linux: "Down" tap devices before setting hw addr.Justin Pettit
2012-11-03ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-06-21netdev-linux: Break ethtool coverage counter into "get" and "set" versions.Ben Pfaff
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-22netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-09netdev: Consistently use 'enum netdev_features'.Ethan Jackson
2012-03-09netdev-linux: Cache error code from do_get_ifindex().Pravin B Shelar
2012-03-09netdev-linux: Cache error code from get-features.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from set-policing.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from ether-addr ioctl.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from mtu ioctl.Pravin B Shelar
2012-03-09netdev-linux: Cache drv-info for net device.Pravin B Shelar
2012-03-08netdev-linux: Use "read", not "recv", for tap devices.Ben Pfaff
2012-03-07netdev-linux: Fix build failure with old kernel headers.Ben Pfaff
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-05netdev-linux: Make netdev_set_policing coverage counter consistent with other...Pravin B Shelar
2012-02-29netdev-linux: Fix stats for ovs internal device.Pravin B Shelar
2012-02-14netdev-linux: Factor out duplicate ifi_flags update code.Ben Pfaff
2012-02-14netdev-linux: Use 'unsigned int's to track device flags.Ethan Jackson
2012-02-14netdev-linux: Cache flags using netlink.Ethan Jackson
2012-02-14netdev-linux: Get carrier from ioctl instead of sysfs.Ethan Jackson
2012-01-25netdev-linux: Add MTU check before setting MTU.Pravin B Shelar
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-12-19netdev-linux: Report error for truncated packets on receive.Ben Pfaff
2011-12-19netdev-linux: Translate errno value to name in log message.Ben Pfaff
2011-12-05netdev-linux: Don't restrict policing to IPv4 and don't call "tc".Justin Pettit
2011-12-02netdev-linux: Ref and unref the netdev_linux_cache_notifier for taps too.Ben Pfaff
2011-11-23vlandev: New library for working with Linux VLAN devices.Ben Pfaff
2011-11-23netdev-linux: Reorganize slightly.Ben Pfaff
2011-11-23netdev: Remove netdev_get_vlan_vid().Ben Pfaff
2011-10-17vswitchd: New column "link_resets".Ethan Jackson
2011-10-17netdev-linux: Maintain carrier flag constantly.Ethan Jackson
2011-09-22netdev-linux: Fix broken build on RHEL 6.Ben Pfaff
2011-09-22Remove netdev_find_dev_by_in4Simon Horman
2011-09-22Do not include net/ethernet.h and linux/if_tunnel.hSimon Horman