Age | Commit message (Expand) | Author |
2019-06-27 | net: ethtool: Allow parsing ETHER_FLOW types when using flow_rule | Maxime Chevallier |
2019-06-12 | net: ethtool: Allow matching on vlan DEI bit | Maxime Chevallier |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-06-05 | ethtool: fix potential userspace buffer overflow | Vivien Didelot |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds |
2019-05-30 | ethtool: Check for vlan etype or vlan tci when parsing flow_rule | Maxime Chevallier |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-29 | net: ethtool: not call vzalloc for zero sized memory request | Li RongQing |
2019-03-27 | ethtool: add PHY Fast Link Down support | Heiner Kallweit |
2019-03-07 | ethtool: reduce stack usage with clang | Arnd Bergmann |
2019-02-27 | ethtool: Use explicit designated initializers for .cmd | Li RongQing |
2019-02-26 | devlink: hold a reference to the netdevice around ethtool compat | Jakub Kicinski |
2019-02-17 | ethtool: add compat for flash update | Jakub Kicinski |
2019-02-08 | ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_create | Nathan Chancellor |
2019-02-06 | ethtool: add ethtool_rx_flow_spec to flow_rule structure translator | Pablo Neira Ayuso |
2019-02-01 | ethtool: add compat for devlink info | Jakub Kicinski |
2019-02-01 | ethtool: remove unnecessary check in ethtool_get_regs() | Dan Carpenter |
2018-12-28 | ethtool: check the return value of get_regs_len | Yunsheng Lin |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-15 | ethtool: fix a privilege escalation bug | Wenwen Wang |
2018-10-15 | ethtool: fix a missing-check bug | Wenwen Wang |
2018-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-10-05 | ethtool: don't allow disabling queues with umem installed | Jakub Kicinski |
2018-10-05 | ethtool: rename local variable max -> curr | Jakub Kicinski |
2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-26 | net: core: add member wol_enabled to struct net_device | Heiner Kallweit |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-22 | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN | Maciej Żenczykowski |
2018-08-29 | ethtool: drop get_settings and set_settings callbacks | Michal Kubecek |
2018-07-16 | net: Add TLS RX offload feature | Ilya Lesokhin |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-01 | ethtool: fix a potential missing-check bug | Wenwen Wang |
2018-05-01 | net: Add TLS TX offload features | Ilya Lesokhin |
2018-04-27 | net: Allow network devices to have PHY statistics | Florian Fainelli |
2018-04-27 | net: Move PHY statistics code into PHY library helpers | Florian Fainelli |
2018-04-26 | udp: add gso support to virtual devices | Willem de Bruijn |
2018-03-31 | ethtool: enable Inline TLS in HW | Atul Gupta |
2018-03-30 | sfp/phylink: move module EEPROM ethtool access into netdev core ethtool | Russell King |
2018-03-26 | ethtool: Add support for configuring PFC stall prevention in ethtool | Inbar Karmy |
2018-03-08 | net: ethtool: extend RXNFC API to support RSS spreading of filter matches | Edward Cree |
2018-03-01 | net: ethtool: don't ignore return from driver get_fecparam method | Edward Cree |
2018-02-06 | bitmap: replace bitmap_{from,to}_u32array | Yury Norov |
2018-01-09 | ethtool: Ensure new ring parameters are within bounds during SRINGPARAM | Eugenia Emantayev |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-02 | ethtool: do not print warning for applications using legacy API | Stephen Hemminger |
2017-12-19 | net: Introduce NETIF_F_GRO_HW. | Michael Chan |