summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* e1000e: remove use of IP payload checksumBruce Allan2012-07-012-61/+15Star
* igbvf: fix divide by zeroMitch A Williams2012-07-011-11/+18
* davinci_cpdma: include linux/module.hDaniel Mack2012-06-291-0/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-2914-23/+66
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2814-23/+66
| |\
| | * mwifiex: fix memory leak associated with IE manamgementAvinash Patil2012-06-271-0/+1
| | * ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes2012-06-271-2/+2
| | * ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis2012-06-271-1/+1
| | * rtlwifi: rtl8192cu: New USB IDsLarry Finger2012-06-271-0/+3
| | * iwlwifi: fix activating inactive stationsJohannes Berg2012-06-251-0/+12
| | * wlcore: drop INET dependencyRandy Dunlap2012-06-251-1/+0Star
| | * ath9k: fix dynamic WEP related regressionFelix Fietkau2012-06-253-1/+7
| | * mwifiex: improve error path handling in usb.cAmitkumar Karwar2012-06-221-5/+17
| | * mwifiex: fix bugs in event handling codeAmitkumar Karwar2012-06-223-11/+10Star
| | * mwifiex: fix WPS eapol handshake failureStone Piao2012-06-221-0/+1
| | * mwifiex: fix 11n rx packet drop issueStone Piao2012-06-223-2/+12
* | | gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-291-6/+4Star
* | | net: qmi_wwan: fix Oops while disconnectingBjørn Mork2012-06-291-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-2841-207/+288
|\| |
| * | can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang2012-06-271-2/+2
| * | xen/netfront: teardown the device before unregistering it.Ian Campbell2012-06-271-4/+4
| * | ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck2012-06-273-7/+13
| * | net/mlx4_en: Release QP range in free_resourcesYevgeny Petrilin2012-06-262-4/+9
| * | net/mlx4: Use single completion vector after NOP failureYevgeny Petrilin2012-06-261-0/+2
| * | net/mlx4_en: Set correct port parameters during device initializationYevgeny Petrilin2012-06-261-2/+4
| * | ipheth: add support for iPadDavide Gerhard2012-06-261-0/+5
| * | caif-hsi: Add missing return in error pathSjur Brændeland2012-06-261-0/+1
| * | caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen2012-06-261-2/+2
| * | net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda2012-06-231-5/+7
| * | r8169: RxConfig hack for the 8168evl.françois romieu2012-06-231-0/+1
| * | usbnet: handle remote wakeup asapMing Lei2012-06-231-16/+26
| * | usbnet: decrease suspend count if returning -EBUSY for runtime suspendMing Lei2012-06-231-0/+1
| * | usbnet: clear OPEN flag in failure pathMing Lei2012-06-231-1/+3
| * | net: qmi_wwan: fix Gobi device probingBjørn Mork2012-06-231-43/+40Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2212-45/+64
| |\|
| | * ath9k_htc: configure bssid on ASSOC/IBSS changeRajkumar Manoharan2012-06-201-3/+2Star
| | * iwlwifi: remove log_event debugfs file debugging is disabledJohannes Berg2012-06-201-0/+6
| | * ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan2012-06-201-1/+13
| | * wl1251: Fix memory leaks in SPI initializationGrazvydas Ignotas2012-06-201-0/+4
| | * wl1251: always report beacon loss to the stackGrazvydas Ignotas2012-06-201-2/+1Star
| | * wl1251: fix TSF calculationGrazvydas Ignotas2012-06-201-1/+1
| | * mwifiex: fix wrong return values in add_virtual_intf() error casesBing Zhao2012-06-191-14/+11Star
| | * airo: copying wrong data in airo_get_aplist()Dan Carpenter2012-06-191-2/+2
| | * mwifiex: fix uAP TX packet timeout issueAvinash Patil2012-06-191-7/+3Star
| | * ath5k: remove _bh from inner locksBob Copeland2012-06-191-2/+2
| | * ath9k: fix invalid pointer access in the tx pathFelix Fietkau2012-06-192-12/+18
| | * ath9k: fix a tx rate duration calculation bugFelix Fietkau2012-06-191-1/+1
| * | ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck2012-06-201-1/+1
| * | Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.Carolyn Wyborny2012-06-201-3/+7
| * | igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny2012-06-201-2/+0Star