summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-14netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-14xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-14xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-26/+14
2013-02-14xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-02-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-21/+33
2013-02-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-02-14net: loopback: fix a dst refcounting issueEric Dumazet1-0/+5
2013-02-14r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs1-7/+0
2013-02-14rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger1-2/+2
2013-02-04ath9k: fix double-free bug on beacon generate failureFelix Fietkau1-0/+1
2013-02-04ath9k_htc: Fix memory leakSujith Manoharan1-0/+2
2013-02-04can: pch_can: fix invalid error codesOlivier Sobrie1-1/+1
2013-02-04can: ti_hecc: fix invalid error codesOlivier Sobrie1-2/+2
2013-02-04can: c_can: fix invalid error codesOlivier Sobrie1-2/+2
2013-01-17i2400m: add Intel 6150 device IDsDan Williams2-0/+9
2013-01-17ath9k: ar9003: fix OTP register offsets for AR9340Gabor Juhos1-3/+3
2013-01-17Revert "ath9k_hw: Update AR9003 high_power tx gain table"Felix Fietkau1-86/+86
2013-01-11can: Do not call dev_put if restart timer is running upon closeAlexander Stein1-2/+1
2013-01-11p54usb: add USBIDs for two more p54usb devicesChristian Lamparter1-0/+3
2013-01-11p54usb: add USB ID for T-Com Sinus 154 data IITomasz Guszkowski1-0/+1
2013-01-11usb/ipheth: Add iPhone 5 supportJay Purohit1-0/+5
2013-01-11irda: sir_dev: Fix copy/paste typoAlexander Shiyan1-1/+1
2013-01-11ne2000: add the right platform deviceAlan Cox1-0/+1
2013-01-11bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com1-0/+2
2013-01-11bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi1-0/+7
2012-12-04ixgbe: add support for new 82599 device idEmil Tantilov3-0/+4
2012-12-04ixgbe: add support for new 82599 deviceEmil Tantilov3-0/+4
2012-12-04ixgbe: add support for X540-AT1joshua.a.hay@intel.com3-0/+4
2012-12-04mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-12-04rtlwifi: rtl8192cu: Add new USB IDAlbert Pool1-0/+1
2012-11-26sky2: Fix for interrupt handlerMirko Lindner1-1/+3
2012-11-26r8169: use unlimited DMA burst for TXMichal Schmidt1-1/+1
2012-11-18net: usb: Fix memory leak on Tx data pathHemant Kumar1-0/+3
2012-11-18rt2800: validate step value for temperature compensationStanislaw Gruszka1-1/+1
2012-11-18ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau1-0/+2
2012-10-28skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-21tg3: Apply short DMA frag workaround to 5906Matt Carlson1-2/+3
2012-10-13r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-10-13r8169: fix unsigned int wraparound with TSOJulien Ducourthial1-6/+10
2012-10-13r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu1-0/+6
2012-10-13r8169: Config1 is read-only on 8168c and later.Francois Romieu1-2/+13
2012-10-13r8169: runtime resume before shutdown.françois romieu1-0/+5
2012-10-13r8169: missing barriers.Francois Romieu1-3/+2
2012-10-13r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8
2012-10-13r8169: Rx FIFO overflow fixes.Francois Romieu1-30/+24
2012-10-13r8169: increase the delay parameter of pm_schedule_suspendhayeswang1-1/+1
2012-10-13r8169: expand received packet length indication.Francois Romieu1-1/+1
2012-10-13r8169: jumbo fixes.Francois Romieu1-55/+247
2012-10-13r8169: remove erroneous processing of always set bit.Francois Romieu1-1/+6
2012-10-13r8169: don't enable rx when shutdown.Hayes Wang1-2/+5