aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh2-27/+35
2008-01-18bonding: Fix up parameter parsingJay Vosburgh3-12/+23
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh1-3/+1
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh2-12/+20
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh1-3/+2
2008-01-18bonding: fix locking in sysfs primary/active selectionJay Vosburgh1-5/+10
2007-12-07bonding: Fix race at module unloadJay Vosburgh2-22/+23
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh2-12/+40
2007-12-07bonding: Fix time comparisonDavid Sterba1-12/+13
2007-12-07bonding: Allow setting and querying xmit policy regardless of modeWagner Ferenc1-18/+3
2007-12-07bonding: Coding style: break line after the if conditionWagner Ferenc1-3/+6
2007-12-07bonding: Purely cosmetic: rename a local variableWagner Ferenc1-5/+4
2007-12-07bonding: Return nothing for not applicable valuesWagner Ferenc1-21/+4
2007-12-07bonding: Remove trailing NULs from sysfs interface.Wagner Ferenc1-36/+30
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-11-10bonding: fix rtnl locking merge errorJay Vosburgh1-2/+2
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk1-1/+1
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk2-2/+2
2007-10-23bonding: Acquire correct locks in alb for promisc changeJay Vosburgh1-9/+10
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh3-23/+29
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2-30/+117
2007-10-23bonding: Convert miimon to new lockingJay Vosburgh1-19/+51
2007-10-23bonding: Convert balance-rr transmit to new lockingJay Vosburgh2-13/+13
2007-10-23Convert bonding timers to workqueuesJay Vosburgh7-122/+117
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Change struct marker usersMathieu Desnoyers2-21/+23
2007-10-16bonding: two small fixes for IPoIB supportJay Vosburgh2-8/+7
2007-10-15net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh3-24/+88
2007-10-15net/bonding: Destroy bonding master when last slave is goneMoni Shoua3-4/+46
2007-10-15net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua2-3/+22
2007-10-15net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua3-3/+11
2007-10-15net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua2-6/+5
2007-10-15net/bonding: Enable bonding to enslave netdevices not supporting set_mac_address()Moni Shoua2-28/+60
2007-10-15net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua1-0/+33
2007-10-10endianness annotations drivers/net/bonding/Al Viro7-73/+48
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2-29/+16
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-4/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl1-1/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman2-2/+3
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman3-0/+10
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-08-13[NET]: Share correct feature code between bridging and bondingHerbert Xu1-21/+13
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-42/+10
2007-07-10bonding/bond_main.c: make 2 functions staticAdrian Bunk2-4/+3
2007-07-10bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh1-6/+5
2007-06-20bonding: Fix 802.3ad no carrier on "no partner found" instanceJay Vosburgh2-7/+6
2007-06-20bonding: Fix use after free in unregister pathJay Vosburgh2-2/+2