index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get
Eric Dumazet
1
-13
/
+11
2020-03-08
sched: act: allow user to specify type of HW stats for a filter
Jiri Pirko
2
-0
/
+43
2020-03-05
net: sched: Make FIFO Qdisc offloadable
Petr Machata
1
-6
/
+91
2020-03-04
pie: remove pie_vars->accu_prob_overflows
Leslie Monis
2
-16
/
+6
2020-03-04
pie: remove unnecessary type casting
Leslie Monis
1
-2
/
+2
2020-03-04
pie: use term backlog instead of qlen
Leslie Monis
1
-11
/
+11
2020-03-04
net/sched: act_ct: Use pskb_network_may_pull()
Paul Blakey
1
-8
/
+8
2020-03-04
net/sched: act_ct: Fix ipv6 lookup of offloaded connections
Paul Blakey
1
-34
/
+26
2020-03-03
net/sched: act_ct: Software offload of established flows
Paul Blakey
1
-2
/
+158
2020-03-03
net/sched: act_ct: Offload established connections to flow table
Paul Blakey
1
-0
/
+63
2020-03-03
net/sched: act_ct: Create nf flow table per zone
Paul Blakey
2
-2
/
+134
2020-03-03
net: taprio: add missing attribute validation for txtime delay
Jakub Kicinski
1
-0
/
+1
2020-03-03
net: fq: add missing attribute validation for orphan mask
Jakub Kicinski
1
-0
/
+1
2020-02-29
net: sched: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
4
-4
/
+4
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-02-26
sched: act: count in the size of action flags bitfield
Jiri Pirko
1
-0
/
+1
2020-02-25
flow_offload: pass action cookie through offload structures
Jiri Pirko
1
-1
/
+30
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-02-19
net: sched: Support specifying a starting chain via tc skb ext
Paul Blakey
1
-4
/
+35
2020-02-19
net: sched: Change the block's chain list to an rcu list
Paul Blakey
1
-2
/
+3
2020-02-19
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
3
-2
/
+21
2020-02-19
net: sched: Introduce ingress classification function
Paul Blakey
1
-14
/
+44
2020-02-17
net: sched: correct flower port blocking
Jason Baron
1
-0
/
+1
2020-02-17
net: sched: don't take rtnl lock during flow_action setup
Vlad Buslov
3
-13
/
+5
2020-02-17
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
2
-8
/
+11
2020-02-13
net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
Davide Caratti
1
-0
/
+1
2020-02-13
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
Davide Caratti
1
-0
/
+1
2020-02-07
taprio: Fix dropping packets when using taprio + ETF offloading
Vinicius Costa Gomes
1
-2
/
+2
2020-02-07
taprio: Use taprio_reset_tc() to reset Traffic Classes configuration
Vinicius Costa Gomes
1
-1
/
+1
2020-02-07
taprio: Add missing policy validation for flags
Vinicius Costa Gomes
1
-0
/
+1
2020-02-07
taprio: Fix still allowing changing the flags during runtime
Vinicius Costa Gomes
1
-20
/
+41
2020-02-07
taprio: Fix enabling offload with wrong number of traffic classes
Vinicius Costa Gomes
1
-13
/
+13
2020-02-06
net: sched: prevent a use after free
Dan Carpenter
1
-1
/
+1
2020-02-05
net_sched: fix a resource leak in tcindex_set_parms()
Cong Wang
1
-2
/
+1
2020-02-04
net_sched: fix an OOB access in cls_tcindex
Cong Wang
1
-20
/
+20
2020-02-01
cls_rsvp: fix rsvp_policy
Eric Dumazet
1
-4
/
+2
2020-01-29
sch_choke: Use kvcalloc
Joe Perches
1
-1
/
+1
2020-01-27
net_sched: ematch: reject invalid TCF_EM_SIMPLE
Eric Dumazet
1
-0
/
+3
2020-01-27
net_sched: walk through all child classes in tc_bind_tclass()
Cong Wang
1
-11
/
+30
2020-01-27
net_sched: fix ops->bind_class() implementations
Cong Wang
10
-29
/
+76
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-4
/
+3
2020-01-25
net: sched: Make TBF Qdisc offloadable
Petr Machata
1
-0
/
+55
2020-01-25
net: sched: sch_tbf: Don't overwrite backlog before dumping
Petr Machata
1
-1
/
+0
2020-01-23
net_sched: fix datalen for ematch
Cong Wang
1
-1
/
+1
2020-01-23
net: sched: add Flow Queue PIE packet scheduler
Mohit P. Tahiliani
3
-0
/
+576
2020-01-23
net: sched: pie: export symbols to be reused by FQ-PIE
Mohit P. Tahiliani
1
-85
/
+88
2020-01-23
net: sched: pie: fix alignment in struct instances
Mohit P. Tahiliani
1
-9
/
+9
2020-01-23
net: sched: pie: fix commenting
Mohit P. Tahiliani
1
-5
/
+5
2020-01-23
pie: rearrange structure members and their initializations
Mohit P. Tahiliani
1
-1
/
+1
2020-01-23
net: sched: pie: move common code to pie.h
Mohit P. Tahiliani
1
-85
/
+1
[prev]
[next]