aboutsummaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
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
2021-10-07of: net: move of_net under net/Jakub Kicinski
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: remove the xps possible_maskAntoine Tenart
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart
2021-03-18net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart
2021-03-18net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart
2021-03-18net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-08net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin
2020-08-19net: Use generic ns_common::countChristian Brauner
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-07-08net: Restrict receive packets queuing to housekeeping CPUsAlex Belits
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet
2020-04-20net: Add testing sysfs attributeAndrew Lunn
2020-04-09net-sysfs: remove redundant assignment to variable retColin Ian King
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet