aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/net-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+62
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao1-11/+24
2024-02-14net-sysfs: convert netstat_show() to RCUEric Dumazet1-3/+3
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-3/+1
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet1-3/+7
2024-02-14net-sysfs: convert netdev_show() to RCUEric Dumazet1-7/+10
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet1-2/+2
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg1-2/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg1-1/+7
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski1-0/+1
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni1-7/+16
2023-02-14net-sysfs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni1-0/+7
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni1-30/+42
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+10
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-4/+4
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-4/+4
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko1-2/+2
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen1-29/+29
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet1-0/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-4/+4
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-8/+13
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski1-0/+1
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar1-1/+1
2022-02-18net-sysfs: add check for netdevice being present to speed_showsuresh kumar1-1/+1
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-2/+2
2022-02-16net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-3/+3
2021-12-08net-sysfs: warn if new queue objects are being created during device unregistrationAntoine Tenart1-0/+7
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet1-2/+2
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-2/+2
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-8/+0
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-5/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart1-0/+55
2021-10-07of: net: move of_net under net/Jakub Kicinski1-1/+1
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart1-1/+1
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-3/+3
2021-03-18net: remove the xps possible_maskAntoine Tenart1-2/+2
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart1-16/+22
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart1-28/+17
2021-03-18net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart1-15/+18
2021-03-18net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart1-4/+7