index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Age
Commit message (
Expand
)
Author
2025-03-25
net: designate queue counts as "double ops protected" by instance lock
Jakub Kicinski
2025-03-25
net: rfs: hash function change
Eric Dumazet
2025-03-19
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
2025-02-27
net-sysfs: remove unused initial ret values
Antoine Tenart
2025-02-24
net-sysfs: restore behavior for not running devices
Eric Dumazet
2025-02-05
net-sysfs: remove rtnl_trylock from queue attributes
Antoine Tenart
2025-02-05
net-sysfs: prevent uncleared queues from being re-added
Antoine Tenart
2025-02-05
net-sysfs: move queue attribute groups outside the default groups
Antoine Tenart
2025-02-05
net-sysfs: remove rtnl_trylock from device attributes
Antoine Tenart
2025-01-15
net: protect NAPI config fields with netdev_lock()
Jakub Kicinski
2025-01-15
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
2024-10-14
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
2024-10-14
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
2024-09-09
net: sysfs: Fix weird usage of class's namespace relevant fields
Zijun Hu
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-05
net: napi: Prevent overflow of napi_defer_hard_irqs
Joe Damato
2024-09-03
net: dqs: Do not use extern for unused dql_group
Breno Leitao
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-08-26
ethtool: check device is present when getting link settings
Jamie Bainbridge
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2024-05-03
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
2024-04-15
net: constify net_class
Heiner Kallweit
2024-04-08
net: dqs: use sysfs_emit() in favor of sprintf()
Eric Dumazet
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
2024-02-19
net: sysfs: Do not create sysfs for non BQL device
Breno Leitao
2024-02-14
net-sysfs: convert netstat_show() to RCU
Eric Dumazet
2024-02-14
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
2024-02-14
net-sysfs: use dev_addr_sem to remove races in address_show()
Eric Dumazet
2024-02-14
net-sysfs: convert netdev_show() to RCU
Eric Dumazet
2024-02-14
net: annotate data-races around dev->name_assign_type
Eric Dumazet
2023-12-08
net: sysfs: fix locking in carrier read
Johannes Berg
2023-12-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-02-20
net: make default_rps_mask a per netns attribute
Paolo Abeni
2023-02-14
net-sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
net: introduce default_rps_mask netns attribute
Paolo Abeni
2023-02-09
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
2022-11-03
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
2022-09-30
net-sysfs: Convert to use sysfs_emit() APIs
Wang Yufen
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
[next]