aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2-35/+38
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-28bonding: Have bond_check_dev_link examine netif_runningPetri Gynther1-0/+3
2009-08-28bonding: Fix useless test: int > INT_MAXNicolas de Pesloüan1-1/+1
2009-08-28bonding: use compare_ether_addrStephen Hemminger1-4/+2
2009-08-28bonding: propogate vlan_features to bonding masterJay Vosburgh1-0/+6
2009-08-13bonding: wipe out printk'sJiri Pirko5-93/+102
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+10
2009-07-16bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-12drivers/net/bonding: Adjust constant nameJulia Lawall1-1/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy3-6/+6
2009-06-13bonding: initialization reworkStephen Hemminger1-37/+30
2009-06-13bonding: use is_zero_ether_addrStephen Hemminger1-2/+2
2009-06-13bonding: network device names are case sensativeStephen Hemminger2-53/+57
2009-06-13bonding: elminate bad refcount codeStephen Hemminger1-21/+0
2009-06-13bonding: fix style issuesStephen Hemminger2-497/+460
2009-06-13bonding: fix destructorStephen Hemminger3-15/+9
2009-06-13bonding: remove bonding read/write semaphoreStephen Hemminger3-36/+6
2009-06-13bonding: initialize before registrationStephen Hemminger1-4/+4
2009-06-13bonding: bond_create always called with default parametersStephen Hemminger3-9/+8
2009-06-11bonding: fix multiple module load problemStephen Hemminger1-0/+1
2009-05-29bonding: use bond_is_lb() when it's appropriateJiri Pirko2-4/+2
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-05-18net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman1-3/+6
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+8
2009-05-17bonding: fix link down handling in 802.3ad modeStephen Hemminger1-3/+8
2009-05-17net: tx scalability works : trans_startEric Dumazet1-4/+4
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko1-2/+3
2009-05-09bonding: fix panic if initialization failsFlorian Westphal1-8/+0
2009-05-09Remove duplicate slow protocol define in bond_3ad.hRichard Genoud1-2/+2
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+3
2009-05-05bonding: get rid of CONFIG_PROC_FS ifdefsJiri Pirko1-10/+20
2009-05-04bonding: fix alb mode locking regressionJay Vosburgh1-9/+3
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-23/+13
2009-05-01bonding: correct the cleanup in bond_create()Jiri Pirko1-7/+6
2009-05-01bonding: bond_slave_info_query() fixEric Dumazet1-16/+7
2009-04-27bonding: ignore updelay param when there is no active slaveJiri Pirko1-0/+8
2009-04-27bonding: use ethtool for link checking firstJiri Pirko1-14/+12
2009-04-14bonding: Remove debug printkJay Vosburgh1-2/+0
2009-04-13Bonding: fix zero address hole bug in arp_ip_target listBrian Haley2-9/+10
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-33/+2
2009-03-25bonding: select current active slave when enslaving device for mode tlb and albJiri Pirko1-0/+1
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+20
2009-03-18bonding: Fix updating of speed/duplex changesJay Vosburgh1-5/+20
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-03-05bonding: Fix device passed into ->ndo_neigh_setup().Patrick McHardy1-1/+1
2009-02-17drivers/net/bonding: fix sparse warning: symbol shadows an earlier oneHannes Eder1-3/+3
2009-02-17drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder2-0/+16
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison2-3/+3
2009-01-21net: constify VFTsJan Engelhardt1-1/+1