summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
* Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-1/+9
|\
| * net: Restrict receive packets queuing to housekeeping CPUsAlex Belits2020-07-081-1/+9
* | net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-211-1/+1
|/
* net: core: recursively find netdev by device nodeTobias Waldekranz2020-05-151-5/+5
* net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2020-04-231-2/+2
* net: napi: add hard irqs deferral featureEric Dumazet2020-04-231-0/+18
* net: Add testing sysfs attributeAndrew Lunn2020-04-201-1/+14
* net-sysfs: remove redundant assignment to variable retColin Ian King2020-04-091-1/+1
* net-sysfs: add queue_change_owner()Christian Brauner2020-02-261-0/+106
* net-sysfs: add netdev_change_owner()Christian Brauner2020-02-261-0/+27
* net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2019-12-171-2/+5
* net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2019-12-061-2/+5
* net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet2019-11-201-0/+1
* net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander2019-11-201-11/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-9/+5
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-7/+13
| |\ \
| * | | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-231-2/+2
* | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | net-sysfs: Replace ktype default_attrs field with groupsKimberly Brown2019-04-251-2/+4
| | |/ | |/|
* / | Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai2019-04-151-9/+5
|/ /
* | net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
* | net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-03-191-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-0/+3
|\