summaryrefslogtreecommitdiffstats
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)AuthorLines
2024-01-05net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki-0/+3
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki-2/+4
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki-0/+5
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki-4/+26
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki-17/+10
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-58/+68
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg-0/+3
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth-8/+8
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato-37/+38
2023-06-13ethtool: ioctl: account for sopass diff in set_wolJustin Chen-1/+2
2023-06-08ethtool: ioctl: improve error checking for set_wolJustin Chen-2/+12
2023-05-03ethtool: Fix uninitialized number of lanesIdo Schimmel-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima-5/+5
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin-1/+2
2022-11-23ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov-1/+2
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol-3/+10
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman-6/+11
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko-9/+2
2022-09-23net: phy: Add support for rate matchingSean Anderson-0/+1
2022-08-22ethtool: move from strlcpy with unused retval to strscpyWolfram Sang-4/+4
2022-06-13ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli-15/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski-2/+2
2022-01-06ethtool: use phydev variableTom Rix-4/+4
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-06net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet-2/+3
2021-11-26net: ethtool: set a default driver nameTonghao Zhang-0/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-3/+7
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen-0/+1
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski-4/+32
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski-1/+13
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-4/+3
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva-5/+7
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit-0/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-3/+12
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit-3/+15
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann-2/+1
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed-1/+1
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann-16/+120
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim-5/+5
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva-1/+1
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn-7/+7
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+1
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson-17/+1