summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r8169: improve rtl_set_rx_modeHeiner Kallweit2019-07-241-30/+22
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-07-246-14/+22
|\
| * e1000e: add workaround for possible stalled packetKai-Heng Feng2019-07-242-1/+11
| * igc: Add more SKUs for i225 deviceSasha Neftin2019-07-243-0/+9
| * igc: Update the MAC reset flowSasha Neftin2019-07-242-2/+2
| * igc: Remove the unused field from a device specification structureSasha Neftin2019-07-241-5/+0
| * igc: Remove the polarity field from a PHY information structureSasha Neftin2019-07-241-6/+0
* | net/ixgbevf: fix a compilation error of skb_frag_tQian Cai2019-07-241-2/+5
* | selftests: mlxsw: Fix typo in qos_mc_aware.shMasanari Iida2019-07-241-2/+2
* | qlge: Fix build error without CONFIG_ETHERNETYueHaibing2019-07-241-1/+1
* | r8169: fix a typo in a commentCorentin Musard2019-07-241-1/+1
|/
* Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-246-9/+9
* sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan2019-07-242-5/+5
* sfc: Use dev_get_drvdata where possibleChuhong Yuan2019-07-242-7/+7
* forcedeth: Use dev_get_drvdata where possibleChuhong Yuan2019-07-241-2/+1
* net: marvell: Use dev_get_drvdata where possibleChuhong Yuan2019-07-242-6/+3
* Merge tag 'linux-can-next-for-5.4-20190724' of git://git.kernel.org/pub/scm/l...David S. Miller2019-07-2432-800/+4098
|\
| * can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-248-2/+8
| * can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-244-12/+2
| * can: ti_hecc: use timestamp based rx-offloadingJeroen Hofstee2019-07-241-137/+54
| * can: flexcan: add support for DT property 'wakeup-source'Sean Nyekjaer2019-07-241-0/+3
| * dt-bindings: can: flexcan: add can wakeup propertySean Nyekjaer2019-07-241-0/+2
| * can: flexcan: add support for PE clock source selectDong Aisheng2019-07-241-2/+12
| * dt-bindings: can: flexcan: add PE clock source property to device treeDong Aisheng2019-07-241-0/+8
| * can: flexcan: implement can Runtime PMAisheng Dong2019-07-241-38/+81
| * can: Kconfig: correct history of the CAN protocolRobert P. J. Day2019-07-241-5/+6
| * can: xilinx_can: clean up indentation issueColin Ian King2019-07-241-1/+1
| * can: xilinx_can: Add support for CANFD FD framesAppana Durga Kedareswara rao2019-07-241-16/+214
| * can: xilinx_can: Add cantype parameter in xcan_devtype_data structAppana Durga Kedareswara rao2019-07-241-0/+12
| * can: xilinx_can: Fix flags field initialization for axi can and canpsAppana Durga Kedareswara rao2019-07-241-0/+2
| * can: xilinx_can: Fix kernel doc warningsAppana Durga Kedareswara rao2019-07-241-0/+6
| * can: xilinx_can: Fix style issuesAppana Durga Kedareswara rao2019-07-241-19/+22
| * can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy2019-07-243-0/+542
| * dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driverDan Murphy2019-07-241-0/+37
| * can: m_can: Rename m_can_priv to m_can_classdevDan Murphy2019-07-243-289/+294
| * can: m_can: Create a m_can platform frameworkDan Murphy2019-07-245-345/+704
| * can: m_can: Fix checkpatch issues on existing codeDan Murphy2019-07-241-8/+5
| * can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-244-5/+8
| * can: kvaser_pciefd: Add driver for Kvaser PCIEcan devicesHenning Colliander2019-07-243-0/+1926
| * can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva2019-07-241-2/+1
| * can: sja1000: f81601: add Fintek F81601 supportJi-Ze Hong (Peter Hong)2019-07-243-0/+223
| * can: sja1000: Makefile/Kconfig: sort alphabeticallyMarc Kleine-Budde2019-07-242-40/+41
| * MAINTAINERS: can: add missing files to CAN NETWORK DRIVERS and CAN NETWORK LAYERMarc Kleine-Budde2019-07-241-0/+5
* | drivers: net: xgene: Remove acpi_has_method() callsKelsey Skunberg2019-07-243-14/+13
|/
* tc-testing: added tdc tests for [b|p]fifo qdiscRoman Mashak2019-07-231-0/+304
* hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
* Merge branch 'nfp-Offload-MPLS-actions'David S. Miller2019-07-235-0/+260
|\
| * nfp: flower: offload MPLS set actionJohn Hurley2019-07-232-0/+53
| * nfp: flower: offload MPLS pop actionJohn Hurley2019-07-232-0/+31
| * nfp: flower: offload MPLS push actionJohn Hurley2019-07-232-0/+57