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