summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-03-14ice: use ice_is_vf_trusted helper functionJacob Keller
2022-03-14ice: log an error message when eswitch fails to configureJacob Keller
2022-03-14ice: cleanup error logging for ice_ena_vfsJacob Keller
2022-03-14ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller
2022-03-14ice: refactor spoofchk control code in ice_sriov.cJacob Keller
2022-03-14ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller
2022-03-14ice: remove unused definitions from ice_sriov.hJacob Keller
2022-03-14ice: convert vf->vc_ops to a const pointerJacob Keller
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller
2022-03-14ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller
2022-03-14nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund
2022-03-14net/mlx5e: Fix use-after-free in mlx5e_stats_grp_sw_update_statsSaeed Mahameed
2022-03-14net/mlx4_en: use kzallocJulia Lawall
2022-03-14drivers: net: packetengines: fix typos in commentsJulia Lawall
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei
2022-03-14dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei
2022-03-14dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean
2022-03-14net: macvlan: add net device refcount trackerZiyang Xuan
2022-03-14net: macvlan: fix potential UAF problem for lowerdevZiyang Xuan
2022-03-13can: mcp251xfd: ring: increase number of RX-FIFOs to 3 and increase max TX-FI...Marc Kleine-Budde
2022-03-13can: mcp251xfd: add TX IRQ coalescing ethtool supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: add TX IRQ coalescing supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: add RX IRQ coalescing ethtool supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: add RX IRQ coalescing supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: ring: add support for runtime configurable RX/TX ring parametersMarc Kleine-Budde
2022-03-13can: mcp251xfd: update macros describing ring, FIFO and RAM layoutMarc Kleine-Budde
2022-03-13can: mcp251xfd: ring: prepare support for runtime configurable RX/TX ring par...Marc Kleine-Budde
2022-03-13can: mcp251xfd: ethtool: add supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: ram: coalescing supportMarc Kleine-Budde
2022-03-13can: mcp251xfd: ram: add helper function for runtime ring size calculationMarc Kleine-Budde
2022-03-13can: mcp251xfd: mcp251xfd_ring_init(): use %d to print free RAMMarc Kleine-Budde
2022-03-13can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde
2022-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-11nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe
2022-03-11nfp: take chip version into account for ring sizesJakub Kicinski
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski
2022-03-11nfp: use dev_info for the DMA maskJakub Kicinski
2022-03-11nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski
2022-03-11nfp: sort the device ID tablesJakub Kicinski
2022-03-11nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe