summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-24bonding: add more ethtool supportStephen Hemminger1-0/+6
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley1-3/+3
2008-08-07bonding: refactor mii monitorJay Vosburgh1-222/+172
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+3
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-2/+4
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-16/+8
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+8
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen1-8/+31
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-1/+12
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-3/+3
2008-06-18bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh1-20/+22
2008-06-17bonding: deliver netdev event for fail-over under the active-backup modeOr Gerlitz1-0/+8
2008-06-17bonding: bond_change_active_slave() cleanup under active-backupOr Gerlitz1-10/+8
2008-05-22bonding: Add "follow" option to fail_over_macJay Vosburgh1-40/+145
2008-05-22bonding: refactor ARP active-backup monitorJay Vosburgh1-185/+242
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua1-4/+19
2008-05-22bonding: Remove unneeded list_empty checks.Pavel Emelyanov1-6/+0
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov1-17/+14
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov1-5/+2
2008-05-22bonding: remove test for IP in ARP monitorJay Vosburgh1-27/+4
2008-05-22bonding: Use msecs_to_jiffies, eliminate panicJay Vosburgh1-3/+3
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh1-7/+7
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov1-2/+4
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov1-1/+3
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches1-2/+0
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-3/+2
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek1-2/+1
2008-03-25bonding: fix two compiler warningsJay Vosburgh1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev1-0/+3
2008-02-03bonding: do not acquire rtnl in ARP monitorJay Vosburgh1-12/+0
2008-02-03bonding: fix race that causes invalid statisticsAndy Gospodarek1-27/+30
2008-02-03bonding: fix NULL pointer deref in startup processingJay Vosburgh1-7/+9
2008-02-03bonding: fix set_multicast_list lockingJay Vosburgh1-3/+11
2008-02-03bonding: fix parameter parsingJay Vosburgh1-6/+11
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh1-1/+3
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh1-0/+19
2008-01-18bonding: Fix up parameter parsingJay Vosburgh1-7/+16
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh1-3/+1
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh1-6/+8
2007-12-07bonding: Fix race at module unloadJay Vosburgh1-21/+22
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh1-10/+38
2007-12-07bonding: Fix time comparisonDavid Sterba1-12/+13
2007-11-13[BONDING]: Fix resource use after freeJay Vosburgh1-2/+2
2007-11-10bonding: don't validate address at device openJay Vosburgh1-0/+1
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk1-1/+1
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk1-1/+2