summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorLines
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger-2/+10
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh-7/+7
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov-2/+4
2008-05-06bonding: fix error unwind in bonding_store_bondsJay Vosburgh-8/+8
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov-1/+3
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev-6/+3
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches-2/+0
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-0/+1
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller-0/+1
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-12/+7
2008-03-25bonding: update versionJay Vosburgh-2/+2
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek-2/+1
2008-03-25bonding: fix two compiler warningsJay Vosburgh-6/+2
2008-03-25bonding: Fix locking in 802.3ad modeJay Vosburgh-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-5/+5
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov-4/+1
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev-0/+3
2008-02-03bonding: update versionJay Vosburgh-2/+2
2008-02-03bonding: do not acquire rtnl in ARP monitorJay Vosburgh-12/+0
2008-02-03bonding: fix race that causes invalid statisticsAndy Gospodarek-27/+30
2008-02-03bonding: fix NULL pointer deref in startup processingJay Vosburgh-7/+9
2008-02-03bonding: fix set_multicast_list lockingJay Vosburgh-3/+11
2008-02-03bonding: fix parameter parsingJay Vosburgh-6/+11
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev-1/+1
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh-1/+3
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh-27/+35
2008-01-18bonding: Fix up parameter parsingJay Vosburgh-12/+23
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh-3/+1
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh-12/+20
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh-3/+2
2008-01-18bonding: fix locking in sysfs primary/active selectionJay Vosburgh-5/+10
2007-12-07bonding: Fix race at module unloadJay Vosburgh-22/+23
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh-12/+40
2007-12-07bonding: Fix time comparisonDavid Sterba-12/+13
2007-12-07bonding: Allow setting and querying xmit policy regardless of modeWagner Ferenc-18/+3
2007-12-07bonding: Coding style: break line after the if conditionWagner Ferenc-3/+6
2007-12-07bonding: Purely cosmetic: rename a local variableWagner Ferenc-5/+4
2007-12-07bonding: Return nothing for not applicable valuesWagner Ferenc-21/+4
2007-12-07bonding: Remove trailing NULs from sysfs interface.Wagner Ferenc-36/+30
2007-11-13[BONDING]: Fix resource use after freeJay Vosburgh-2/+2
2007-11-10bonding: don't validate address at device openJay Vosburgh-0/+1
2007-11-10bonding: fix rtnl locking merge errorJay Vosburgh-2/+2
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk-1/+1
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk-2/+2
2007-10-23bonding: Acquire correct locks in alb for promisc changeJay Vosburgh-9/+10
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh-23/+29
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh-30/+117
2007-10-23bonding: Convert miimon to new lockingJay Vosburgh-19/+51
2007-10-23bonding: Convert balance-rr transmit to new lockingJay Vosburgh-13/+13
2007-10-23Convert bonding timers to workqueuesJay Vosburgh-122/+117