summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hdlx_x25: Fix backwards compat test.David S. Miller2020-01-211-1/+1
* Merge branch 'hns3-next'David S. Miller2020-01-217-107/+59
|\
| * net: hns3: cleanup some coding style issueHuazhong Tan2020-01-214-86/+35
| * net: hns3: remove redundant print on ENOMEMHuazhong Tan2020-01-211-3/+1
| * net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2020-01-212-7/+6
| * net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu2020-01-211-1/+1
| * net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao2020-01-211-1/+1
| * net: hns3: move duplicated macro definition into headerGuojia Liao2020-01-213-5/+3
| * net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan2020-01-211-0/+2
| * net: hns3: do not reuse pfmemalloc pagesYunsheng Lin2020-01-211-2/+8
| * net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin2020-01-211-2/+2
|/
* wan/hdlc_x25: fix skb handlingMartin Schiller2020-01-211-2/+11
* wan/hdlc_x25: make lapb params configurableMartin Schiller2020-01-213-3/+87
* net/smc: allow unprivileged users to read pnet tableHans Wippel2020-01-211-1/+1
* Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers'David S. Miller2020-01-218-51/+18
|\
| * net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-215-49/+5
| * net: phy: add new version of phy_do_ioctlHeiner Kallweit2020-01-212-3/+14
| * net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit2020-01-213-5/+5
|/
* net: hns3: replace snprintf with scnprintf in hns3_update_stringsChen Zhou2020-01-211-3/+2
* net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_readChen Zhou2020-01-211-2/+2
* Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2020-01-2145-256/+561
|\
| * net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry2020-01-181-0/+9
| * net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry2020-01-187-56/+244
| * net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry2020-01-161-2/+4
| * RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2020-01-162-6/+15
| * IB/mlx5: Mask out unsupported ODP capabilities for kernel QPsMoni Shoua2020-01-161-0/+17
| * RDMA/mlx5: Don't fake udata for kernel pathLeon Romanovsky2020-01-161-18/+16
| * IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua2020-01-163-70/+117
| * IB/core: Add interface to advise_mr for kernel usersMoni Shoua2020-01-162-0/+14
| * IB/core: Introduce ib_reg_user_mrMoni Shoua2020-01-164-1/+40
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-1634-103/+85
* | Merge branch 'mlxsw-SPAN-egress-mirroring-buffer-size'David S. Miller2020-01-205-37/+105
|\ \
| * | spectrum: Add a delayed work to update SPAN buffsize according to speedJiri Pirko2020-01-204-0/+24
| * | mlxsw: spectrum: Fix SPAN egress mirroring buffer size for Spectrum-2Jiri Pirko2020-01-203-7/+46
| * | mlxsw: spectrum_span: Put buffsize update code into helper functionJiri Pirko2020-01-201-22/+15
| * | mlxsw: spectrum: Push code getting port speed into a helperJiri Pirko2020-01-203-12/+24
|/ /
* | Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl'David S. Miller2020-01-203-11/+17
|\ \
| * | r8169: use generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit2020-01-201-11/+1
| * | net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit2020-01-202-0/+16
|/ /
* | net: dsa: mv88e6xxx: Add SERDES stats counters to all 6390 family membersAndrew Lunn2020-01-201-0/+15
* | net: phylink: allow in-band AN for USXGMIIAlex Marginean2020-01-201-0/+1
* | net: phy: don't crash in phy_read/_write_mmd without a PHY driverAlex Marginean2020-01-201-2/+2
* | net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean2020-01-201-0/+4
* | net: stmmac: modified pcs mode support for RGMIIDejin Zheng2020-01-201-11/+6
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-19406-2613/+3096
|\ \
| * \ Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-194-25/+73
| |\ \
| | * | riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2020-01-192-18/+61
| | * | riscv: delete temporary filesIlie Halip2020-01-181-1/+2
| | * | riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu2020-01-161-6/+10
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-1992-377/+773
| |\ \