aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when using netpollNeil Horman1-0/+8
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner1-0/+44
2010-07-30bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek1-12/+25
2010-07-14bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan1-2/+2
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-0/+116
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek1-0/+52
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko1-8/+0
2010-06-02bonding: make bonding_store_slaves simplerJiri Pirko1-41/+25
2010-06-02bonding: remove redundant checks from bonding_store_slaves V2Jiri Pirko1-19/+1
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko1-20/+2
2010-06-02bonding: remove unused variable "found"Jiri Pirko1-2/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+4
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches1-200/+127
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman1-7/+12
2009-10-30bond: Simply bond sysfs group creationEric W. Biederman1-18/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07bonding: introduce primary_reselect optionJiri Pirko1-0/+53
2009-10-01bonding: set primary param via sysfsJiri Pirko1-0/+1
2009-08-13bonding: wipe out printk'sJiri Pirko1-30/+33
2009-06-13bonding: use is_zero_ether_addrStephen Hemminger1-2/+2
2009-06-13bonding: network device names are case sensativeStephen Hemminger1-44/+51
2009-06-13bonding: elminate bad refcount codeStephen Hemminger1-21/+0
2009-06-13bonding: fix style issuesStephen Hemminger1-149/+175
2009-06-13bonding: fix destructorStephen Hemminger1-1/+1
2009-06-13bonding: remove bonding read/write semaphoreStephen Hemminger1-20/+3
2009-06-13bonding: bond_create always called with default parametersStephen Hemminger1-1/+1
2009-06-11bonding: fix multiple module load problemStephen Hemminger1-0/+1
2009-05-18net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman1-3/+6
2009-04-13Bonding: fix zero address hole bug in arp_ip_target listBrian Haley1-6/+8
2008-12-25drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder1-3/+0
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