index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
net/sched: act_vlan: No dump for unset priority
Boris Sukholitko
1
-2
/
+2
2021-06-01
net/sched: act_vlan: Fix modify to allow 0
Boris Sukholitko
1
-2
/
+5
2021-05-31
net: sched: Fix spelling mistakes
Zheng Yongjun
4
-5
/
+5
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+64
2021-05-25
net: zero-initialize tc skb extension on allocation
Vlad Buslov
1
-1
/
+1
2021-05-24
sch_dsmark: fix a NULL deref in qdisc_reset()
Taehee Yoo
1
-1
/
+2
2021-05-23
net/sched: fq_pie: fix OOB access in the traffic path
Davide Caratti
1
-1
/
+8
2021-05-23
net/sched: fq_pie: re-factor fix for fq_pie endless loop
Davide Caratti
1
-5
/
+5
2021-05-19
net/sched: cls_api: increase max_reclassify_loop
Davide Caratti
1
-1
/
+1
2021-05-14
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
1
-1
/
+26
2021-05-14
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
1
-1
/
+3
2021-05-14
net: sched: fix packet stuck problem for lockless qdisc
Yunsheng Lin
1
-0
/
+19
2021-05-13
net: taprio offload: enforce qdisc to netdev queue mapping
Yannick Vignon
1
-40
/
+45
2021-05-11
net/sched: taprio: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-3
/
+0
2021-04-29
net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets
Davide Caratti
1
-4
/
+4
2021-04-28
net/sched: act_ct: Remove redundant ct get and check
Roi Dayan
1
-3
/
+1
2021-04-26
net/sched: act_ct: fix wild memory access when clearing fragments
Davide Caratti
1
-3
/
+3
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+6
2021-04-19
net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule
Du Cheng
1
-0
/
+6
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-27
/
+45
2021-04-08
net: sched: sch_teql: fix null-pointer dereference
Pavel Tikhomirov
1
-0
/
+3
2021-04-08
net: sched: fix err handler in tcf_action_init()
Vlad Buslov
2
-13
/
+18
2021-04-08
net: sched: fix action overwrite reference counting
Vlad Buslov
2
-11
/
+20
2021-04-08
Revert "net: sched: bump refcount for new action in ACT replace mode"
Vlad Buslov
1
-3
/
+0
2021-04-02
net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb
Yunjian Wang
1
-1
/
+1
2021-03-30
sch_htb: fix null pointer dereference on a null new_q
Yunjian Wang
1
-2
/
+3
2021-03-30
net: sched: bump refcount for new action in ACT replace mode
Kumar Kartikeya Dwivedi
1
-0
/
+3
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-16
/
+30
2021-03-24
net: sched: Mundane typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-03-23
net/sched: act_ct: clear post_ct if doing ct_clear
Marcelo Ricardo Leitner
1
-2
/
+4
2021-03-22
net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS
Vladimir Oltean
1
-2
/
+2
2021-03-22
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
Vladimir Oltean
1
-18
/
+18
2021-03-19
taprio: Handle short intervals and large packets
Kurt Kanzenbach
1
-10
/
+54
2021-03-17
net/sched: cls_flower: fix only mask bit check in the validate_ct_state
wenxu
1
-1
/
+1
2021-03-16
net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct
wenxu
1
-0
/
+1
2021-03-14
psample: Encapsulate packet metadata in a struct
Ido Schimmel
1
-10
/
+6
2021-03-13
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
2
-32
/
+102
2021-03-13
flow_offload: add support for packet-per-second policing
Xingfeng Hu
1
-0
/
+3
2021-03-11
sch_htb: Fix offload cleanup in htb_destroy on htb_init failure
Maxim Mikityanskiy
1
-6
/
+9
2021-03-11
sch_htb: Fix select_queue for non-offload mode
Maxim Mikityanskiy
1
-0
/
+4
2021-03-10
net: sched: validate stab values
Eric Dumazet
4
-7
/
+11
2021-03-10
sched: act_sample: Implement stats_update callback
Ido Schimmel
1
-0
/
+11
2021-03-04
net: sched: avoid duplicates in classes dump
Maximilian Heyne
1
-4
/
+4
2021-02-23
net/sched: cls_flower: validate ct_state for invalid and reply flags
wenxu
1
-0
/
+15
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-3
/
+39
2021-02-16
net: sched: fix police ext initialization
Vlad Buslov
2
-1
/
+2
2021-02-10
net/sched: cls_flower: Reject invalid ct_state flags rules
wenxu
1
-2
/
+37
2021-02-06
net: sched: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-01-29
net: flow_offload: Add original direction flag to ct_metadata
Paul Blakey
1
-0
/
+1
2021-01-29
net/sched: cls_flower: Add match on the ct_state reply flag
Paul Blakey
1
-2
/
+4
[next]