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
/
sched
/
sch_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-0
/
+3
2008-04-15
[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop
Jarek Poplawski
1
-0
/
+3
2008-03-25
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-5
/
+5
2008-01-29
[NET_SCHED]: sch_api: introduce constant for rate table size
Patrick McHardy
1
-1
/
+2
2008-01-29
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
Patrick McHardy
1
-2
/
+2
2008-01-29
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-38
/
+49
2008-01-29
[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol
Patrick McHardy
1
-5
/
+4
2008-01-29
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
1
-2
/
+2
2008-01-29
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
1
-0
/
+21
2008-01-29
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-6
/
+6
2007-10-11
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...
Patrick McHardy
1
-1
/
+4
2007-10-11
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-5
/
+5
2007-10-11
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-1
/
+2
2007-07-31
[NET]: Fix sch_api to properly set sch->parent on the root.
Patrick McHardy
1
-5
/
+12
2007-07-15
[NET_SCHED]: act_api: qdisc internal reclassify support
Patrick McHardy
1
-29
/
+38
2007-07-15
[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimization
Patrick McHardy
1
-5
/
+1
2007-07-11
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
1
-12
/
+0
2007-07-11
[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
Patrick McHardy
1
-6
/
+0
2007-05-04
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
1
-2
/
+5
2007-04-26
[NET_SCHED]: ingress: switch back to using ingress_lock
Patrick McHardy
1
-11
/
+15
2007-04-26
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
1
-19
/
+3
2007-04-26
[NET_SCHED]: qdisc: remove unnecessary memory barriers
Patrick McHardy
1
-2
/
+0
2007-04-26
[NET_SCHED]: Unline tcf_destroy
Patrick McHardy
1
-0
/
+18
2007-04-26
[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeup
Stephen Hemminger
1
-1
/
+7
2007-04-26
[NETEM]: avoid excessive requeues
Stephen Hemminger
1
-0
/
+3
2007-04-26
[PKT_SCHED] qdisc: Use rtnl registration interface
Thomas Graf
1
-20
/
+7
2007-04-26
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-26
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-4
/
+4
2007-04-26
[NET_SCHED]: Fix warning
Patrick McHardy
1
-1
/
+2
2007-04-26
[NET_SCHED]: Export real timer resolution in /proc/net/psched
Patrick McHardy
1
-1
/
+1
2007-04-26
[NET_SCHED]: Add hrtimer based qdisc watchdog
Patrick McHardy
1
-0
/
+36
2007-04-26
[NET_SCHED]: Use ktime as clocksource
Patrick McHardy
1
-75
/
+2
2007-04-26
[NET] SCHED: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
1
-1
/
+1
2007-02-11
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-9
/
+9
2006-12-03
[PKT_SCHED]: Remove unused exports.
Adrian Bunk
1
-1
/
+0
2006-12-03
[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)
Patrick McHardy
1
-6
/
+32
2006-12-03
[NET]: net/sched annotations.
Al Viro
1
-1
/
+1
2006-09-29
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
Patrick McHardy
1
-8
/
+8
2006-08-05
[PKT_SCHED]: Return ENOENT if qdisc module is unavailable
Jamal Hadi Salim
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2005-09-10
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
1
-1
/
+1
2005-08-30
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
1
-2
/
+2
2005-07-06
[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocation
Thomas Graf
1
-5
/
+17
2005-07-06
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
Thomas Graf
1
-32
/
+9
2005-06-28
[NETLINK]: Missing initializations in dumped data
Patrick McHardy
1
-0
/
+2
2005-06-19
[NETLINK]: Explicit typing
Jamal Hadi Salim
1
-6
/
+4
2005-05-04
[PKT_SCHED]: netetm: adjust parent qlen when duplicating
Stephen Hemminger
1
-0
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1296