index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net-sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
1
-1
/
+1
2021-03-19
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
1
-77
/
+48
2021-03-19
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
1
-14
/
+11
2021-03-19
net: move the xps maps to an array
Antoine Tenart
1
-3
/
+3
2021-03-19
net: remove the xps possible_mask
Antoine Tenart
1
-2
/
+2
2021-03-19
net: embed nr_ids in the xps maps
Antoine Tenart
1
-16
/
+22
2021-03-19
net: embed num_tc in the xps maps
Antoine Tenart
1
-28
/
+17
2021-03-19
net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
Antoine Tenart
1
-15
/
+18
2021-03-19
net-sysfs: store the return of get_netdev_queue_index in an unsigned int
Antoine Tenart
1
-4
/
+7
2021-03-19
net-sysfs: convert xps_cpus_show to bitmap_zalloc
Antoine Tenart
1
-6
/
+6
2021-02-10
net: add sysfs attribute to control napi threaded mode
Wei Wang
1
-0
/
+40
2021-02-09
net-sysfs: Add rtnl locking for getting Tx queue traffic class
Alexander Duyck
1
-3
/
+10
2020-12-29
net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
Antoine Tenart
1
-5
/
+18
2020-12-29
net-sysfs: take the rtnl lock when storing xps_rxqs
Antoine Tenart
1
-0
/
+7
2020-12-29
net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
Antoine Tenart
1
-7
/
+22
2020-12-29
net-sysfs: take the rtnl lock when storing xps_cpus
Antoine Tenart
1
-0
/
+6
2020-12-15
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-3
/
+3
2020-10-02
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
1
-2
/
+2
2020-08-19
net: Use generic ns_common::count
Christian Brauner
1
-3
/
+3
2020-08-12
net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus
Eric Dumazet
1
-5
/
+7
2020-08-04
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+9
2020-07-22
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Xiongfeng Wang
1
-1
/
+1
2020-07-08
net: Restrict receive packets queuing to housekeeping CPUs
Alex Belits
1
-1
/
+9
2020-05-15
net: core: recursively find netdev by device node
Tobias Waldekranz
1
-5
/
+5
2020-04-23
net: napi: use READ_ONCE()/WRITE_ONCE()
Eric Dumazet
1
-2
/
+2
2020-04-23
net: napi: add hard irqs deferral feature
Eric Dumazet
1
-0
/
+18
2020-04-20
net: Add testing sysfs attribute
Andrew Lunn
1
-1
/
+14
2020-04-09
net-sysfs: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2020-02-27
net-sysfs: add queue_change_owner()
Christian Brauner
1
-0
/
+106
2020-02-27
net-sysfs: add netdev_change_owner()
Christian Brauner
1
-0
/
+27
2019-12-18
net-sysfs: Call dev_hold always in rx_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2019-12-07
net-sysfs: Call dev_hold always in netdev_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2019-11-21
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2019-11-20
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2019-04-25
net-sysfs: Replace ktype default_attrs field with groups
Kimberly Brown
1
-2
/
+4
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+5
2019-04-15
Revert "net-sysfs: Fix memory leak in netdev_register_kobject"
Wang Hai
1
-9
/
+5
2019-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+13
2019-03-24
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-2
/
+2
2019-03-21
net-sysfs: Fix memory leak in netdev_register_kobject
Wang Hai
1
-5
/
+9
2019-03-19
net-sysfs: call dev_hold if kobject_init_and_add success
YueHaibing
1
-2
/
+4
2019-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-03-04
net-sysfs: Switch to bitmap_zalloc()
Andy Shevchenko
1
-7
/
+5
2019-03-04
net-sysfs: Fix mem leak in netdev_register_kobject
YueHaibing
1
-0
/
+3
2019-02-07
net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID
Florian Fainelli
1
-15
/
+4
2019-02-07
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
1
-1
/
+6
2018-12-07
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
1
-1
/
+1
[next]