summaryrefslogtreecommitdiff
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27ethtool: check device is present when getting link settingsJamie Bainbridge1-0/+3
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski1-8/+30
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski1-2/+3
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-3/+11
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-3/+11
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-07-13net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-10/+36
2024-07-12net: ethtool: Fix RSS settingSaeed Mahameed1-1/+2
2024-07-12ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski1-3/+1
2024-07-05ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree1-4/+4
2024-07-04net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-06-29net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+7
2024-06-29net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-29net: ethtool: let the core choose RSS context IDsEdward Cree1-12/+34
2024-06-29net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-1/+73
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-1/+1
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson1-0/+12
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-03-06ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit1-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn1-19/+10
2024-02-24net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit1-3/+24
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-3/+3
2024-01-06net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki1-0/+3
2024-01-03net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder1-15/+18
2024-01-03net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki1-2/+4
2024-01-03net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki1-0/+5
2023-12-14net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki1-4/+26
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-17/+10
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-58/+68
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+7
2023-12-06net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+3
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-8/+8
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato1-37/+38
2023-06-14ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-09ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12
2023-05-03ethtool: Fix uninitialized number of lanesIdo Schimmel1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-5/+5
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin1-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin1-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin1-1/+2
2022-11-24ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol1-3/+10
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman1-6/+11
2022-11-04net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko1-9/+2