index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
2025-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-12-02
net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
Xiang Mei
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-26
Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...
Jakub Kicinski
2025-11-26
net/sched: em_canid: fix uninit-value in em_canid_match
Shaurya Rane
2025-11-25
net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codel
Eric Dumazet
2025-11-25
net_sched: sch_fq: prefetch one skb ahead in dequeue()
Eric Dumazet
2025-11-25
net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()
Eric Dumazet
2025-11-25
net_sched: cake: use qdisc_pkt_segs()
Eric Dumazet
2025-11-25
net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()
Eric Dumazet
2025-11-25
net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()
Eric Dumazet
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
2025-11-24
net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()
Eric Dumazet
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-11-14
bpf: Add bpf_prog_run_data_pointers()
Eric Dumazet
2025-11-13
net/sched: act_ife: convert comma to semicolon
Chen Ni
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-11
net_sched: limit try_bulk_dequeue_skb() batches
Eric Dumazet
2025-11-11
net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
Ranganath V N
2025-11-11
net: sched: act_connmark: initialize struct tc_ife to fix kernel leak
Ranganath V N
2025-11-10
net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdisc
Victor Nogueira
2025-10-29
net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().
Kuniyuki Iwashima
2025-10-16
net: dev_queue_xmit() llist adoption
Eric Dumazet
2025-10-16
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
2025-10-16
net/sched: act_mirred: add loop detection
Eric Dumazet
2025-09-02
net_sched: act: remove tcfa_qstats
Eric Dumazet
2025-09-02
net_sched: add back BH safety to tcf_lock
Eric Dumazet
2025-08-28
net_sched: act_skbmod: use RCU in tcf_skbmod_dump()
Eric Dumazet
2025-08-28
net_sched: act_tunnel_key: use RCU in tunnel_key_dump()
Eric Dumazet
2025-08-28
net_sched: act_vlan: use RCU in tcf_vlan_dump()
Eric Dumazet
2025-08-28
net_sched: remove BH blocking in eight actions
Eric Dumazet
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-20
net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...
William Liu
2025-08-20
net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit
William Liu
2025-08-19
net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlock
Victor Nogueira
2025-08-14
net/sched: Fix backlog accounting in qdisc_dequeue_internal
William Liu
2025-08-14
net/sched: Use TC_RTAB_SIZE instead of magic number
Yue Haibing
2025-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-13
net/sched: ets: use old 'nbands' while purging unused classes
Davide Caratti
2025-08-12
net/sched: Remove redundant memset(0) call in reset_policy()
Thorsten Blum
2025-08-04
net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing
Maher Azzouzi
2025-08-01
net/sched: taprio: enforce minimum value for picos_per_byte
Takamitsu Iwai
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-07-26
net/sched: taprio: align entry index attr validation with mqprio
Simon Horman
2025-07-25
net/sched: Add precise drop reason for pfifo_fast queue overflows
Fan Yu
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-23
sched: Add enqueue/dequeue of dualpi2 qdisc
Koen De Schepper
2025-07-23
sched: Dump configuration and statistics of dualpi2 qdisc
Chia-Yu Chang
2025-07-23
sched: Struct definition and parsing of dualpi2 qdisc
Chia-Yu Chang
[next]