Merge 'next' into 'master'.
[sliver-openvswitch.git] / lib / netdev-linux.c
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffMake the source tree sparse clean.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-16 Ben Pfaffnetdev-linux: Initialize rx_compressed, tx_compressed...
2011-05-13 Ben Pfaffnetdev-linux: Open AF_PACKET socket only when it is...
2011-05-13 Ben Pfaffnetdev-linux: Only call set_nonblocking() if socket...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-04 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-02 Ben Pfaffnetdev-linux: New functions for converting netdev stats...
2011-04-11 Ben Pfaffnetdev-linux: Fix netdev_send() to tap device.
2011-04-11 Ben Pfaffnetdev-linux: Fix blocking while sending packets.
2011-04-11 Ben Pfaffnetdev-linux: Avoid "cleverness" in swap_uint64().
2011-04-01 Ben Pfaffnetdev-linux: Support 'send' for netdevs opened with...
2011-03-31 Ben Pfaffnetdev: Use sset instead of svec in netdev interface.
2011-03-31 Ethan Jacksonnetdev-linux: Remove dead assignments.
2011-03-15 Ethan Jacksonhtb: Set required min-rate to mtu not 1500.
2011-03-15 Ethan Jacksonhfsc: min-rate tweaks.
2011-03-15 Ethan Jacksonqos: Remove min-rate requirement for linux-htb and...
2011-02-23 Justin Pettitnetdev-linux: Zero-out "sin" in netdev_linux_arp_lookup().
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-01-28 Ben Pfaffnetdev: Make netdev arguments fetchable, and implement...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2011-01-27 Ben Pfaffnetlink-socket: Add functions for joining and leaving...
2011-01-19 Andrew Evansbridge: Store status of physical network interfaces...
2011-01-18 Andrew Evansnetdev: Make 'netdev' parameter of 'get_features()...
2011-01-14 Ethan Jacksonnetdev-linux: Fix strict aliasing warnings.
2011-01-12 Ethan Jacksonvswitchd: Add miimon support.
2011-01-11 Ethan Jacksonbridge: Move tunnel_egress_iface to status column.
2011-01-04 Ethan Jacksonlib: Show tunnel egress interface in ovsdb
2011-01-04 Ethan Jacksonrtnetlink: Remove LINK specific messages from rtnetlink
2010-12-13 Ben Pfaffnetdev-linux: Fix pairing of rtnetlink register and...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-03 Ben Pfaffnetdev-linux: Don't treat "system" devices as vports...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffnetdev-linux: Remove counter double-increments.
2010-11-11 Ethan Jacksonnetdev-linux: HFSC in linux
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-22 Ben Pfaffnetdev-linux: Always check tc_make_request() for NULL...
2010-10-22 Ben Pfaffnetdev-linux: Remove unused data in htb_tc_load().
2010-10-21 Ethan Jacksonnetdev-linux: Make queue 0 the default QOS policy
2010-10-08 Justin Pettitnetdev: Enforce a floor "linux-htb" min-rate
2010-10-08 Justin Pettitnetdev: Don't divide by zero when "linux-htb" zero...
2010-10-06 Ben Pfaffnetdev: Pass class structure, instead of type, to ...
2010-10-01 Ben Pfaffnetdev-linux: Fix off-by-one error dumping queue stats.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffnetdev-linux: Use hash table instead of sparse array...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-20 Ben Pfaffnetdev-linux: Avoid minor number 0 in traffic control.
2010-07-20 Ben Pfaffnetdev-linux: Dump all queues, not just direct children...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffnetdev-linux: Create rtnetlink socket up front instead...
2010-06-17 Ben Pfaffnetlink: Drop sock parameter from nl_msg_put_(ge)nlmsgh...
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-06-10 Jesse Grossnetdev-linux: Add capability to get stats from vport...
2010-06-02 Jesse Grossnetdev-linux: Give tap FD to first opener.
2010-06-02 Jesse Grossnetdev-linux: Fix tap device stats.
2010-05-19 Jesse Grossnetdev-linux: Quiet down ingress policing.
2010-05-18 Jesse Grosspatch: Remove veth driver.
2010-05-05 Ben Pfaffnetdev-linux: Optimize removing policing from an interface.
2010-05-05 Ben Pfaffnetdev-linux: Cache policing values.
2010-05-05 Ben Pfaffnetdev-linux: Factor out removing policing.
2010-05-05 Ben Pfaffnetdev-linux: Factor out obtaining an RTNL socket.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grossnetdev-linux: Don't free a member of a struct.
2010-04-19 Jesse Grossnetdev-linux: Check notifications are for netdev-linux...
2010-04-15 Justin Pettitnetdev: Add support for "patch" type
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-05 Jesse Grossgre: Add support for path MTU discovery.
2010-03-05 Jesse Grossgre: Allow ToS on outer packet to be configured.
2010-03-05 Jesse Grossgre: Always set TTL on outer packet to 64.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffnetdev-linux: Avoid fiddling with indeterminate data.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-18 Jesse Grossnetdev-linux: Use the netdev list of devices instead...
2010-01-18 Jesse Grossnetdev-linux: Avoid potential issues with unset FD.
2010-01-16 Jesse Grossnetdev-linux: Properly store netdev_dev pointer for...
2010-01-16 Justin Pettitnetdev: Increase default ingress policing burst size
2010-01-15 Ben Pfaffnetdev-linux: Don't close(0) when closing an ordinary...
2010-01-15 Jesse Grossnetdev-linux: Cleanup tap netdev.
2010-01-15 Jesse Grossgre: Add support for destroying GRE devices.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2009-12-15 Ben Pfaffnetdev-linux: Fix aliasing error.
2009-12-07 Jesse Grossgre: Add userspace GRE support.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-19 Ben Pfaffnetdev: Really set output values to 0 on failure in...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-23 Ben PfaffMerge "citrix" into "master".
next