summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-14166-811/+811
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-1/+1
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0918-18/+18
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0918-18/+18
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-0723-62/+78
|\ \
| * | net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl2020-06-071-1/+2
| * | mlxsw: core: Use different get_trend() callbacks for different thermal zonesVadim Pasternak2020-06-071-4/+19
| * | net: dp83869: Reset return variable if PHY strap is readDan Murphy2020-06-061-0/+3
| * | cxgb4: Use kfree() instead kvfree() where appropriateDenis Efremov2020-06-051-3/+3
| * | net: qed: fixes crash while running driver in kdump kernelAlok Prasad2020-06-053-8/+8
| * | net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart2020-06-051-2/+2
| * | net: mscc: Fix OF_MDIO config checkDan Murphy2020-06-052-3/+3
| * | net: marvell: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
| * | net: dp83867: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
| * | net: dp83869: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
| * | net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignmentAlexander Lobakin2020-06-051-1/+1
| * | yam: fix possible memory leak in yam_init_driverWang Hai2020-06-041-0/+1
| * | lan743x: Use correct MAC_CR configuration for 1 GBit speedRoelof Berg2020-06-041-1/+1
| * | net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp2020-06-041-1/+0
| * | r8169: fix failing WoLHeiner Kallweit2020-06-041-6/+7
| * | net: ethernet: dwmac: Fix an error code in imx_dwmac_probe()Dan Carpenter2020-06-041-1/+1
| * | net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish2020-06-041-0/+2
| * | net: phy: fixed_phy: Remove unused seqcountAhmed S. Darwish2020-06-041-17/+11
| * | net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč2020-06-041-2/+1
| * | geneve: change from tx_error to tx_dropped on missing metadataJiri Benc2020-06-041-3/+4
| * | net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran2020-06-041-4/+4
| * | net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran2020-06-041-1/+1
| * | crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't setRohit Maheshwari2020-06-041-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-052-0/+10
|\ \ \
| * | | scsi: qed: Send BW update notifications to the protocol driversSudarsana Reddy Kalluru2020-04-172-0/+10
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-054-187/+0
|\ \ \ \
| * | | | RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-022-2/+0
| * | | | RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-022-185/+0
| * | | | Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-275-3/+15
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-21163-722/+1473
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring2020-05-191-2/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031019-21481/+92696
|\ \ \ \ \ \ \
| * | | | | | | net_failover: fixed rollback in net_failover_open()Vasily Averin2020-06-021-1/+2
| * | | | | | | vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi2020-06-021-0/+12
| * | | | | | | hinic: add set_channels ethtool_ops supportLuo bin2020-06-022-9/+33
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-0113-23/+19
| |\ \ \ \ \ \ \
| | * | | | | | | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-0113-18/+18
| | * | | | | | | xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-011-5/+1
| * | | | | | | | sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge2020-06-011-0/+1
| * | | | | | | | cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari2020-06-016-24/+155
| |/ / / / / / /
| * | | | | | | net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2020-06-012-1/+3
| * | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-06-0116-156/+142
| |\ \ \ \ \ \ \