index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_fq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add MODULE_DESCRIPTION entries to network modules
Rob Gill
2020-06-20
1
-0
/
+1
*
net_sched: sch_fq: add horizon attribute
Eric Dumazet
2020-05-04
1
-5
/
+54
*
net_sched: sch_fq: perform a prefetch() earlier
Eric Dumazet
2020-05-03
1
-1
/
+1
*
net_sched: sch_fq: do not call fq_peek() twice per packet
Eric Dumazet
2020-05-03
1
-18
/
+16
*
net_sched: sch_fq: use bulk freeing in fq_gc()
Eric Dumazet
2020-05-03
1
-7
/
+11
*
net_sched: sch_fq: change fq_flow size/layout
Eric Dumazet
2020-05-03
1
-2
/
+7
*
net_sched: sch_fq: avoid touching f->next from fq_gc()
Eric Dumazet
2020-05-03
1
-8
/
+13
*
net_sched: sch_fq: enable use of hrtimer slack
Eric Dumazet
2020-03-17
1
-4
/
+17
*
net: fq: add missing attribute validation for orphan mask
Jakub Kicinski
2020-03-03
1
-0
/
+1
*
pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
Eric Dumazet
2020-01-08
1
-2
/
+4
*
net_sched: sch_fq: properly set sk->sk_pacing_status
Eric Dumazet
2019-12-26
1
-9
/
+8
*
net_sched: sch_fq: remove one obsolete check in fq_dequeue()
Eric Dumazet
2019-10-15
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
net_sched: sch_fq: handle non connected flows
Eric Dumazet
2019-05-07
1
-2
/
+13
*
net_sched: sch_fq: do not assume EDT packets are ordered
Eric Dumazet
2019-05-07
1
-12
/
+83
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-1
/
+2
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net_sched: sch_fq: avoid calling ktime_get_ns() if not needed
Eric Dumazet
2018-11-20
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-19
1
-12
/
+19
|
\
|
*
net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows
Eric Dumazet
2018-11-15
1
-12
/
+19
*
|
net_sched: sch_fq: add dctcp-like marking
Eric Dumazet
2018-11-11
1
-0
/
+21
|
/
*
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()
Eric Dumazet
2018-10-15
1
-1
/
+1
*
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
2018-10-15
1
-8
/
+12
*
tcp/fq: move back to CLOCK_MONOTONIC
Eric Dumazet
2018-10-01
1
-3
/
+3
*
net_sched: sch_fq: remove dead code dealing with retransmits
Eric Dumazet
2018-09-21
1
-53
/
+5
*
tcp: switch tcp and sch_fq to new earliest departure time model
Eric Dumazet
2018-09-21
1
-10
/
+11
*
net_sched: sch_fq: switch to CLOCK_TAI
Eric Dumazet
2018-09-21
1
-3
/
+3
*
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
1
-1
/
+1
*
net_sched: fq: take care of throttled flows before reuse
Eric Dumazet
2018-05-02
1
-12
/
+25
*
net: sched: sch: add extack for change qdisc ops
Alexander Aring
2017-12-21
1
-2
/
+3
*
net: sched: sch: add extack for init callback
Alexander Aring
2017-12-21
1
-1
/
+2
*
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
1
-1
/
+1
*
tcp: internal implementation for pacing
Eric Dumazet
2017-05-16
1
-0
/
+8
*
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
2017-05-08
1
-11
/
+1
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-1
/
+1
*
net_sched: sch_fq: use rb_entry()
Geliang Tang
2016-12-20
1
-7
/
+7
*
net_sched: sch_fq: use hash_ptr()
Eric Dumazet
2016-11-17
1
-2
/
+2
*
net_sched: sch_fq: account for schedule/timers drifts
Eric Dumazet
2016-09-23
1
-3
/
+18
*
net_sched: sch_fq: add low_rate_threshold parameter
Eric Dumazet
2016-09-21
1
-3
/
+19
*
pkt_sched: fq: use proper locking in fq_dump_stats()
Eric Dumazet
2016-09-18
1
-14
/
+18
*
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
2016-06-25
1
-3
/
+4
*
net_sched: sch_fq: defer skb freeing
Eric Dumazet
2016-06-15
1
-6
/
+13
*
net_sched: remove generic throttled management
Eric Dumazet
2016-06-10
1
-2
/
+1
*
net_sched: update hierarchical backlog too
WANG Cong
2016-02-29
1
-1
/
+3
*
net: synack packets can be attached to request sockets
Eric Dumazet
2015-10-11
1
-1
/
+2
*
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
2015-10-03
1
-5
/
+7
*
pkt_sched: fq: correct spelling of locally
Simon Horman
2015-04-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
1
-2
/
+8
|
\
|
*
pkt_sched: fq: avoid hang when quantum 0
Kenneth Klette Jonassen
2015-02-04
1
-2
/
+8
*
|
pkt_sched: fq: better control of DDOS traffic
Eric Dumazet
2015-02-04
1
-2
/
+17
[next]