aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-28cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier1-1/+1
2008-11-28phy: add the ST ste10Xp PHYsGiuseppe Cavallaro3-0/+144
2008-11-28phy: Add file missed in previous commit.David S. Miller1-0/+155
2008-11-28phy: power management supportGiuseppe Cavallaro2-5/+40
2008-11-28phy: add natsemi PHY driverGiuseppe Cavallaro2-0/+6
2008-11-28ne2: silence static never defined warningsIlpo Järvinen1-3/+0
2008-11-28bnx2: use net_device_stats nowadays available in net_deviceIlpo Järvinen2-3/+1
2008-11-28niu: use net_device_stats nowadays available in net_deviceIlpo Järvinen2-9/+8
2008-11-27ixgbe: section fixesAl Viro1-3/+2
2008-11-27igb: Add support for pci-e Advanced Error ReportingAlexander Duyck1-10/+20
2008-11-27e100: cleanup link up/down messagesJeff Kirsher1-4/+6
2008-11-27ixgb: cleanup link up/down messagesJeff Kirsher1-3/+11
2008-11-27e1000: cleanup link up/down messagesJeff Kirsher1-5/+7
2008-11-27ixgbe: cleanup link up/down messagesJeff Kirsher1-10/+12
2008-11-27igb: link up/down messages must follow a specific formatAlexander Duyck1-3/+6
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-57/+143
2008-11-26cxgb3: Update FW loading path.Divy Le Ray1-2/+2
2008-11-26cxgb3: avoid potential memory leak.Divy Le Ray1-3/+2
2008-11-26cxgb3: set hard_xmit in the netdev_opsDivy Le Ray1-0/+1
2008-11-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller66-5900/+5912
2008-11-26mac80211_hwsim: fix-up some print_mac merge damageJohn W. Linville1-8/+6
2008-11-26p54: fix wmm queue settingsChristian Lamparter1-2/+1
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith4-69/+60
2008-11-26ath9k: Code scrubSujith8-1865/+1231
2008-11-26orinoco: Provide option to avoid unnecessary fw cachingDavid Kilroy3-0/+75
2008-11-26orinoco: Resume spectrum_cs in the same way as orinoco_csDavid Kilroy1-1/+20
2008-11-26orinoco: Cache Symbol firmwareDavid Kilroy2-15/+34
2008-11-26orinoco: Separate fw caching from downloadDavid Kilroy1-15/+38
2008-11-26ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez1-31/+26
2008-11-26ath5k: Clean up eeprom parsing and add missing calibration dataFelix Fietkau4-192/+1264
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan3-1/+5
2008-11-26iwlwifi: TX update chicken bitsWinkler, Tomas3-0/+17
2008-11-26iwlwifi: TX setup fix confusion between TX queue and TX DMA channelWinkler, Tomas3-8/+16
2008-11-26iwlwifi: 4965 define firmware file name onceWinkler, Tomas1-2/+3
2008-11-26iwlwifi: enable base band calibration in 5000 HWTomas Winkler2-2/+7
2008-11-26iwlwifi: move iwl_clear_stations_table to iwl-sta.cWinkler, Tomas4-23/+25
2008-11-26iwl3945 : Fix ad-hoc mode for 3945Abhijeet Kolekar1-4/+1
2008-11-26ath5k: set mac address in add_interfaceBob Copeland2-11/+14
2008-11-26ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith1-16/+7
2008-11-26ath9k: Update TX trigger level on a FIFO underrun.Sujith1-1/+3
2008-11-26ath9k: Fix bug in deciphering channel flagsSujith2-7/+7
2008-11-26ath9k: Move TX completion routine to xmit.cSujith3-65/+56
2008-11-26ath9k: Use helpersSujith2-197/+194
2008-11-26ath9k: General code scrubSujith6-412/+277
2008-11-26ath9k: Remove ath9k_rate_tableSujith10-374/+132
2008-11-26ath9k: Use rate_driver_dataSujith5-226/+108
2008-11-26ath9k: Remove ath_rate_softcSujith5-87/+45
2008-11-26ath9k: Remove rate control reference in VAPSujith4-85/+50
2008-11-26ath9k: We don't support non-HT devices, so remove superfluous code.Sujith1-39/+0
2008-11-26ath9k: Revamp RX handlingSujith3-519/+209