Revision da241efcd9c3da2af6ba20055c7e158ec725005c authored by Linus Torvalds on 03 April 2013, 01:58:01 UTC, committed by Linus Torvalds on 03 April 2013, 01:58:01 UTC
Pull networking fixes from David Miller:

 1) Fix VSOCK layer handling of context ID changes, from Reilly Grant.

 2) Now that we have a synchronize_net() in netdev_rx_handler_unregister(),
    we can't let any call sites hold locks.  Unfortunately bonding does,
    so we have to drop the rwlock there a little bit earlier, fix from
    Veaceslav Falico.

 3) MAC address setting loop exits one iteration too early in mlx4
    driver, from Yan Burman.

 4) Restore ipv6 routes properly upon ifdown/ifup of loopback, from
    Balakumaran Kannan.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
  VSOCK: Handle changes to the VMCI context ID.
  net IPv6 : Fix broken IPv6 routing table after loopback down-up
  cbq: incorrect processing of high limits
  net/mlx4_en: Fix setting initial MAC address
  bonding: get netdev_rx_handler_unregister out of locks
2 parent s 6e8517a + 990454b
History
File Mode Size
interface
acpi.h -rw-r--r-- 3.0 KB
balloon.h -rw-r--r-- 1.1 KB
events.h -rw-r--r-- 3.6 KB
features.h -rw-r--r-- 463 bytes
gntalloc.h -rw-r--r-- 2.6 KB
gntdev.h -rw-r--r-- 5.6 KB
grant_table.h -rw-r--r-- 7.0 KB
hvc-console.h -rw-r--r-- 479 bytes
hvm.h -rw-r--r-- 1.3 KB
page.h -rw-r--r-- 347 bytes
platform_pci.h -rw-r--r-- 1.5 KB
swiotlb-xen.h -rw-r--r-- 1.8 KB
tmem.h -rw-r--r-- 155 bytes
xen-ops.h -rw-r--r-- 1.1 KB
xen.h -rw-r--r-- 871 bytes
xenbus.h -rw-r--r-- 7.7 KB
xenbus_dev.h -rw-r--r-- 1.8 KB
xencomm.h -rw-r--r-- 2.5 KB

back to top