summaryrefslogtreecommitdiff
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
* net: ethtool: coalesce: try to make user settings stick twiceJakub Kicinski2023-04-241-11/+43
* net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean2023-04-201-0/+10
* net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean2023-04-131-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-3/+4
|\
| * ethtool: reset #lanes when lanes is omittedAndy Roulin2023-04-041-3/+4
* | ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-5/+5
* | ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2023-03-272-3/+33
|/
* net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean2023-02-211-1/+1
* ethtool: pse-pd: Fix double word in commentsBo Liu2023-02-211-1/+1
* net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson2023-02-132-3/+16
* ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean2023-02-071-1/+1
* ethtool: netlink: convert commands to common SETJakub Kicinski2023-01-2716-725/+508
* ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski2023-01-273-50/+100
* net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean2023-01-251-1/+1
* net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean2023-01-251-1/+1
* ethtool: Add and use ethnl_update_bool.David S. Miller2023-01-232-1/+27
* net: ethtool: add helpers for aggregate statisticsVladimir Oltean2023-01-231-0/+127
* net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean2023-01-235-3/+99
* net: ethtool: add support for MAC Merge layerVladimir Oltean2023-01-234-2/+280
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-4/+7
|\
| * ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari2023-01-121-4/+7
* | plca.c: fix obvious mistake in checking retvalPiergiorgio Beruto2023-01-131-5/+5
* | ethtool: add tx aggregation parametersDaniele Palmas2023-01-131-2/+20
* | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-111-0/+8
* | net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto2023-01-114-1/+313
|/
* net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
* net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
* net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2
* net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-0/+1
* ethtool: add netlink based get rss supportSudheer Mogilappagari2022-12-054-1/+163
* ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov2022-11-231-1/+2
* ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol2022-11-101-3/+10
* ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman2022-11-084-11/+92
* ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2022-11-081-1/+23
* net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2022-11-031-9/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+1
|\
| * ethtool: eeprom: fix null-deref on genl_info in dumpXin Long2022-10-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-1/+1
|\ \ | |/
| * ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski2022-10-211-1/+1
* | ethtool: Add support for 800Gbps link modesAmit Cohen2022-10-241-0/+14
|/
* ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-035-1/+209
* net: phy: Add support for rate matchingSean Anderson2022-09-232-0/+6
* ethtool: tunnels: check the return value of nla_nest_start()Li Zhong2022-09-221-0/+2
* ethtool: report missing header via ext_ack in the default handlerJakub Kicinski2022-08-301-0/+3
* ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ackJakub Kicinski2022-08-301-1/+1
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* ethtool: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-4/+4
* net: delete extra space and tab in blank lineWilliam Dean2022-07-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+1
|\