index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
2022-10-20
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-10-19
net: sched: fix race condition in qdisc_graft()
Eric Dumazet
2022-10-19
net: sched: sfb: fix null pointer access issue when sfb_init() fails
Zhengchao Shao
2022-10-19
Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...
Zhengchao Shao
2022-10-19
net: sched: cake: fix null pointer access issue when cake_init() fails
Zhengchao Shao
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-05
Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...
Vladimir Oltean
2022-10-02
net: sched: use tc_cls_bind_class() in filter
Zhengchao Shao
2022-10-02
net: sched: ensure n arg not empty before call bind_class
Zhengchao Shao
2022-09-29
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
2022-09-29
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
2022-09-29
net: sched: cls_u32: Avoid memcpy() false-positive warning
Kees Cook
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-28
net: sched: act_bpf: simplify code logic in tcf_bpf_init()
Zhengchao Shao
2022-09-26
net: sched: act_ct: fix possible refcount leak in tcf_ct_init()
Hangyu Hua
2022-09-26
net/sched: taprio: simplify list iteration in taprio_dev_notifier()
Vladimir Oltean
2022-09-22
net/sched: use tc_qdisc_stats_dump() in qdisc
Zhengchao Shao
2022-09-22
net/sched: taprio: remove unnecessary taprio_list_lock
Vladimir Oltean
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
net: sched: fix possible refcount leak in tc_new_tfilter()
Hangyu Hua
2022-09-21
net: sched: remove unused tcf_result extension
Jamal Hadi Salim
2022-09-21
net: sched: simplify code in mall_reoffload
William Dean
2022-09-21
net: sched: act_ct: remove redundant variable err
Jinpeng Cui
2022-09-20
net/sched: use tc_cls_stats_dump() in filter
Zhengchao Shao
2022-09-20
net/sched: taprio: replace safety precautions with comments
Vladimir Oltean
2022-09-20
net/sched: taprio: add extack messages in taprio_init
Vladimir Oltean
2022-09-20
net/sched: taprio: stop going through private ops for dequeue and peek
Vladimir Oltean
2022-09-20
net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...
Vladimir Oltean
2022-09-20
net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...
Vladimir Oltean
2022-09-20
net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutex
Vladimir Oltean
2022-09-20
net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutex
Vladimir Oltean
2022-09-20
net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs
Vladimir Oltean
2022-09-20
net/sched: taprio: avoid disabling offload when it was never enabled
Vladimir Oltean
2022-09-20
net/sched: flower: Add L2TPv3 filter
Wojciech Drewek
2022-09-09
net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search
Zhengchao Shao
2022-09-09
net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
Zhengchao Shao
2022-09-09
net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
Zhengchao Shao
2022-09-09
net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
Zhengchao Shao
2022-09-09
net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
Zhengchao Shao
2022-09-09
net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
Zhengchao Shao
2022-09-09
net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
Zhengchao Shao
2022-09-09
net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
Zhengchao Shao
2022-09-09
net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
Zhengchao Shao
2022-09-09
net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
Zhengchao Shao
2022-09-09
net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
Zhengchao Shao
[next]