summaryrefslogtreecommitdiffstats
path: root/net/ethtool/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit2024-03-051-5/+0
* net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2024-02-281-19/+10
* net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn2024-02-231-2/+3
* ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit2024-01-311-3/+24
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-6/+6
* ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit2024-01-311-9/+39
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-3/+3
* net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki2024-01-051-0/+3
* net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder2024-01-021-15/+18
* net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki2024-01-021-2/+4
* net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki2024-01-021-0/+5
* net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2023-12-131-4/+26
* net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-131-17/+10
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-58/+68
* ethtool: Implement ethtool_puts()justinstitt@google.com2023-12-081-0/+7
* net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-051-0/+3
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-8/+8
* net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato2023-07-281-37/+38
* ethtool: ioctl: account for sopass diff in set_wolJustin Chen2023-06-131-1/+2
* ethtool: ioctl: improve error checking for set_wolJustin Chen2023-06-081-2/+12
* ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
* ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-5/+5
* 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
* 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-081-6/+11
* net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2022-11-031-9/+2
* net: phy: Add support for rate matchingSean Anderson2022-09-231-0/+1
* ethtool: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-4/+4
* ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-131-15/+2
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* ethtool: use phydev variableTom Rix2022-01-061-4/+4
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet2021-12-061-2/+3
* net: ethtool: set a default driver nameTonghao Zhang2021-11-261-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+1
|\
| * ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann2021-11-261-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-3/+7
* | ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-221-0/+1
|/
* ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+32
* ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski2021-11-011-41/+69
* ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-011-1/+13
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2021-09-291-5/+7
* ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit2021-09-141-0/+4
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-3/+12
* ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15
* dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-2/+1