summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
* atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-121-18/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-121-18/+18
| |\
| | * mwl8k: fix band for supported channelsJonas Gorski2013-02-111-18/+18
* | | ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3
* | | net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork2013-02-121-0/+1
|/ /
* | bnx2x: set gso_typeMichael S. Tsirkin2013-02-101-7/+5
* | qlcnic: set gso_typeMichael S. Tsirkin2013-02-101-1/+6
* | ixgbe: fix gso typeMichael S. Tsirkin2013-02-101-2/+6
* | stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO2013-02-101-3/+7
* | stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO2013-02-101-1/+1
* | Merge branch 'davem.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2013-02-101-67/+19
|\ \
| * | Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu2013-02-091-21/+9
| * | Revert "r8169: enable ALDPS for power saving".Francois Romieu2013-02-081-46/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-0927-160/+298
|\ \ \ | |/ /
| * | Merge branch 'netback'David S. Miller2013-02-073-53/+88
| |\ \
| | * | netback: correct netbk_tx_err to handle wrap around.Ian Campbell2013-02-071-1/+1
| | * | xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell2013-02-071-1/+12
| | * | xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley2013-02-071-25/+13
| | * | xen/netback: shutdown the ring if it contains garbage.Ian Campbell2013-02-073-26/+62
| * | | net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork2013-02-061-0/+12
| * | | net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork2013-02-061-0/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-065-32/+31
| |\ \ \ | | |/ / | |/| / | | |/
| | * brcmsmac: rework of mac80211 .flush() callback operationArend van Spriel2013-02-044-29/+27
| | * rtlwifi: Fix scheduling while atomic bugLarry Finger2013-02-041-3/+4
| * | net: usbnet: fix tx_dropped statisticsBjørn Mork2013-02-041-6/+4
| * | Merge branch 'fixes-for-3.8' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-02-021-1/+5
| |\ \
| | * | can: c_can: Set reserved bit in IFx_MASK2 to 1 on writeAlexander Stein2013-02-011-1/+5
| * | | via-rhine: Fix bugs in NAPI support.David S. Miller2013-02-021-6/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-014-39/+23
| |\ \ \ | | |/ / | |/| / | | |/
| | * mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao2013-01-301-4/+5
| | * rtlwifi: Fix the usage of the wrong variable in usb.cLarry Finger2013-01-281-2/+2
| | * brcmsmac: fix tx status processingArend van Spriel2013-01-281-16/+9
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-281-17/+7
| | |\
| | | * Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue"Emmanuel Grumbach2013-01-241-17/+7
| * | | NET: qmi_wwan: add Telit LE920 supportDaniele Palmas2013-01-301-0/+1
| * | | net: usbnet: prevent buggy devices from killing usBjørn Mork2013-01-301-0/+25
| * | | vmxnet3: set carrier state properly on probeNeil Horman2013-01-291-4/+3
| * | | e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan2013-01-296-0/+71
| * | | bonding: unset primary slave via sysfsMilos Vyletel2013-01-291-0/+1
| * | | be2net: Updating Module Author string and log message string to "Emulex Corpo...Sarveshwar Bandi2013-01-292-5/+5
| * | | tuntap: allow polling/writing/reading when detachedJason Wang2013-01-291-9/+16
| * | | tun: fix carrier on/off statusMichael S. Tsirkin2013-01-291-5/+8
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | mlx4_core: Fix advertisement of wrong PF context behaviourOr Gerlitz2013-02-051-1/+1
* | | | dm9601: support dm9620 variantPeter Korsgaard2013-01-281-1/+29
* | | | net: phy: icplus: fix broken INTR pin settingsGiuseppe CAVALLARO2013-01-281-5/+5
* | | | net: phy: icplus: Use the RGMII interface mode to configure clock delaysStuart Menefy2013-01-281-5/+16
* | | | r8169: fix vlan tag read ordering.françois romieu2013-01-271-8/+6
OpenPOWER on IntegriCloud