index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: define an enum for the napi threaded state
Samiullah Khawaja
2025-07-25
1
-1
/
+2
*
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
2025-07-19
1
-0
/
+12
*
net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage
Kees Cook
2025-05-27
1
-2
/
+3
*
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
2025-05-27
1
-3
/
+3
*
net: core: Switch netif_set_mac_address() to struct sockaddr_storage
Kees Cook
2025-05-27
1
-2
/
+2
*
net: add missing instance lock to dev_set_promiscuity
Stanislav Fomichev
2025-05-07
1
-0
/
+23
*
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
2025-04-07
1
-0
/
+16
*
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
2025-04-03
1
-7
/
+1
*
net: reorder dev_addr_sem lock
Stanislav Fomichev
2025-03-19
1
-1
/
+3
*
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
2025-03-19
1
-2
/
+15
*
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-08
1
-0
/
+2
*
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
2025-03-06
1
-15
/
+2
*
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
2025-03-06
1
-0
/
+12
*
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
2025-03-06
1
-0
/
+65
*
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
2025-03-06
1
-0
/
+30
*
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
2025-03-06
1
-0
/
+224