summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-26r8169: use RxFIFO overflow workaround for 8168c chipset.Ivan Vecera1-2/+4
2011-06-26ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore1-2/+9
2011-06-26r8169: disable ASPMStanislaw Gruszka1-0/+6
2011-06-26e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup insteadBruce Allan1-1/+2
2011-06-26p54usb: add Senao NUB-350 usbidChristian Lamparter1-0/+1
2011-06-26p54pci: update receive dma buffers before and after processingChristian Lamparter1-5/+9
2011-06-26bonding/vlan: Avoid mangled NAs on slaves without VLAN tag insertionBen Hutchings1-1/+8
2011-06-26hostap_cs: fix sleeping function called from invalid contextStanislaw Gruszka1-9/+6
2011-06-26p54: fix sequence no. accounting off-by-one errorChristian Lamparter1-1/+1
2011-06-26iwlagn: Re-enable RF_KILL interrupt when downDon Fry1-0/+6
2011-06-26ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan1-2/+2
2011-06-26iwlagn: enable only rfkill interrupt when device is downStanislaw Gruszka2-4/+11
2011-06-26rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman1-0/+1
2011-04-17niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALLBen Hutchings1-10/+6
2011-04-17p54usb: New USB ID for Gemtek WUBI-100GWEduardo Costa1-0/+1
2011-04-17p54usb: add 5 more USBIDsChristian Lamparter1-0/+5
2011-04-17orinoco: clear countermeasure setting on commitDavid Kilroy1-0/+6
2011-04-17orinoco: fix TKIP countermeasure behaviourDavid Kilroy1-2/+2
2011-04-17ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao1-0/+2
2011-04-17bonding: Fix slave selection bug.Hillf Danton1-2/+2
2011-04-17driver/net/benet: fix be_cmd_multicast_set() memcpy bugJoe Jin1-1/+1
2011-04-17gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2...Jarek Poplawski1-3/+3
2011-04-17jme: Fix PHY power-off errorGuo-Fu Tseng1-4/+18
2011-04-17e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher8-0/+18
2011-04-17ath9k_hw: fix antenna diversity on AR9285Felix Fietkau4-7/+7
2011-04-17ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau1-2/+8
2011-01-06drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2011-01-06p54usb: add five more USBIDsChristian Lamparter1-0/+13
2011-01-06p54usb: fix off-by-one on !CONFIG_PMChristian Lamparter1-1/+1
2011-01-06b44: fix carrier detection on bindPaul Fertser1-2/+2
2011-01-06r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka1-6/+6
2011-01-06skge: add quirk to limit DMAStanislaw Gruszka1-1/+17
2011-01-06netxen: dont set skb->truesizeEric Dumazet1-3/+0
2011-01-06atl1: fix resumeLuca Tettamanti1-2/+3
2011-01-06hostap_pci: set dev->base_addr during probeJohn W. Linville1-0/+1
2011-01-06bonding: correctly process non-linear skbsAndy Gospodarek2-0/+6
2011-01-06drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2011-01-06drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2011-01-06drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg1-0/+2
2011-01-06tun: Don't add sysfs attributes to devices without sysfs directoriesBen Hutchings1-1/+2
2011-01-06ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville1-0/+4
2011-01-06p54: fix tx feedback status flag checkChristian Lamparter1-1/+1
2011-01-06ath9k_hw: fix parsing of HT40 5 GHz CTLsLuis R. Rodriguez2-2/+1
2011-01-06ath5k: drop warning on jumbo framesLuis R. Rodriguez1-5/+2
2010-08-26e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan3-13/+31
2010-08-26e1000e: disable ASPM L1 on 82573Bruce Allan1-0/+1
2010-08-26ath5k: disable ASPM L0s for all cardsMaxim Levitsky1-0/+21
2010-08-26wl1251: fix trigger scan timeout usageYuri Kululin1-1/+1
2010-08-13xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell1-0/+1
2010-08-13smsc911x: Add spinlocks around registers accessCatalin Marinas1-40/+52