aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
AgeCommit message (Expand)Author
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
2011-09-16notifiers: Create and destroy nln_notifiers.Ethan Jackson
2011-09-16notifiers: Rename run and wait functions.Ethan Jackson
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-09-01netlink-notifier: Rename rtnetlink code.Ethan Jackson
2011-09-01lib: Rename rtnetlink.[ch] files.Ethan Jackson
2011-08-28netdev-linux: Introduce netdev_linux_ethtool_set_flag().Justin Pettit
2011-08-08netdev: Decouple creating and configuring network devices.Ben Pfaff
2011-08-08netdev: Clean up and refactor packet receive interface.Ben Pfaff
2011-06-17Reduce log level for ENODEV errors getting Ethernet address.Ben Pfaff
2011-06-14netdev: Add methods to do netdev-specific argument comparisons.Justin Pettit
2011-05-31netdev: Remove monitors and notifiers.Ethan Jackson
2011-05-31netdev: New Function netdev_change_seq().Ethan Jackson
2011-05-20netdev: Take responsibility for polling MII registers.Ethan Jackson
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Make the source tree sparse clean.Ben Pfaff