index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ethtool
/
netlink.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
net: ethtool: netlink: Use netdev_hold for dumpit() operations
Maxime Chevallier
1
-2
/
+3
2025-05-05
net: ethtool: phy: Convert the PHY_GET command to generic phy dump
Maxime Chevallier
1
-4
/
+5
2025-05-05
net: ethtool: Introduce per-PHY DUMP operations
Maxime Chevallier
1
-9
/
+194
2025-04-08
net: ethtool: Don't call .cleanup_data when prepare_data fails
Maxime Chevallier
1
-3
/
+5
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-07
net: ethtool: use correct device pointer in ethnl_default_dump_one()
Eric Dumazet
1
-2
/
+2
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-03-06
net: ethtool: try to protect all callback with netdev instance lock
Jakub Kicinski
1
-0
/
+12
2025-03-04
net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
Maxime Chevallier
1
-3
/
+3
2025-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
1
-3
/
+18
2025-01-20
net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()
Jakub Kicinski
1
-3
/
+6
2025-01-18
net: avoid race between device unregistration and ethnl ops
Antoine Tenart
1
-1
/
+1
2024-12-16
net: ethtool: Add support for tsconfig command to get/set hwtstamp config
Kory Maincent
1
-0
/
+18
2024-12-16
net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topology
Kory Maincent
1
-3
/
+3
2024-08-23
net: ethtool: Introduce a command to list PHYs on an interface
Maxime Chevallier
1
-0
/
+9
2024-08-23
net: ethtool: Allow passing a phy index for some commands
Maxime Chevallier
1
-2
/
+55
2024-08-12
ethtool: rss: support dumping RSS contexts
Jakub Kicinski
1
-0
/
+2
2024-07-04
ethtool: move firmware flashing flag to struct ethtool_netdev_state
Edward Cree
1
-1
/
+1
2024-06-28
ethtool: Add ability to flash transceiver modules' firmware
Danielle Ratson
1
-0
/
+39
2024-06-28
ethtool: Veto some operations during firmware flashing process
Danielle Ratson
1
-0
/
+12
2024-06-28
ethtool: Add flashing transceiver modules' firmware notifications ability
Danielle Ratson
1
-0
/
+5
2024-02-08
ethtool: do not use rtnl in ethnl_default_dumpit()
Eric Dumazet
1
-9
/
+5
2023-11-29
ethtool: don't propagate EOPNOTSUPP from dumps
Jakub Kicinski
1
-0
/
+1
2023-08-15
ethtool: netlink: always pass genl_info to .prepare_data
Jakub Kicinski
1
-5
/
+8
2023-08-15
ethtool: netlink: simplify arguments to ethnl_default_parse()
Jakub Kicinski
1
-12
/
+9
2023-08-15
genetlink: use attrs from struct genl_info
Jakub Kicinski
1
-1
/
+2
2023-07-28
net: convert some netlink netdev iterators to depend on the xarray
Jakub Kicinski
1
-48
/
+17
2023-06-15
net: create device lookup API with reference tracking
Jakub Kicinski
1
-5
/
+5
2023-06-12
net: ethtool: don't require empty header nests
Jakub Kicinski
1
-0
/
+2
2023-01-27
ethtool: netlink: convert commands to common SET
Jakub Kicinski
1
-14
/
+28
2023-01-27
ethtool: netlink: handle SET intro/outro in the common code
Jakub Kicinski
1
-1
/
+48
2023-01-23
net: ethtool: add support for MAC Merge layer
Vladimir Oltean
1
-0
/
+19
2023-01-11
net/ethtool: add netlink interface for the PLCA RS
Piergiorgio Beruto
1
-0
/
+29
2022-12-05
ethtool: add netlink based get rss support
Sudheer Mogilappagari
1
-0
/
+7
2022-10-03
ethtool: add interface to interact with Ethernet Power Equipment
Oleksij Rempel
1
-0
/
+17
2022-08-30
ethtool: report missing header via ext_ack in the default handler
Jakub Kicinski
1
-0
/
+3
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-3
/
+3
2022-01-05
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
1
-1
/
+0
2021-12-30
ethtool: Remove redundant ret assignments
luo penghao
1
-1
/
+0
2021-12-15
ethtool: always write dev in ethnl_parse_header_dev_get
Jakub Kicinski
1
-3
/
+2
2021-12-14
ethtool: fix null-ptr-deref on ref tracker
Jakub Kicinski
1
-2
/
+4
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-12-07
netlink: add net device refcount tracker to struct ethnl_req_info
Eric Dumazet
1
-3
/
+5
2021-12-06
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
1
-1
/
+2
2021-10-06
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
1
-0
/
+19
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
[next]