aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-linux.c
AgeCommit message (Expand)Author
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
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-16netdev-linux: Initialize rx_compressed, tx_compressed when converting.Ben Pfaff
2011-05-13netdev-linux: Open AF_PACKET socket only when it is needed.Ben Pfaff
2011-05-13netdev-linux: Only call set_nonblocking() if socket creation succeeds.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-04Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-02netdev-linux: New functions for converting netdev stats formats.Ben Pfaff
2011-04-11netdev-linux: Fix netdev_send() to tap device.Ben Pfaff
2011-04-11netdev-linux: Fix blocking while sending packets.Ben Pfaff
2011-04-11netdev-linux: Avoid "cleverness" in swap_uint64().Ben Pfaff
2011-04-01netdev-linux: Support 'send' for netdevs opened with NETDEV_ETH_TYPE_NONE.Ben Pfaff
2011-03-31netdev: Use sset instead of svec in netdev interface.Ben Pfaff
2011-03-31netdev-linux: Remove dead assignments.Ethan Jackson
2011-03-15htb: Set required min-rate to mtu not 1500.Ethan Jackson
2011-03-15hfsc: min-rate tweaks.Ethan Jackson
2011-03-15qos: Remove min-rate requirement for linux-htb and linux-hfsc.Ethan Jackson
2011-02-23netdev-linux: Zero-out "sin" in netdev_linux_arp_lookup().Justin Pettit
2011-02-22util: New function ovs_strzcpy().Ben Pfaff
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-01-27netdev: Make netdev arguments fetchable, and implement for netdev-vport.Ben Pfaff
2011-01-27datapath: Drop datapath index and port number from Ethtool output.Ben Pfaff