aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bcmdhd wireless: Fix sprintf/sscanf format strings.Christian Neumüller2015-03-115-55/+60
* bcmdhd wireless: Fix more off by one errors.Christian Neumüller2015-03-111-13/+13
* bcmdhd wireless: Fix off by one in initialization.Christian Neumüller2015-03-101-3/+5
* filter multicast packages while suspended.abmantis2013-12-181-1/+1
* Add support for Note 8 (N5100 and N5110)sbrissen2013-11-111-1/+2
* d710: initial support for the Epic 4G Touch (SPH-D710)Dorian Snyder2013-06-2018-162/+2024
* update bcmdhd driver from GT-9505 Sourcesbrissen2013-04-2579-3753/+9568
* Merge branch 'cm-10.1-experimental' into HEADcodeworkx2013-03-16127-1178/+2590
|\
| * WIFI: Use kernel version 3.4 ifdef's.Brian Beloshapka2013-02-271-13/+26
| * bcmdhd: kang from d2Andrew Dodd2013-02-2735-731/+1518
| * Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2792-434/+1046
| |\
| | * netback: correct netbk_tx_err to handle wrap around.Ian Campbell2013-02-141-1/+1
| | * xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell2013-02-141-1/+12
| | * xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley2013-02-141-26/+14
| | * xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-143-26/+62
| | * tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir2013-02-141-21/+33
| | * tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir2013-02-141-0/+4
| | * net: loopback: fix a dst refcounting issueEric Dumazet2013-02-141-0/+5
| | * r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs2013-02-141-7/+0
| | * rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger2013-02-141-2/+2
| | * ath9k: fix double-free bug on beacon generate failureFelix Fietkau2013-02-031-0/+1
| | * ath9k_htc: Fix memory leakSujith Manoharan2013-02-031-0/+2
| | * can: pch_can: fix invalid error codesOlivier Sobrie2013-02-031-1/+1
| | * can: ti_hecc: fix invalid error codesOlivier Sobrie2013-02-031-2/+2
| | * can: c_can: fix invalid error codesOlivier Sobrie2013-02-031-2/+2
| | * i2400m: add Intel 6150 device IDsDan Williams2013-01-172-0/+9
| | * ath9k: ar9003: fix OTP register offsets for AR9340Gabor Juhos2013-01-171-3/+3
| | * Revert "ath9k_hw: Update AR9003 high_power tx gain table"Felix Fietkau2013-01-171-86/+86
| | * can: Do not call dev_put if restart timer is running upon closeAlexander Stein2013-01-111-2/+1
| | * p54usb: add USBIDs for two more p54usb devicesChristian Lamparter2013-01-111-0/+3
| | * p54usb: add USB ID for T-Com Sinus 154 data IITomasz Guszkowski2013-01-111-0/+1
| | * usb/ipheth: Add iPhone 5 supportJay Purohit2013-01-111-0/+5
| | * irda: sir_dev: Fix copy/paste typoAlexander Shiyan2013-01-111-1/+1
| | * ne2000: add the right platform deviceAlan Cox2013-01-111-0/+1
| | * bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com2013-01-111-0/+2
| | * bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi2013-01-111-0/+7
| | * ixgbe: add support for new 82599 device idEmil Tantilov2012-12-033-0/+4
| | * ixgbe: add support for new 82599 deviceEmil Tantilov2012-12-033-0/+4
| | * ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-12-033-0/+4
| | * mwifiex: report error to MMC core if we cannot suspendBing Zhao2012-12-031-5/+6
| | * rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2012-12-031-0/+1
| | * sky2: Fix for interrupt handlerMirko Lindner2012-11-261-1/+3
| | * r8169: use unlimited DMA burst for TXMichal Schmidt2012-11-261-1/+1
| | * net: usb: Fix memory leak on Tx data pathHemant Kumar2012-11-171-0/+3
| | * rt2800: validate step value for temperature compensationStanislaw Gruszka2012-11-171-1/+1
| | * ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-11-171-0/+2
| | * skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower2012-10-281-0/+7
| | * tg3: Apply short DMA frag workaround to 5906Matt Carlson2012-10-211-2/+3
| | * r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-10-131-0/+3
| | * r8169: fix unsigned int wraparound with TSOJulien Ducourthial2012-10-131-6/+10