summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-04net: ipa: use gsi->version for channel suspend/resumeAlex Elder3-20/+27
2021-08-04Merge branch 'mhi-mbim'David S. Miller9-475/+720
2021-08-04net: mhi: Remove MBIM protocolLoic Poulain6-475/+50
2021-08-04net: wwan: Add MHI MBIM network driverLoic Poulain3-0/+670
2021-08-04Merge branch 'queues'David S. Miller3-8/+49
2021-08-04nfp: use netif_set_real_num_queues()Jakub Kicinski1-8/+3
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2-0/+46
2021-08-04net: add extack arg for link opsRocco Yue4-9/+13
2021-08-04af_unix: Add OOB supportRao Shoaib6-2/+602
2021-08-04Merge branch 'dpaa2-switch-next'David S. Miller8-64/+177
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei1-5/+19
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei1-12/+12
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei5-7/+130
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei3-3/+6
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei1-14/+0
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei1-6/+0
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei1-16/+11
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei1-8/+6
2021-08-03net: fec: fix MAC internal delay doesn't workJoakim Zhang1-10/+38
2021-08-03net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean1-1/+1
2021-08-03net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...Vladimir Oltean2-2/+2
2021-08-03Revert "Merge branch 'qcom-dts-updates'"Alex Elder3-58/+8
2021-08-03octeontx2-af: Fix spelling mistake "Makesure" -> "Make sure"Colin Ian King1-1/+1
2021-08-03net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng1-1/+1
2021-08-03Merge branch 'Space-cleanup'David S. Miller42-2162/+271
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann8-19/+28
2021-08-03wan: hostess_sv11: use module_init/module_exit helpersArnd Bergmann1-2/+4
2021-08-03wan: remove sbni/granch driverArnd Bergmann7-1823/+0
2021-08-03wan: remove stale Kconfig entriesArnd Bergmann1-24/+0
2021-08-03make legacy ISA probe optionalArnd Bergmann9-2/+22
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann4-140/+142
2021-08-03xsurf100: drop include of lib8390.cMichael Schmitz2-10/+5
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz2-0/+10
2021-08-03m68k: remove legacy probingArnd Bergmann8-99/+30
2021-08-03cs89x0: rework driver configurationArnd Bergmann3-26/+28
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann1-3/+0
2021-08-03appletalk: ltpc: remove static probingArnd Bergmann3-9/+2
2021-08-03natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann2-3/+0
2021-08-03bcmgenet: remove call to netdev_boot_setup_checkArnd Bergmann1-2/+0
2021-08-03Merge branch 'ethtool-runtime-pm'David S. Miller3-22/+56
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2-13/+16
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit1-3/+15
2021-08-03virtio-net: realign page_to_skb() after mergesJakub Kicinski1-19/+8
2021-08-03Merge branch 'bnxt_en-rx-ring'David S. Miller3-11/+90
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan3-8/+22
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2-3/+68
2021-08-03net: Keep vertical alignmentYajun Deng2-6/+8
2021-08-03bonding: add new option lacp_activeHangbin Liu12-10/+89