aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15net: phy: micrel: Add KSZ8041FTL fiber mode supportPhilipp Zabel1-2/+32
2016-07-15wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter1-2/+1
2016-07-14mlxsw: spectrum_router: Return -ENOENT in case of errorChristophe Jaillet1-1/+1
2016-07-14net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-14net: ethernet: ll_temac: use phydev from struct net_devicePhilippe Reynes2-22/+16
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller161-1962/+3670
2016-07-14net/mlx5e: Add TC offload support for the VF representors netdeviceOr Gerlitz1-1/+34
2016-07-14net/mlx5e: Add TC HW support for FDB (SRIOV e-switch) offloadsOr Gerlitz2-6/+34
2016-07-14net/mlx5e: Add TC drop and mirred/redirect action parsing for SRIOV offloadsOr Gerlitz1-0/+53
2016-07-14net/mlx5e: Adjustments in the TC offload code towards reuse for SRIOVOr Gerlitz1-16/+16
2016-07-14net/mlx5: E-Switch, Add API to configure rules for the offloaded modeOr Gerlitz2-0/+49
2016-07-14net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz3-15/+42
2016-07-14net/mlx5e: Offload TC flow counters only when supportedOr Gerlitz1-1/+1
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai3-22/+140
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai2-10/+55
2016-07-13net: nps_enet: code reuseElad Kanfi1-10/+11
2016-07-13net: nps_enet: fix coding style issuesElad Kanfi1-3/+3
2016-07-13net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe()Wei Yongjun1-6/+2
2016-07-13stmmac: dwmac-socfpga: remove redundant dev_err call in socfpga_dwmac_parse_data()Wei Yongjun1-14/+3
2016-07-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller11-44/+46
2016-07-12mlxsw: core: Trace EMAD messagesJiri Pirko1-5/+13
2016-07-12dwc_eth_qos: fix missing clk_disable_unprepare() on error in dwceqos_probe()Wei Yongjun1-1/+1
2016-07-12net: mediatek: fix non static symbol warningsWei Yongjun1-3/+3
2016-07-12stmmac: dwmac-socfpga: fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2016-07-12iwlwifi: add missing type declarationArnd Bergmann1-0/+1
2016-07-12mrf24j40: avoid uninitialized byte in SPI transfer to radio.Walter Mack1-0/+2
2016-07-11net: ethernet: bgmac: Fix return value check in bgmac_probe()Wei Yongjun1-1/+1
2016-07-12Bluetooth: Add support of 13d3:3490 AR3012 deviceDmitry Tunin2-0/+3
2016-07-11b53: Fix build warning.David S. Miller1-1/+1
2016-07-11nfp: check idx is -ENOSPC before using it is an indexColin Ian King1-1/+1
2016-07-11net: smc91x: ACPI Enable lan91x adaptersJeremy Linton1-3/+10
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca4-16/+8
2016-07-11Bluetooth: hci_intel: Remove LPM enabling from setup procedureLoic Poulain1-21/+7
2016-07-11Revert "net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings"Philippe Reynes1-2/+26
2016-07-11net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switchFlorian Fainelli3-0/+21
2016-07-11net: dsa: b53: Allow SRAB driver to specify platform dataFlorian Fainelli1-10/+29
2016-07-10net: ethernet: Add TSE PCS support to dwmac-socfpgaTien Hock Loh4-22/+431
2016-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo8-14/+29
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason7-285/+650
2016-07-09net: ethernet: bgmac: convert to feature flagsJon Mason2-48/+140
2016-07-09net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason4-217/+298
2016-07-09net: ethernet: bgmac: add dma_dev pointerJon Mason2-8/+10
2016-07-09net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2-62/+55
2016-07-09r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang1-1/+0
2016-07-09r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang1-2/+0
2016-07-09r8152: remove rtl_phy_reset functionhayeswang1-24/+0
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann5-7/+7
2016-07-09bnxt: fix a conditionDan Carpenter1-1/+1
2016-07-08tun: Don't assume type tun in tun_device_eventCraig Gallek1-0/+3
2016-07-08netvsc: Use the new in-place consumption APIs in the rx pathK. Y. Srinivasan1-29/+59