aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy3-30/+23
2009-06-17vxge: Enable SRIOV support in the driver.Sivakumar Subramani3-7/+22
2009-06-17sonic: Fix build after ndo_start_xmit() changes.David S. Miller1-1/+1
2009-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-184/+152
2009-06-16sky2: don't look for VPD sizeStephen Hemminger1-15/+16
2009-06-15ath9k: process rx packet if we are waiting for CABGabor Juhos1-0/+1
2009-06-15ath9k: prevent sleeping while we are waiting for CABGabor Juhos1-0/+1
2009-06-15ath9k: restore power mode on error pathGabor Juhos1-3/+6
2009-06-15ath9k: port to cfg80211 rfkillJohannes Berg5-110/+26
2009-06-15ath9k: Make sure we have current channel in ah_curchan before rf disable/enableVasanthakumar Thiagarajan1-0/+6
2009-06-15ath9k: Add helper to get ath9k specific current channelVasanthakumar Thiagarajan1-5/+16
2009-06-15ath5k: fix mesh beaconingNick Kossifidis1-2/+3
2009-06-15iwlwifi/iwl3945: fix suspend resume association bugAbhijeet Kolekar2-4/+1
2009-06-15iwlwifi: check for channel location for 40MHzWey-Yi Guy1-7/+3
2009-06-15iwlwifi: check control channel for pure 40MHzWey-Yi Guy1-2/+11
2009-06-15iwlwifi: checking for 40MHz modeWey-Yi Guy1-2/+2
2009-06-15iwlwifi: revamp bss_info_changedJohannes Berg1-44/+70
2009-06-15net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior1-4/+0
2009-06-15libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky1-1/+6
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller41-101/+4219
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-7/+19
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds25-39/+39
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-19/+23
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier4-7/+19
2009-06-14mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-2/+3
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-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller5-1/+1015
2009-06-13[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’Ingo Molnar1-0/+2
2009-06-13[SCSI] cnic: fix undefined reference to `ip6_route_output'Randy Dunlap1-2/+6
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy71-91/+91
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy1-2/+2
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy1-3/+3
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy5-13/+10
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy6-24/+9
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy3-7/+6
2009-06-13irda: smsc wait count reaches -1Roel Kluin1-1/+1
2009-06-13irda: new Blackfin on-chip SIR IrDA driverGraff Yang4-0/+1014
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-3/+4109
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2-2/+2
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek5-16/+16