* struct kernel_ethtool_ringparam - RX/TX ring configuration * @rx_buf_len: Current length of buffers on the rx ring. */ struct kernel_ethtool_ringparam { u32 rx_buf_len; }; /** * enum ethtool_supported_ring_param - indicator caps for setting ring params * @ETHTOOL_...
``ETHTOOL_SRINGPARAM`` ``ETHTOOL_MSG_RINGS_SET`` ``ETHTOOL_GPAUSEPARAM`` ``ETHTOOL_MSG_PAUSE_GET`` ``ETHTOOL_SPAUSEPARAM`` n/a ``ETHTOOL_SPAUSEPARAM`` ``ETHTOOL_MSG_PAUSE_SET`` ``ETHTOOL_GRXCSUM`` ``ETHTOOL_MSG_FEATURES_GET`` ``ETHTOOL_SRXCSUM`` ``ETHTOOL_MSG_FEATURES...
@@ -3071,6 +3135,52 @@static void gem_get_ethtool_strings(stru } } Expand DownExpand Up@@ -337,7 +337,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com> static struct net_device_stats *macb_get_stats(struct net_device *dev) ...
69f49a4552f3 net: hibmcge: Implement some ethtool_ops functions51a3c48e9b6f net: hibmcge: Implement rx_poll function to receive packets991ceb11c5cd net: hibmcge: Implement .ndo_start_xmit function2ab3ad8a5a45 net: hibmcge: Implement some .ndo functionscdde72948581 net: hibmcge: ...
- nfp: update ethtool reporting of pauseframe control - sctp: move the active_key update after sh_keys is added - RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recently - gpio: tqmx86: really make IRQ optional ...
CONFIG_ETHTOOL_NETLINK=y # # Device Drivers # CONFIG_HAVE_EISA=y # CONFIG_EISA is not set CONFIG_HAVE_PCI=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y # CONFIG_HOTPLUG_PCI_PCIE is not set # CONFIG_PCIEAER is not set CONFIG_PCIEASPM=y CONFIG_PCIEASP...
CONFIG_ETHTOOL_NETLINK=y # # Device Drivers # CONFIG_HAVE_EISA=y # CONFIG_EISA is not set CONFIG_HAVE_PCI=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y # CONFIG_HOTPLUG_PCI_PCIE is not set CONFIG_PCIEAER=y CONFIG_PCIEAER_INJECT=y CONFIG_PCIE_ECRC=y...
openSUSE: 2018:3658-1: important: the Linux Kernel - openSUSE Security Update: Security update for the Linux Kernel Announcement ID:openSUSE-SU-2018:3658
- net: ethtool: Fix documentation of ethtool_sprintf() - net: dsa: lan9303: consequently nested-lock physical MDIO - net: phylink: initialize carrier state at creation - gfs2: don't withdraw if init_threads() got interrupted - i2c: i801: fix potential race in i801_block_transaction_...
> .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 2 +- > .../ethernet/marvell/octeontx2/nic/otx2_flows.c | 20 +- > .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 27 +- > .../net/ethernet/marvell/octeontx2/nic/otx2_tc.c | 152 +++- ...