summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-031-0/+1
* net: make default_rps_mask a per netns attributePaolo Abeni2023-02-201-7/+16
* net-sysfs: make kobj_type structures constantThomas Weißschuh2023-02-141-2/+2
* net: introduce default_rps_mask netns attributePaolo Abeni2023-02-091-0/+7
* net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2023-02-091-30/+42
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-10/+10
|\
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
| * kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-221-4/+4
| * driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-4/+4
* | net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2022-11-031-2/+2
|/
* net-sysfs: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-29/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-0/+1
|\
| * net: fix data-race in dev_isalive()Eric Dumazet2022-06-171-0/+1
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-4/+4
|/
* net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-221-8/+13
* net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-0/+1
* Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-151-1/+1
|\
| * net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-02-181-1/+1
* | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
* | net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-3/+3
|/
* net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart2021-12-081-0/+7
* net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2021-12-081-0/+3
* net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-061-2/+2
* net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-061-2/+2
* net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-8/+0
* net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET2021-11-221-1/+1
* net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+2
|\
| * net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-10-251-2/+2
* | net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart2021-10-081-0/+55
* | of: net: move of_net under net/Jakub Kicinski2021-10-071-1/+1
|/
* net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart2021-03-221-1/+1
* net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart2021-03-181-77/+48
* net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart2021-03-181-14/+11
* net: move the xps maps to an arrayAntoine Tenart2021-03-181-3/+3
* net: remove the xps possible_maskAntoine Tenart2021-03-181-2/+2
* net: embed nr_ids in the xps mapsAntoine Tenart2021-03-181-16/+22
* net: embed num_tc in the xps mapsAntoine Tenart2021-03-181-28/+17
* net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart2021-03-181-15/+18
* net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart2021-03-181-4/+7
* net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart2021-03-181-6/+6
* net: add sysfs attribute to control napi threaded modeWei Wang2021-02-091-0/+40
* net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck2021-02-081-3/+10
* net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2020-12-281-5/+18
* net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2020-12-281-0/+7
* net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2020-12-281-7/+22
* net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2020-12-281-0/+6
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-3/+3
|\
| * net: Use generic ns_common::countChristian Brauner2020-08-191-3/+3
* | net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin2020-10-011-2/+2
|/