Age | Commit message (Expand) | Author | Files | Lines |
2022-06-14 | ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32() | Marco Bonelli | 1 | -15/+2 |
2022-06-10 | net: rename reference+tracking helpers | Jakub Kicinski | 3 | -6/+6 |
2022-05-01 | ethtool: Add 10base-T1L link mode entry | Alexandru Tachici | 1 | -0/+3 |
2022-04-15 | net: ethtool: move checks before rtnl_lock() in ethnl_set_rings | Jie Wang | 1 | -18/+18 |
2022-04-15 | net: ethtool: extend ringparam set/get APIs for tx_push | Jie Wang | 2 | -3/+17 |
2022-02-24 | ethtool: add support to set/get completion queue event size | Subbaraya Sundeep | 2 | -3/+18 |
2022-01-28 | ethtool: add header/data split indication | Jakub Kicinski | 1 | -5/+10 |
2022-01-06 | ethtool: use phydev variable | Tom Rix | 1 | -4/+4 |
2022-01-05 | netlink: do not allocate a device refcount tracker in ethnl_default_notify() | Eric Dumazet | 1 | -1/+0 |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2021-12-30 | ethtool: Remove redundant ret assignments | luo penghao | 1 | -1/+0 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
2021-12-15 | ethtool: always write dev in ethnl_parse_header_dev_get | Jakub Kicinski | 1 | -3/+2 |
2021-12-15 | ethtool: use ethnl_parse_header_dev_put() | Eric Dumazet | 16 | -18/+23 |
2021-12-14 | ethtool: fix null-ptr-deref on ref tracker | Jakub Kicinski | 1 | -2/+4 |
2021-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2021-12-08 | netlink: add net device refcount tracker to struct ethnl_req_info | Eric Dumazet | 2 | -3/+7 |
2021-12-07 | ethtool: do not perform operations on net devices being unregistered | Antoine Tenart | 1 | -1/+2 |
2021-12-07 | net: add net device refcount tracker to ethtool_phys_id() | Eric Dumazet | 1 | -2/+3 |
2021-11-30 | ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()' | Christophe JAILLET | 1 | -1/+0 |
2021-11-27 | net: ethtool: set a default driver name | Tonghao Zhang | 1 | -0/+3 |
2021-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-11-26 | ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() | Julian Wiedmann | 1 | -1/+1 |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 2 | -6/+13 |
2021-11-22 | ethtool: add support to set/get rx buf len via ethtool | Hao Chen | 2 | -3/+22 |
2021-11-22 | ethtool: add support to set/get tx copybreak buf size via ethtool | Hao Chen | 2 | -0/+2 |
2021-11-19 | ethtool: stats: Use struct_group() to clear all stats at once | Kees Cook | 1 | -8/+7 |
2021-11-03 | ethtool: fix ethtool msg len calculation for pause stats | Jakub Kicinski | 1 | -2/+1 |
2021-11-01 | ethtool: don't drop the rtnl_lock half way thru the ioctl | Jakub Kicinski | 1 | -4/+32 |
2021-11-01 | ethtool: handle info/flash data copying outside rtnl_lock | Jakub Kicinski | 1 | -41/+69 |
2021-11-01 | ethtool: push the rtnl_lock into dev_ethtool() | Jakub Kicinski | 1 | -1/+13 |
2021-10-24 | net: convert users of bitmap_foo() to linkmode_foo() | Sean Anderson | 1 | -4/+3 |
2021-10-07 | ethtool: Add ability to control transceiver modules' power mode | Ido Schimmel | 4 | -1/+204 |
2021-09-29 | ethtool: ioctl: Use array_size() helper in copy_{from,to}_user() | Gustavo A. R. Silva | 1 | -5/+7 |
2021-09-14 | ethtool: prevent endless loop if eeprom size is smaller than announced | Heiner Kallweit | 1 | -0/+4 |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 2 | -6/+19 |
2021-08-24 | ethtool: add two coalesce attributes for CQE mode | Yufeng Mo | 2 | -3/+18 |
2021-08-06 | ethtool: return error from ethnl_ops_begin if dev is NULL | Heiner Kallweit | 1 | -2/+2 |
2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -4/+2 |
2021-08-03 | ethtool: runtime-resume netdev parent in ethnl_ops_begin | Heiner Kallweit | 1 | -6/+25 |
2021-08-03 | ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e... | Heiner Kallweit | 1 | -7/+7 |
2021-08-03 | ethtool: move implementation of ethnl_ops_begin/complete to netlink.c | Heiner Kallweit | 2 | -13/+16 |
2021-08-03 | ethtool: runtime-resume netdev parent before ethtool ioctl ops | Heiner Kallweit | 1 | -3/+15 |
2021-07-27 | dev_ioctl: pass SIOCDEVPRIVATE data separately | Arnd Bergmann | 1 | -2/+1 |
2021-07-27 | ethtool: Fix rxnfc copy to user buffer overflow | Saeed Mahameed | 1 | -1/+1 |
2021-07-23 | ethtool: improve compat ioctl handling | Arnd Bergmann | 1 | -16/+120 |
2021-07-01 | net: sock: extend SO_TIMESTAMPING for PHC binding | Yangbo Lu | 1 | -0/+1 |
2021-07-01 | ethtool: add a new command for getting PHC virtual clocks | Yangbo Lu | 5 | -1/+120 |
2021-06-22 | ethtool: Validate module EEPROM offset as part of policy | Ido Schimmel | 1 | -5/+2 |
2021-06-22 | ethtool: Validate module EEPROM length as part of policy | Ido Schimmel | 1 | -4/+2 |