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
2023-03-01
net/sched: flower: fix fl_change() error recovery path
Eric Dumazet
1
-4
/
+6
2023-03-01
net/sched: act_connmark: handle errno on tcf_idr_check_alloc
Pedro Tammela
1
-0
/
+3
2023-02-27
net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
Pedro Tammela
1
-2
/
+2
2023-02-26
net/sched: act_sample: fix action bind logic
Pedro Tammela
1
-2
/
+9
2023-02-26
net/sched: act_mpls: fix action bind logic
Pedro Tammela
1
-29
/
+37
2023-02-26
net/sched: act_pedit: fix action bind logic
Pedro Tammela
1
-27
/
+31
2023-02-26
net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()
Nathan Chancellor
1
-1
/
+1
2023-02-20
net/sched: flower: Support hardware miss to tc action
Paul Blakey
1
-1
/
+12
2023-02-20
net/sched: flower: Move filter handle initialization earlier
Paul Blakey
1
-27
/
+35
2023-02-20
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
2
-11
/
+206
2023-02-20
net/sched: Rename user cookie and act cookie
Paul Blakey
2
-27
/
+27
2023-02-20
net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited
Vladimir Oltean
1
-0
/
+2
2023-02-20
net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...
Vladimir Oltean
1
-1
/
+7
2023-02-20
net/sched: taprio: fix calculation of maximum gate durations
Vladimir Oltean
1
-17
/
+17
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2023-02-16
net/sched: act_pedit: use percpu overlimit counter when available
Pedro Tammela
1
-3
/
+1
2023-02-16
net/sched: act_gate: use percpu stats
Pedro Tammela
1
-14
/
+16
2023-02-16
net/sched: act_connmark: transition to percpu stats and rcu
Pedro Tammela
1
-39
/
+68
2023-02-16
net/sched: act_nat: transition to percpu stats and rcu
Pedro Tammela
1
-23
/
+49
2023-02-16
net/sched: Retire rsvp classifier
Jamal Hadi Salim
5
-846
/
+0
2023-02-16
net/sched: Retire tcindex classifier
Jamal Hadi Salim
3
-728
/
+0
2023-02-16
net/sched: Retire dsmark qdisc
Jamal Hadi Salim
3
-530
/
+0
2023-02-16
net/sched: Retire ATM qdisc
Jamal Hadi Salim
3
-721
/
+0
2023-02-16
net/sched: Retire CBQ qdisc
Jamal Hadi Salim
3
-1745
/
+0
2023-02-15
net/sched: tcindex: search key must be 16 bits
Pedro Tammela
1
-1
/
+1
2023-02-14
net/sched: support per action hw stats
Oz Shlomo
3
-10
/
+2
2023-02-14
net/sched: introduce flow_offload action cookie
Oz Shlomo
2
-0
/
+2
2023-02-14
net/sched: pass flow_stats instead of multiple stats args
Oz Shlomo
2
-11
/
+2
2023-02-14
net/sched: act_pedit, setup offload action for action stats query
Oz Shlomo
1
-1
/
+22
2023-02-14
net/sched: optimize action stats api calls
Oz Shlomo
1
-3
/
+2
2023-02-13
net/sched: act_ctinfo: use percpu stats
Pedro Tammela
1
-3
/
+3
2023-02-13
net/sched: fix error recovery in qdisc_create()
Eric Dumazet
1
-7
/
+8
2023-02-10
net/sched: tcindex: update imperfect hash filters respecting rcu
Pedro Tammela
1
-4
/
+30
2023-02-10
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
1
-44
/
+2
2023-02-10
net: sched: move frag check and tc_skb_cb update out of handle_fragments
Xin Long
1
-32
/
+39
2023-02-10
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
1
-26
/
+1
2023-02-10
net: create nf_conntrack_ovs for ovs and tc use
Xin Long
1
-0
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
1
-0
/
+5
2023-02-08
net/sched: make stab available before ops->init() call
Vladimir Oltean
1
-18
/
+11
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
1
-6
/
+34
2023-02-08
net/sched: taprio: calculate budgets per traffic class
Vladimir Oltean
1
-8
/
+46
2023-02-08
net/sched: taprio: rename close_time to end_time
Vladimir Oltean
1
-26
/
+26
2023-02-08
net/sched: taprio: calculate tc gate durations
Vladimir Oltean
1
-0
/
+55
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
1
-8
/
+117
2023-02-08
net/sched: taprio: avoid calling child->ops->dequeue(child) twice
Vladimir Oltean
1
-7
/
+3
[next]