index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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-07-02
net-sched: change tcf_destroy_chain() to clear start of filter list
Patrick McHardy
1
-3
/
+3
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
[next]