index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_sfq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-12
/
+8
2010-12-20
net_sched: sch_sfq: fix allot handling
Eric Dumazet
1
-12
/
+8
2010-12-20
net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()
Eric Dumazet
1
-1
/
+6
2010-08-19
net_sched: sch_sfq: use proto_ports_offset() to support AH message
Changli Gao
1
-17
/
+16
2010-08-11
pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops
Jarek Poplawski
1
-0
/
+6
2010-08-10
net: Use NET_XMIT_SUCCESS where possible.
Ben Greear
1
-1
/
+1
2010-08-10
pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...
Jarek Poplawski
1
-0
/
+6
2010-08-07
pkt_sched: Fix sch_sfq vs tcf_bind_filter oops
Jarek Poplawski
1
-0
/
+7
2010-08-04
sch_sfq: add sanity check for the packet length
Changli Gao
1
-9
/
+20
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
1
-5
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-06
net_sched: make cls_ops->change and cls_ops->delete optional
Patrick McHardy
1
-7
/
+0
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-1
/
+1
2009-01-08
remove lots of double-semicolons
Fernando Carrijo
1
-1
/
+1
2008-12-21
pkt_sched: Annotate uninitialized var in sfq_enqueue()
Jarek Poplawski
1
-1
/
+1
2008-11-13
pkt_sched: Remove qdisc->ops->requeue() etc.
Jarek Poplawski
1
-63
/
+0
2008-10-31
pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.
Patrick McHardy
1
-0
/
+12
2008-09-20
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
1
-2
/
+2
2008-08-04
net_sched: Add qdisc __NET_XMIT_BYPASS flag
Jarek Poplawski
1
-3
/
+3
2008-08-04
net_sched: Add qdisc __NET_XMIT_STOLEN flag
Jarek Poplawski
1
-1
/
+1
2008-07-26
Revert "pkt_sched: sch_sfq: dump a real number of flows"
David S. Miller
1
-8
/
+1
2008-07-23
pkt_sched: sch_sfq: dump a real number of flows
Jarek Poplawski
1
-1
/
+8
2008-07-20
net_sched: Add accessor function for packet length for qdiscs
Jussi Kivilinna
1
-8
/
+8
2008-07-08
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
1
-2
/
+2
2008-07-01
net-sched: change tcf_destroy_chain() to clear start of filter list
Patrick McHardy
1
-1
/
+1
2008-04-29
sch_sfq: use del_timer_sync() in sfq_destroy()
Jarek Poplawski
1
-1
/
+2
2008-01-31
[NET_SCHED]: sch_sfq: make internal queues visible as classes
Patrick McHardy
1
-1
/
+40
2008-01-31
[NET_SCHED]: sch_sfq: add support for external classifiers
Patrick McHardy
1
-4
/
+91
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-6
/
+6
2008-01-28
[PKT_SCHED] SFQ: whitespace cleanup
Stephen Hemminger
1
-17
/
+25
2008-01-28
[PKT_SCHED] SFQ: use net_random
Stephen Hemminger
1
-3
/
+3
2008-01-28
[PKT_SCHED] SFQ: timer is deferrable
Stephen Hemminger
1
-1
/
+3
2008-01-28
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
1
-1
/
+1
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-3
/
+1
2007-10-01
[SFQ]: Remove artificial limitation for queue limit.
Alexey Kuznetsov
1
-16
/
+31
2007-09-20
[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'
Alexey Kuznetsov
1
-5
/
+5
2007-07-10
[NET_SCHED]: Remove unnecessary includes
Patrick McHardy
1
-16
/
+2
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-10
[NET] SCHED: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-3
/
+3
2007-02-08
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
1
-0
/
+2
2006-12-02
[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
Patrick McHardy
1
-0
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[PKT_SCHED]: Keep backlog counter in sch_sfq
Patrick McHardy
1
-0
/
+5
2006-01-17
[PKT_SCHED]: Handle SCTP/DCCP in sfq_hash
Patrick McHardy
1
-0
/
+4
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+497
[prev]