index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-01
taprio: Add support for cycle-time-extension
Vinicius Costa Gomes
1
-6
/
+29
2019-05-01
taprio: Add support for setting the cycle-time manually
Vinicius Costa Gomes
1
-8
/
+51
2019-05-01
taprio: Add support adding an admin schedule
Vinicius Costa Gomes
1
-193
/
+318
2019-05-01
taprio: Fix potencial use of invalid memory during dequeue()
Vinicius Costa Gomes
1
-6
/
+8
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
56
-129
/
+189
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
42
-68
/
+70
2019-04-24
net: sched: flower: refactor reoffload for concurrent access
Vlad Buslov
1
-22
/
+57
2019-04-24
net: sched: taprio: Fix taprio_dequeue()
Andre Guedes
1
-2
/
+2
2019-04-24
net: sched: taprio: Fix taprio_peek()
Andre Guedes
1
-2
/
+2
2019-04-24
net: sched: taprio: Remove should_restart_cycle()
Andre Guedes
1
-9
/
+1
2019-04-24
net: sched: taprio: Refactor taprio_get_start_time()
Andre Guedes
1
-14
/
+23
2019-04-24
net: sched: taprio: Remove pointless variable assigment
Andre Guedes
1
-1
/
+0
2019-04-19
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
1
-6
/
+11
2019-04-12
net: sched: flower: fix filter net reference counting
Vlad Buslov
1
-11
/
+6
2019-04-11
net: sched: flower: use correct ht function to prevent duplicates
Vlad Buslov
1
-3
/
+3
2019-04-11
net/sched: cbs: fix port_rate miscalculation
Leandro Dorileo
1
-14
/
+84
2019-04-11
net/sched: taprio: fix picos_per_byte miscalculation
Leandro Dorileo
1
-16
/
+81
2019-04-10
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
1
-4
/
+5
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
2
-9
/
+16
2019-04-10
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
1
-33
/
+17
2019-04-08
net: sched: flower: insert filter to ht before offloading it to hw
Vlad Buslov
1
-20
/
+44
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-86
/
+59
2019-04-05
net: sched: ensure tc flower reoffload takes filter ref
John Hurley
1
-42
/
+46
2019-04-04
sch_cake: Make sure we can write the IP header before changing DSCP bits
Toke Høiland-Jørgensen
1
-0
/
+11
2019-04-04
sch_cake: Use tc_skb_protocol() helper for getting packet protocol
Toke Høiland-Jørgensen
1
-1
/
+1
2019-04-04
net/sched: act_sample: fix divide by zero in the traffic path
Davide Caratti
1
-2
/
+8
2019-04-02
net: sched: don't set tunnel for decap action
Vlad Buslov
1
-1
/
+0
2019-04-02
net: sched: introduce and use qdisc tree flush/purge helpers
Paolo Abeni
10
-66
/
+16
2019-04-02
net: sched: introduce and use qstats read helpers
Paolo Abeni
10
-17
/
+18
2019-04-02
net/sched: fix ->get helper of the matchall cls
Nicolas Dichtel
1
-0
/
+5
2019-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-120
/
+343
2019-03-26
net: sched: Kconfig: update reference link for PIE
Leslie Monis
1
-2
/
+1
2019-03-24
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
1
-0
/
+3
2019-03-24
net: sched: fix cleanup NULL pointer exception in act_mirr
John Hurley
1
-2
/
+5
2019-03-22
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
1
-2
/
+1
2019-03-22
net: sched: flower: track rtnl lock state
Vlad Buslov
1
-26
/
+56
2019-03-22
net: sched: flower: protect flower classifier state with spinlock
Vlad Buslov
1
-7
/
+32
2019-03-22
net: sched: flower: handle concurrent tcf proto deletion
Vlad Buslov
1
-0
/
+8
2019-03-22
net: sched: flower: handle concurrent filter insertion in fl_change
Vlad Buslov
1
-0
/
+9
2019-03-22
net: sched: flower: protect masks list with spinlock
Vlad Buslov
1
-0
/
+8
2019-03-22
net: sched: flower: handle concurrent mask insertion
Vlad Buslov
1
-7
/
+34
2019-03-22
net: sched: flower: add reference counter to flower mask
Vlad Buslov
1
-5
/
+17
2019-03-22
net: sched: flower: track filter deletion with flag
Vlad Buslov
1
-10
/
+29
2019-03-22
net: sched: flower: introduce reference counting for filters
Vlad Buslov
1
-14
/
+82
2019-03-22
net: sched: flower: refactor fl_change
Vlad Buslov
1
-39
/
+41
2019-03-22
net: sched: flower: don't check for rtnl on head dereference
Vlad Buslov
1
-7
/
+17
2019-03-21
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
2
-9
/
+11
2019-03-21
net/sched: act_vlan: validate the control action inside init()
Davide Caratti
1
-3
/
+17
2019-03-21
net/sched: act_tunnel_key: validate the control action inside init()
Davide Caratti
1
-2
/
+16
2019-03-21
net/sched: act_skbmod: validate the control action inside init()
Davide Caratti
1
-3
/
+16
[next]