patch: Remove veth driver.
[sliver-openvswitch.git] / lib / netdev-linux.c
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".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-10-02 Ben Pfaffnetdev-linux: Improve netdev_linux_set_etheraddr().
2009-10-02 Jesse Grossnetdev-linux: Return correct error codes on receive.
2009-09-30 Jesse Grossnetdev-linux: Fix tap device using wrong FD.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-16 Jesse Grossnetdev-linux: Set missing cache validity bit.
2009-09-14 Jesse Grossnetdev: Swap transmit and receive stats on internal...
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-30 Ben Pfaffrtnetlink: Move into separate source and header file.
2009-07-30 Ben Pfaffrtnetlink: Document.
2009-07-30 Ben Pfaffnetdev-linux: Rename "linux_netdev_*" to "rtnetlink_*".
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-06 Ben PfaffIntroduce general-purpose ways to wait for dpif and...