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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
pie: remove unnecessary type casting
Leslie Monis
2020-03-04
1
-2
/
+2
*
|
|
pie: use term backlog instead of qlen
Leslie Monis
2020-03-04
1
-11
/
+11
*
|
|
net/sched: act_ct: Use pskb_network_may_pull()
Paul Blakey
2020-03-04
1
-8
/
+8
*
|
|
net/sched: act_ct: Fix ipv6 lookup of offloaded connections
Paul Blakey
2020-03-04
1
-34
/
+26
*
|
|
net/sched: act_ct: Software offload of established flows
Paul Blakey
2020-03-03
1
-2
/
+158
*
|
|
net/sched: act_ct: Offload established connections to flow table
Paul Blakey
2020-03-03
1
-0
/
+63
*
|
|
net/sched: act_ct: Create nf flow table per zone
Paul Blakey
2020-03-03
2
-2
/
+134
*
|
|
net: sched: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-29
4
-4
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sched: act: count in the size of action flags bitfield
Jiri Pirko
2020-02-26
1
-0
/
+1
*
|
|
flow_offload: pass action cookie through offload structures
Jiri Pirko
2020-02-25
1
-1
/
+30
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
1
-0
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
net: sched: correct flower port blocking
Jason Baron
2020-02-17
1
-0
/
+1
*
|
net: sched: don't take rtnl lock during flow_action setup
Vlad Buslov
2020-02-17
3
-13
/
+5
*
|
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
2020-02-17
2
-8
/
+11
|
/
*
net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
Davide Caratti
2020-02-13
1
-0
/
+1
*
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
Davide Caratti
2020-02-13
1
-0
/
+1
*
taprio: Fix dropping packets when using taprio + ETF offloading
Vinicius Costa Gomes
2020-02-07
1
-2
/
+2
*
taprio: Use taprio_reset_tc() to reset Traffic Classes configuration
Vinicius Costa Gomes
2020-02-07
1
-1
/
+1
*
taprio: Add missing policy validation for flags
Vinicius Costa Gomes
2020-02-07
1
-0
/
+1
*
taprio: Fix still allowing changing the flags during runtime
Vinicius Costa Gomes
2020-02-07
1
-20
/
+41
*
taprio: Fix enabling offload with wrong number of traffic classes
Vinicius Costa Gomes
2020-02-07
1
-13
/
+13
*
net: sched: prevent a use after free
Dan Carpenter
2020-02-06
1
-1
/
+1
*
net_sched: fix a resource leak in tcindex_set_parms()
Cong Wang
2020-02-05
1
-2
/
+1
*
net_sched: fix an OOB access in cls_tcindex
Cong Wang
2020-02-04
1
-20
/
+20
*
cls_rsvp: fix rsvp_policy
Eric Dumazet
2020-02-01
1
-4
/
+2
*
sch_choke: Use kvcalloc
Joe Perches
2020-01-29
1
-1
/
+1
*
net_sched: ematch: reject invalid TCF_EM_SIMPLE
Eric Dumazet
2020-01-27
1
-0
/
+3
*
net_sched: walk through all child classes in tc_bind_tclass()
Cong Wang
2020-01-27
1
-11
/
+30
*
net_sched: fix ops->bind_class() implementations
Cong Wang
2020-01-27
10
-29
/
+76
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
2
-4
/
+3
|
\
|
*
net_sched: fix datalen for ematch
Cong Wang
2020-01-23
1
-1
/
+1
|
*
net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
Eric Dumazet
2020-01-22
1
-3
/
+2
*
|
net: sched: Make TBF Qdisc offloadable
Petr Machata
2020-01-25
1
-0
/
+55
*
|
net: sched: sch_tbf: Don't overwrite backlog before dumping
Petr Machata
2020-01-25
1
-1
/
+0
*
|
net: sched: add Flow Queue PIE packet scheduler
Mohit P. Tahiliani
2020-01-23
3
-0
/
+576
*
|
net: sched: pie: export symbols to be reused by FQ-PIE
Mohit P. Tahiliani
2020-01-23
1
-85
/
+88
*
|
net: sched: pie: fix alignment in struct instances
Mohit P. Tahiliani
2020-01-23
1
-9
/
+9
*
|
net: sched: pie: fix commenting
Mohit P. Tahiliani
2020-01-23
1
-5
/
+5
*
|
pie: rearrange structure members and their initializations
Mohit P. Tahiliani
2020-01-23
1
-1
/
+1
*
|
net: sched: pie: move common code to pie.h
Mohit P. Tahiliani
2020-01-23
1
-85
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
2
-4
/
+14
|
\
|
|
*
net: sched: act_ctinfo: fix memory leak
Eric Dumazet
2020-01-19
1
-0
/
+11
|
*
net/sched: act_ife: initalize ife->metalist earlier
Eric Dumazet
2020-01-17
1
-4
/
+3
*
|
net: sched: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-14
2
-6
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-09
3
-5
/
+13
|
\
|
|
*
net: sch_prio: When ungrafting, replace with FIFO
Petr Machata
2020-01-08
1
-2
/
+8
|
*
pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM
Eric Dumazet
2020-01-08
1
-2
/
+4
|
*
sch_cake: avoid possible divide by zero in cake_enqueue()
Wen Yang
2020-01-02
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-31
5
-70
/
+37
|
\
|
[prev]
[next]