summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
* rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
* brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
* cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
* cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-073-16/+5
|\
| * mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker2013-09-061-10/+0
| * bnx2x: Restore a call to config_initEilon Greenstein2013-09-061-6/+3
| * bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov2013-09-061-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-0610-12/+12
|\ \ | |/ |/|
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-202-2/+2
| * treewide: Fix typo in printkMasanari Iida2013-08-206-9/+9
* | net: stmmac: fix bad merge conflict resolutionOlof Johansson2013-09-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05527-18414/+42770
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-0522-205/+336
| |\ \
| | * | bnx2x: Add missing braces in bnx2x:bnx2x_link_initializeDave Jones2013-09-051-1/+2
| | * | vxlan: Fix kernel panic on device delete.Pravin B Shelar2013-09-051-1/+2
| | * | net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni2013-09-051-0/+16
| | * | net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni2013-09-051-1/+12
| | * | sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov2013-09-041-5/+7
| | * | net: fec: fix the error to get the previous BD entryDuan Fugang-B386112013-09-042-46/+77
| | * | sh_eth: NAPI requires netif_receive_skb()Sergei Shtylyov2013-09-041-1/+1
| | * | drivers: net: ethernet: 8390: Kconfig: add H8300H_AKI3068NET and H8300H_H8MAX...Chen Gang2013-09-031-1/+1
| | * | tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir2013-09-031-2/+16
| | * | net: calxedaxgmac: fix xgmac_xmit DMA mapping error handlingRob Herring2013-09-031-5/+26
| | * | net: calxedaxgmac: fix rx DMA mapping API size mismatchesRob Herring2013-09-031-6/+12
| | * | net: calxedaxgmac: remove some unused statistic countersRob Herring2013-09-031-3/+0
| | * | net: calxedaxgmac: fix various errors in xgmac_set_rx_modeRob Herring2013-09-031-4/+13
| | * | net: calxedaxgmac: enable interrupts after napi_enableRob Herring2013-09-031-3/+5
| | * | net: calxedaxgmac: fix race with tx queue stop/wakeRob Herring2013-09-031-5/+15
| | * | net: calxedaxgmac: update ring buffer tx_head after barriersRob Herring2013-09-031-1/+2
| | * | net: calxedaxgmac: fix possible skb free before tx completeRob Herring2013-09-031-31/+24
| | * | net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_errRob Herring2013-09-031-20/+18
| | * | net: calxedaxgmac: read correct field in xgmac_desc_get_buf_lenRob Herring2013-09-031-1/+1
| | * | net: calxedaxgmac: remove NETIF_F_FRAGLIST settingRob Herring2013-09-031-1/+1
| * | | icplus: Use netif_running to determine device stateJon Mason2013-09-051-1/+1
| * | | ethernet/arc/arc_emac: Fix huge delays in large file copiesVineet Gupta2013-09-051-2/+2
| * | | tuntap: orphan frags before trying to set tx timestampJason Wang2013-09-051-3/+5
| * | | tuntap: purge socket error queue on detachJason Wang2013-09-051-3/+9
| * | | qlcnic: use standard NAPI weightsMichal Schmidt2013-09-052-19/+12
| * | | bnx2x: VF RSS support - VF sideAriel Elior2013-09-056-60/+145
| * | | bnx2x: VF RSS support - PF sideAriel Elior2013-09-0510-144/+513
| * | | vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis2013-09-051-1/+67
| * | | net: usbnet: update addr_assign_type if appropriateBjørn Mork2013-09-051-0/+4
| * | | driver/net: enic: update enic maintainers and drivergovindarajulu.v2013-09-051-1/+1
| * | | driver/net: enic: Exposing symbols for Cisco's low latency drivergovindarajulu.v2013-09-052-0/+11
| * | | driver/net: enic: Try DMA 64 first, then failover to DMAgovindarajulu.v2013-09-051-4/+4
| * | | driver/net: enic: record q_number and rss_hash for skbgovindarajulu.v2013-09-051-0/+11