aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-7/+12
* | bond: Simply bond sysfs group creationEric W. Biederman2009-10-301-18/+2
* | bonding: introduce primary_reselect optionJiri Pirko2009-10-071-0/+53
|/
* bonding: set primary param via sysfsJiri Pirko2009-10-011-0/+1
* bonding: wipe out printk'sJiri Pirko2009-08-131-30/+33
* bonding: use is_zero_ether_addrStephen Hemminger2009-06-131-2/+2
* bonding: network device names are case sensativeStephen Hemminger2009-06-131-44/+51
* bonding: elminate bad refcount codeStephen Hemminger2009-06-131-21/+0
* bonding: fix style issuesStephen Hemminger2009-06-131-149/+175
* bonding: fix destructorStephen Hemminger2009-06-131-1/+1
* bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-131-20/+3
* bonding: bond_create always called with default parametersStephen Hemminger2009-06-131-1/+1
* bonding: fix multiple module load problemStephen Hemminger2009-06-111-0/+1
* net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman2009-05-181-3/+6
* Bonding: fix zero address hole bug in arp_ip_target listBrian Haley2009-04-131-6/+8
* drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder2008-12-251-3/+0
* bonding: remove duplicate declarationsHolger Eitzenberger2008-12-091-7/+0
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-091-1/+1
* bonding: convert to net_device_opsStephen Hemminger2008-11-191-16/+6
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-1/+1
* bonding: alternate agg selection policies for 802.3adJay Vosburgh2008-11-061-0/+49
* bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-0/+42
* bonding, net: Move last_rx update into bonding recv logicJay Vosburgh2008-11-031-0/+3
* drivers: replace NIPQUAD()Harvey Harrison2008-10-311-14/+14
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua2008-08-071-3/+0
* bonding: Allow setting max_bonds to zeroJay Vosburgh2008-06-181-19/+3
* bonding: Add "follow" option to fail_over_macJay Vosburgh2008-05-221-20/+16
* bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua2008-05-221-0/+40
* bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov2008-05-221-2/+1
* bonding: Remove redundant argument from bond_create.Pavel Emelyanov2008-05-221-1/+1
* bonding: handle case of device named bonding_masterStephen Hemminger2008-05-141-2/+10
* bonding: fix error unwind in bonding_store_bondsJay Vosburgh2008-05-061-8/+8
* [BOND]: Fix warning in bond_sysfs.cDavid S. Miller2008-03-281-0/+1
* bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh2008-01-181-27/+16
* bonding: Fix up parameter parsingJay Vosburgh2008-01-181-4/+4
* bonding: fix locking in sysfs primary/active selectionJay Vosburgh2008-01-181-5/+10
* bonding: Allow setting and querying xmit policy regardless of modeWagner Ferenc2007-12-071-18/+3
* bonding: Coding style: break line after the if conditionWagner Ferenc2007-12-071-3/+6
* bonding: Purely cosmetic: rename a local variableWagner Ferenc2007-12-071-5/+4
* bonding: Return nothing for not applicable valuesWagner Ferenc2007-12-071-21/+4
* bonding: Remove trailing NULs from sysfs interface.Wagner Ferenc2007-12-071-36/+30
* bonding: fix rtnl locking merge errorJay Vosburgh2007-11-101-2/+2
* bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh2007-10-231-5/+11
* Convert bonding timers to workqueuesJay Vosburgh2007-10-231-43/+20
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh2007-10-151-0/+49
* net/bonding: Destroy bonding master when last slave is goneMoni Shoua2007-10-151-4/+5