summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-13iwl3945: fix "‘power_idx’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-13b43legacy: fix "‘up_dev’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-13b43: fix "‘gmode’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-12net: ppp_generic - fix regressions caused by IDR conversionCyrill Gorcunov1-6/+37
2009-01-12gianfar: Fix soft lockup with multi-interrupt TSECsAnton Vorontsov1-0/+8
2009-01-12hso: driver fix for big endian machines.Denis Joseph Barrow1-2/+2
2009-01-12WAN: Fix NAPI interface in IXP4xx HSS driver.Krzysztof Hałasa1-3/+3
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell4-22/+22
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-3/+3
2009-01-12libertas_tf: return NETDEV_TX_OK in TX opAndrey Yurovsky1-1/+1
2009-01-12rt2x00: Fix rt2500usb HW crypto: WEP 128 & AESIvo van Doorn1-2/+2
2009-01-12ath5k: fix return values from ath5k_txBob Copeland1-4/+4
2009-01-12rtl8187: Fix module so that rmmod/insmod does not errorJohannes Berg1-2/+3
2009-01-12p54: fix WARN_ON at line 2247 of net/mac80211/rx.cChristian Lamparter1-2/+6
2009-01-12ath5k: Correct usage of AR5K_CFG_ADHOCSteve Brown2-3/+3
2009-01-12ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen1-9/+1
2009-01-12ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian1-21/+17
2009-01-12Fix rt2500usb HW crypto: TKIPIvo van Doorn1-13/+6
2009-01-12rtl8180: Fix to add STA modeLarry Finger1-0/+1
2009-01-12iwlwifi: Fix typo in iwl-commands.h for CCK rate bit range.Daniel Wu1-1/+1
2009-01-12rt2x00: Fix segementation faultIvo van Doorn1-3/+3
2009-01-12p54usb: fix random traffic stalls (LM87)Christian Lamparter1-0/+1
2009-01-12p54: crypto offload fixesChristian Lamparter1-1/+12
2009-01-12orinoco_cs: add ID for ARtem Onair Comcard 11Pavel Roskin1-0/+1
2009-01-12iwlwifi: Fix get_cmd_string() for REPLY_3945_RXSamuel Ortiz1-0/+1
2009-01-12ath9k: Fix chainmask handling bugSujith1-2/+2
2009-01-12orinoco: take the driver lock in the rx taskletDavid Kilroy1-3/+25
2009-01-12ath9k: Enforce module build if rfkill is a moduleJouni Malinen1-0/+1
2009-01-12p54usb: Add USB ID for Thomson Speedtouch 121gMichiel1-0/+1
2009-01-12rt2x00: Fix TX short preamble detectionIvo van Doorn3-17/+4
2009-01-12rt2x00: add USB ID for the Linksys WUSB200.Stefan Lippers-Hollmann1-0/+1
2009-01-12p54usb: Fix to prevent SKB memory allocation errors with 4K page sizeLarry Finger1-0/+11
2009-01-12rt2x00: Fix radio LED type checkAndrew Price1-1/+1
2009-01-12Wireless: Fix Kconfig fact errorErik Ekman1-1/+1
2009-01-11ucc_geth: use correct UCCE macrosTimur Tabi2-174/+68
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier3-10/+21
2009-01-11sfc: SFT9001: Fix condition for LNPGA power-offBen Hutchings1-2/+3
2009-01-11smsc911x: register irq with device name, not driver nameSteve Glendinning1-1/+1
2009-01-11smsc911x: fix smsc911x_reg_read compiler warningSteve Glendinning1-0/+1
2009-01-11forcedeth: napi schedule lock fixAyaz Abdulla1-2/+2
2009-01-11forcedeth: remove mgmt unit for mcp79 chipsetAyaz Abdulla1-4/+4
2009-01-11qlge: Remove dynamic alloc of rx ring control blocks.Ron Mercer2-33/+10
2009-01-11qlge: Fix schedule while atomic issue.Ron Mercer1-3/+3
2009-01-11qlge: Remove support for device ID 8000.Ron Mercer2-3/+1
2009-01-11qlge: Get rid of split addresses in hardware control blocks.Ron Mercer3-66/+32
2009-01-11qlge: Get rid of volatile usage for shadow register.Ron Mercer3-14/+34
2009-01-11forcedeth: version bump and copyrightAyaz Abdulla1-2/+2
2009-01-11forcedeth: xmit lock fixAyaz Abdulla1-2/+4
2009-01-11netdev: missing validate_address hooksStephen Hemminger3-0/+3
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger27-1/+28