aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh
2008-06-18bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh
2008-06-17bonding: deliver netdev event for fail-over under the active-backup modeOr Gerlitz
2008-06-17bonding: bond_change_active_slave() cleanup under active-backupOr Gerlitz
2008-05-22bonding: Add "follow" option to fail_over_macJay Vosburgh
2008-05-22bonding: refactor ARP active-backup monitorJay Vosburgh
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua
2008-05-22bonding: Remove unneeded list_empty checks.Pavel Emelyanov
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov
2008-05-22bonding: remove test for IP in ARP monitorJay Vosburgh
2008-05-22bonding: Use msecs_to_jiffies, eliminate panicJay Vosburgh
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov
2008-05-06bonding: fix error unwind in bonding_store_bondsJay Vosburgh
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-25bonding: update versionJay Vosburgh
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek
2008-03-25bonding: fix two compiler warningsJay Vosburgh
2008-03-25bonding: Fix locking in 802.3ad modeJay Vosburgh
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev
2008-02-03bonding: update versionJay Vosburgh
2008-02-03bonding: do not acquire rtnl in ARP monitorJay Vosburgh
2008-02-03bonding: fix race that causes invalid statisticsAndy Gospodarek
2008-02-03bonding: fix NULL pointer deref in startup processingJay Vosburgh
2008-02-03bonding: fix set_multicast_list lockingJay Vosburgh
2008-02-03bonding: fix parameter parsingJay Vosburgh
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh
2008-01-18bonding: Fix up parameter parsingJay Vosburgh
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh
2008-01-18bonding: fix locking in sysfs primary/active selectionJay Vosburgh
2007-12-07bonding: Fix race at module unloadJay Vosburgh