index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET_SCHED]: Fix warning
Patrick McHardy
2007-04-25
1
-1
/
+2
*
[NET_SCHED]: sch_cbq: fix watchdog scheduled too late
Patrick McHardy
2007-04-25
1
-1
/
+1
*
[NET_SCHED]: Export real timer resolution in /proc/net/psched
Patrick McHardy
2007-04-25
1
-1
/
+1
*
[NET_SCHED]: kill jiffie conversion macros
Patrick McHardy
2007-04-25
2
-7
/
+7
*
[NET_SCHED]: sch_htb: use hrtimer based watchdog
Patrick McHardy
2007-04-25
1
-60
/
+31
*
[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
Patrick McHardy
2007-04-25
1
-29
/
+41
*
[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non-active priorites
Patrick McHardy
2007-04-25
1
-1
/
+1
*
[NET_SCHED]: sch_cbq: use hrtimer based watchdog
Patrick McHardy
2007-04-25
1
-21
/
+7
*
[NET_SCHED]: sch_netem: use hrtimer based watchdog
Patrick McHardy
2007-04-25
1
-20
/
+5
*
[NET_SCHED]: sch_tbf: use hrtimer based watchdog
Patrick McHardy
2007-04-25
1
-24
/
+7
*
[NET_SCHED]: sch_hfsc: use hrtimer based watchdog
Patrick McHardy
2007-04-25
1
-25
/
+7
*
[NET_SCHED]: Add hrtimer based qdisc watchdog
Patrick McHardy
2007-04-25
1
-0
/
+36
*
[NET_SCHED]: Use ktime as clocksource
Patrick McHardy
2007-04-25
3
-159
/
+5
*
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
2007-04-25
3
-4
/
+4
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
4
-6
/
+6
*
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2007-04-25
3
-3
/
+3
*
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[NET] SCHED: Use htons() where appropriate.
YOSHIFUJI Hideaki
2007-04-25
2
-2
/
+2
*
[NET_SCHED]: cls_tcindex: fix compatibility breakage
Patrick McHardy
2007-04-09
1
-2
/
+2
*
[NET_SCHED]: cls_basic: fix memory leak in basic_destroy
Patrick McHardy
2007-04-02
1
-0
/
+1
*
[IFB]: Fix crash on input device removal
Patrick McHardy
2007-03-29
1
-1
/
+1
*
[NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notify
Patrick McHardy
2007-03-27
2
-4
/
+6
*
[NET]: Remove dead net/sched/Makefile entry for sch_hpfq.o.
Robert P. J. Day
2007-03-26
1
-1
/
+0
*
[NET_SCHED]: cls_basic: fix NULL pointer dereference
Patrick McHardy
2007-03-25
1
-9
/
+7
*
[NET]: fix up misplaced inlines.
Dave Jones
2007-03-22
1
-1
/
+1
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
21
-21
/
+0
*
[NET_SCHED]: sch_hfsc: replace ASSERT macro by WARN_ON
Patrick McHardy
2007-02-13
1
-14
/
+1
*
[PATCH] mark struct file_operations const 8
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
33
-207
/
+207
*
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
2007-02-08
1
-1
/
+1
*
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
2007-02-08
1
-0
/
+2
*
[NET]: user of the jiffies rounding code: Networking
Arjan van de Ven
2007-02-08
1
-1
/
+1
*
[NET_SCHED] sch_prio: class statistics printing enabled
Jarek Poplawski
2007-02-08
1
-0
/
+15
*
[NET_SCHED]: act_ipt: fix regression in ipt action
Patrick McHardy
2007-02-02
1
-3
/
+5
*
[NET_SCHED] sch_htb: turn intermediate classes into leaves
Jarek Poplawski
2006-12-08
1
-0
/
+51
*
[NET_SCHED] sch_cbq: deactivating when grafting, purging etc.
Jarek Poplawski
2006-12-08
1
-4
/
+17
*
[NET_SCHED]: cls_fw: fix NULL pointer dereference
Patrick McHardy
2006-12-06
1
-1
/
+2
*
[PKT_SCHED] act_gact: division by zero
Kim Nordlund
2006-12-02
1
-2
/
+2
*
[NET_SCHED]: policer: restore compatibility with old iproute binaries
Patrick McHardy
2006-12-02
1
-4
/
+22
*
[PKT_SCHED]: Remove unused exports.
Adrian Bunk
2006-12-02
2
-4
/
+0
*
[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures
Patrick McHardy
2006-12-02
3
-5
/
+3
*
[NET_SCHED]: Fix endless loops (part 4): HTB
Patrick McHardy
2006-12-02
1
-7
/
+17
*
[NET_SCHED]: Fix endless loops (part 3): HFSC
Patrick McHardy
2006-12-02
1
-5
/
+13
*
[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
Patrick McHardy
2006-12-02
7
-10
/
+22
*
[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)
Patrick McHardy
2006-12-02
1
-6
/
+32
*
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
2006-12-02
10
-23
/
+39
*
[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->delete
Patrick McHardy
2006-12-02
1
-1
/
+6
*
[SCHED]: Use kmemdup & kzalloc where appropriate
Arnaldo Carvalho de Melo
2006-12-02
6
-15
/
+7
*
[NET]: net/sched annotations.
Al Viro
2006-12-02
3
-10
/
+10
*
[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.
David Kimdon
2006-12-02
2
-1
/
+6
[next]