index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-02-08
net/sched: taprio: refactor one skb dequeue from TXQ to separate function
Vladimir Oltean
1
-58
/
+63
2023-02-08
net/sched: taprio: continue with other TXQs if one dequeue() failed
Vladimir Oltean
1
-1
/
+1
2023-02-08
net/sched: taprio: delete peek() implementation
Vladimir Oltean
1
-42
/
+1
2023-02-07
net: sched: sch: Fix off by one in htb_activate_prios()
Dan Carpenter
1
-1
/
+1
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
1
-3
/
+8
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
1
-0
/
+1
2023-02-06
net/sched: refactor mqprio qopt reconstruction to a library function
Vladimir Oltean
4
-16
/
+19
2023-02-06
net/sched: taprio: centralize mqprio qopt validation
Vladimir Oltean
6
-110
/
+143
2023-02-06
net/sched: mqprio: add extack messages for queue count validation
Vladimir Oltean
1
-9
/
+27
2023-02-06
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
1
-29
/
+52
2023-02-06
net/sched: mqprio: allow reverse TC:TXQ mappings
Vladimir Oltean
1
-1
/
+12
[prev]
[next]