summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
* cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar2017-01-171-0/+27
* qed: Replace memset with eth_zero_addrShyam Saini2017-01-172-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-17111-743/+1162
|\
| * stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1723-98/+199
| |\
| | * net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
| | * net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
| | * net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
| | * net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
| | * net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
| | * net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan2017-01-161-2/+6
| | * be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera2017-01-161-2/+10
| | * be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera2017-01-161-1/+5
| | * be2net: fix status check in be_cmd_pmac_add()Ivan Vecera2017-01-161-1/+1
| | * cpmac: remove hopeless #warningArnd Bergmann2017-01-161-1/+1
| | * ravb: do not use zero-length alignment DMA descriptorMasaru Nagai2017-01-161-0/+13
| | * mlx4: do not call napi_schedule() without careEric Dumazet2017-01-161-1/+4
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-01-162-18/+45
| | |\
| | | * ieee802154: atusb: fix driver to work with older firmware versionsStefan Schmidt2017-01-121-9/+4
| | | * at86rf230: Allow slow GPIO pins for "rstn"Andrey Smirnov2017-01-121-2/+2
| | | * ieee802154: atusb: do not use the stack for address fetching to make it DMA ableStefan Schmidt2017-01-121-1/+7
| | | * ieee802154: atusb: make sure we set a randaom extended address if fetching failsStefan Schmidt2017-01-121-2/+5
| | | * ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt2017-01-121-4/+27
| | * | net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli2017-01-131-7/+18
| | * | net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev2017-01-121-5/+6
| | |/
| | * net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-122-4/+9
| | * ravb: Remove Rx overflow log messagesKazuya Mizuguchi2017-01-121-6/+2
| | * mlxsw: pci: Fix EQE structure definitionElad Raz2017-01-121-4/+4
| | * mlxsw: switchx2: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
| | * mlxsw: spectrum: Fix memory leak at skb reallocationArkadi Sharshevsky2017-01-121-0/+1
| | * netvsc: add rcu_read locking to netvsc callbackstephen hemminger2017-01-111-0/+3
| | * vxlan: Set ports in flow key when doing route lookupsMartynas Pumputis2017-01-111-3/+10
| | * r8152: fix the sw rx checksum is unavailablehayeswang2017-01-111-1/+6
| * | Merge tag 'mmc-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-01-174-19/+23
| |\ \
| | * | mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson2017-01-161-13/+12
| | * | mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren2017-01-121-2/+4
| | * | mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede2017-01-121-1/+2
| | * | MMC: meson: avoid possible NULL dereferenceHeinrich Schuchardt2017-01-101-3/+5
| * | | Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtdLinus Torvalds2017-01-174-7/+7
| |\ \ \
| | * \ \ Merge tag 'nand/fixes-for-4.10-rc3' of github.com:linux-nand/linuxBrian Norris2017-01-054-7/+7
| | |\ \ \
| | | * | | mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy2017-01-041-1/+1
| | | * | | mtd: nand: tango: Reset pbus to raw mode in probeMarc Gonzalez2017-01-031-0/+2
| | | * | | mtd: nand: tango: Update DT binding descriptionMarc Gonzalez2017-01-031-1/+1
| | | * | | mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEMRandy Dunlap2017-01-021-0/+1
| | | * | | mtd: nand: xway: fix build because of module functionsHauke Mehrtens2017-01-021-4/+1
| | | * | | mtd: nand: xway: disable module supportHauke Mehrtens2017-01-021-1/+1
| * | | | | Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-1510-16/+34
| |\ \ \ \ \
| | * | | | | vme: Fix wrong pointer utilization in ca91cx42_slave_getAugusto Mecking Caringi2017-01-111-1/+1