aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-09bonding: remove duplicate declarationsHolger Eitzenberger1-7/+0
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger1-1/+1
2008-11-19bonding: convert to net_device_opsStephen Hemminger1-16/+6
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-1/+1
2008-11-06bonding: alternate agg selection policies for 802.3adJay Vosburgh1-0/+49
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-0/+42
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh1-0/+3
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-14/+14
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-08-07bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua1-3/+0
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-19/+3
2008-05-22bonding: Add "follow" option to fail_over_macJay Vosburgh1-20/+16
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua1-0/+40
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov1-2/+1
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov1-1/+1
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger1-2/+10
2008-05-06bonding: fix error unwind in bonding_store_bondsJay Vosburgh1-8/+8
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller1-0/+1
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh1-27/+16
2008-01-18bonding: Fix up parameter parsingJay Vosburgh1-4/+4
2008-01-18bonding: fix locking in sysfs primary/active selectionJay Vosburgh1-5/+10
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-10bonding: fix rtnl locking merge errorJay Vosburgh1-2/+2
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh1-5/+11
2007-10-23Convert bonding timers to workqueuesJay Vosburgh1-43/+20
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-15net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh1-0/+49
2007-10-15net/bonding: Destroy bonding master when last slave is goneMoni Shoua1-4/+5
2007-10-15net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua1-2/+8
2007-10-15net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua1-4/+2
2007-10-10endianness annotations drivers/net/bonding/Al Viro1-4/+4
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-7/+4
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. Biederman1-1/+2
2007-06-20bonding: Fix use after free in unregister pathJay Vosburgh1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-113/+174
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-113/+174
2007-02-05bonding: modify sysfs support to permit multiple loadsJay Vosburgh1-0/+15
2006-09-25[PATCH] bonding: Validate probe replies in ARP monitorJay Vosburgh1-0/+54
2006-09-25[PATCH] bonding: Remove unneeded NULL testJay Vosburgh1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh1-0/+6
2006-02-07[PATCH] bonding: Sparse warnings fixLuiz Fernando Capitulino1-3/+3
2005-11-28[bonding] Remove superfluous changelog.Jeff Garzik1-41/+0
2005-11-13[PATCH] bonding: add sysfs functionality to bonding (large)Mitch Williams1-0/+1399