summaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
2024-09-09net: sysfs: Fix weird usage of class's namespace relevant fieldsZijun Hu
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-05net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato
2024-09-03net: dqs: Do not use extern for unused dql_groupBreno Leitao
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-04-15net: constify net_classHeiner Kallweit
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao
2024-02-14net-sysfs: convert netstat_show() to RCUEric Dumazet
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet
2024-02-14net-sysfs: convert netdev_show() to RCUEric Dumazet
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-14net-sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-02-18net-sysfs: add check for netdevice being present to speed_showsuresh kumar
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2021-12-08net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart