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
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
2018-08-10
net: allow to call netif_reset_xps_queues() under cpus_read_lock
Andrei Vagin
1
-0
/
+4
2018-07-21
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
1
-18
/
+0
2018-07-21
net-sysfs: make sure objects belong to container's owner
Dmitry Torokhov
1
-1
/
+46
2018-07-21
net-sysfs: require net admin in the init ns for setting tx_maxrate
Tyler Hicks
1
-0
/
+3
2018-07-09
net: Add support for subordinate device traffic classes
Alexander Duyck
1
-1
/
+20
2018-07-09
net-sysfs: Drop support for XPS and traffic_class on single queue device
Alexander Duyck
1
-2
/
+13
2018-07-02
net-sysfs: Add interface for Rx queue(s) map per Tx queue
Amritha Nambiar
1
-0
/
+83
2018-07-02
net: Refactor XPS for CPUs and Rx queues
Amritha Nambiar
1
-2
/
+2
2018-06-01
net-sysfs: Fix memory leak in XPS configuration
Alexander Duyck
1
-3
/
+3
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-6
/
+6
2018-01-29
net: introduce helper dev_change_tx_queue_len()
Cong Wang
1
-24
/
+1
2018-01-22
net: core: Expose number of link up/down transitions
David Decotigny
1
-1
/
+24
2018-01-15
net: Convert atomic_t net::count to refcount_t
Kirill Tkhai
1
-3
/
+3
2017-11-14
net-sysfs: trigger netlink notification on ifalias change via sysfs
Roopa Prabhu
1
-3
/
+14
2017-10-04
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
1
-9
/
+8
2017-08-19
net: style cleanups
stephen hemminger
1
-32
/
+36
2017-08-19
net: mark receive queue attributes ro_after_init
stephen hemminger
1
-12
/
+13
2017-08-19
net: make queue attributes ro_after_init
stephen hemminger
1
-21
/
+19
2017-08-19
net: make BQL sysfs attributes ro_after_init
stephen hemminger
1
-11
/
+11
2017-08-19
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
1
-26
/
+11
2017-08-19
net: make net sysfs attributes ro_after_init
stephen hemminger
1
-2
/
+2
2017-08-19
net: constify net_ns_type_operations
stephen hemminger
1
-1
/
+1
2017-08-19
net: make net_class ro_after_init
stephen hemminger
1
-1
/
+1
2017-08-19
net: constify netdev_class_file
stephen hemminger
1
-2
/
+2
2017-08-19
net: don't decrement kobj reference count on init failure
stephen hemminger
1
-12
/
+10
2017-07-01
net: convert net.passive from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-29
net: constify attribute_group structures.
Arvind Yadav
1
-3
/
+3
2017-05-18
net: make struct net_device::tx_queue_len unsigned int
Alexey Dobriyan
1
-2
/
+6
2017-03-14
net: use net->count to check whether a netns is alive or not
Andrey Vagin
1
-3
/
+3
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-10-31
net: Add support for XPS with QoS via traffic classes
Alexander Duyck
1
-11
/
+20
2016-10-31
net: Add sysfs value to determine queue traffic class
Alexander Duyck
1
-1
/
+19
2016-10-28
net: skip genenerating uevents for network namespaces that are exiting
Andrey Vagin
1
-3
/
+11
2016-07-01
net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
Jason Wang
1
-1
/
+14
2016-06-08
net-sysfs: fix missing <linux/of_net.h>
Ben Dooks
1
-0
/
+1
2016-02-26
net: core: use __ethtool_get_ksettings
David Decotigny
1
-6
/
+9
2016-02-18
net-sysfs: remove unused fmt_long_hex
Colin Ian King
1
-1
/
+0
2016-02-06
net: add rx_nohandler stat counter
Jarod Wilson
1
-0
/
+2
2015-12-22
net-sysfs: use to_net_dev in net_namespace()
Geliang Tang
1
-2
/
+2
2015-12-15
switchdev: Pass original device to port netdev driver
Ido Schimmel
1
-0
/
+1
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
1
-1
/
+1
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2015-09-30
net sysfs: Print link speed as signed integer
Alexander Stein
1
-2
/
+1
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+9
2015-09-25
net: fix net_device refcounting
Russell King
1
-0
/
+9
2015-09-18
net-sysfs: get_netdev_queue_index() cleanup
Thadeu Lima de Souza Cascardo
1
-6
/
+3
2015-08-14
net: allow sleeping when modifying store_rps_map
Sasha Levin
1
-4
/
+4
2015-08-08
net: Fix race condition in store_rps_map
Tom Herbert
1
-4
/
+7
2015-07-16
net core: Add protodown support.
Anuradha Karuppiah
1
-0
/
+14
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
1
-2
/
+2
[next]