summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-241-3/+1
* s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-241-1/+3
* s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-241-2/+1
* s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-241-1/+0
* s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-242-17/+28
* s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-243-14/+10
* gtp: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli2019-12-241-3/+3
* Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-225-27/+13
|\
| * s390/dasd: fix typo in copyright statementStefan Haberland2019-12-202-2/+2
| * s390/dasd: fix memleak in path handling error caseStefan Haberland2019-12-201-17/+2
| * s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2019-12-202-5/+6
| * nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-161-3/+3
* | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-226-1/+194
|\ \
| * | riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig2019-12-206-1/+194
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2285-423/+723
|\ \ \
| * | | sfc: Include XDP packet headroom in buffer step size.Charles McLachlan2019-12-201-7/+7
| * | | sfc: fix channel allocation with brute forceEdward Cree2019-12-202-22/+19
| * | | hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang2019-12-203-6/+11
| * | | net: phy: ensure that phy IDs are correctly typedRussell King2019-12-201-4/+4
| * | | qede: Disable hardware gro when xdp prog is installedManish Chopra2019-12-201-2/+2
| * | | net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-201-14/+10
| * | | net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski2019-12-201-1/+1
| * | | net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu2019-12-201-1/+1
| * | | net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao2019-12-201-1/+1
| * | | s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann2019-12-201-1/+1
| * | | s390/qeth: fix promiscuous mode after resetJulian Wiedmann2019-12-203-1/+4
| * | | s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2019-12-202-7/+12
| * | | cxgb4: fix refcount init for TC-MQPRIO offloadRahul Lakkireddy2019-12-201-4/+8
| * | | nfc: s3fwrn5: replace the assertion with a WARN_ONAditya Pakki2019-12-191-1/+4
| * | | net: macb: fix probing of PHY not described in the dtAntoine Tenart2019-12-191-4/+23
| * | | of: mdio: export of_mdiobus_child_is_phyAntoine Tenart2019-12-191-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-1910-40/+37
| |\ \ \
| | * | | net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-192-3/+12
| | * | | net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-193-4/+12
| | * | | net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-195-33/+13
| * | | | net: stmmac: Always arm TX Timer at end of transmission startJose Abreu2019-12-181-4/+2
| * | | | net: stmmac: Enable 16KB buffer sizeJose Abreu2019-12-181-1/+3
| * | | | net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu2019-12-181-3/+2
| * | | | net: stmmac: RX buffer size must be 16 byte alignedJose Abreu2019-12-181-1/+1
| * | | | net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2019-12-182-1/+4
| * | | | net: stmmac: Only the last buffer has the FCS fieldJose Abreu2019-12-181-2/+3
| * | | | net: stmmac: Do not accept invalid MTU valuesJose Abreu2019-12-181-0/+12
| * | | | net: stmmac: Determine earlier the size of RX bufferJose Abreu2019-12-181-13/+11
| * | | | net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu2019-12-181-0/+4
| * | | | nfp: flower: fix stats id allocationJohn Hurley2019-12-171-6/+6
| * | | | net: ag71xx: fix compile warningsOleksij Rempel2019-12-171-2/+2
| * | | | net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings2019-12-171-4/+4
| * | | | Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-12-177-47/+122
| |\ \ \ \