index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
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
2022-09-09
net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...
Zhengchao Shao
2022-09-09
net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
Zhengchao Shao
2022-09-09
net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
Zhengchao Shao
2022-09-09
net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
Zhengchao Shao
2022-09-09
net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
Zhengchao Shao
2022-09-09
net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
Zhengchao Shao
2022-09-09
net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
Zhengchao Shao
2022-09-09
net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
Zhengchao Shao
2022-09-09
net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
Zhengchao Shao
2022-09-09
net: sched: act_api: implement generic walker and search for tc action
Zhengchao Shao
2022-09-09
net: sched: act: move global static variable net_id to tc_action_ops
Zhengchao Shao
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-08
sch_sfb: Also store skb len before calling child enqueue
Toke Høiland-Jørgensen
2022-09-03
net: sched: htb: remove redundant resource cleanup in htb_init()
Zhengchao Shao
2022-09-03
net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()
Zhengchao Shao
2022-09-02
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
Zhengchao Shao
2022-09-02
sch_sfb: Don't assume the skb is still around after enqueueing to child
Toke Høiland-Jørgensen
2022-09-01
net: sched: etf: remove true check in etf_enable_offload()
Zhengchao Shao
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
net: sched: gred: remove NULL check before free table->tab in gred_destroy()
Zhengchao Shao
2022-09-01
net: sched: remove redundant NULL check in change hook function
Zhengchao Shao
2022-08-31
Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
Jakub Kicinski
2022-08-31
net: sched: gred/red: remove unused variables in struct red_stats
Zhengchao Shao
2022-08-31
net: sched: choke: remove unused variables in struct choke_sched_data
Zhengchao Shao
2022-08-31
sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb
Toke Høiland-Jørgensen
2022-08-30
net/sched: fix netdevice reference leaks in attach_default_qdiscs()
Wang Hai
2022-08-30
net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()
Zhengchao Shao
2022-08-30
net: sched: tbf: don't call qdisc_put() while holding tree lock
Zhengchao Shao
2022-08-26
net_sched: remove impossible conditions
Dan Carpenter
2022-08-26
net: sched: remove unnecessary init of qdisc skb head
Zhengchao Shao
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-23
net: sched: remove duplicate check of user rights in qdisc
Zhengchao Shao
2022-08-22
net_sched: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-16
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
2022-08-16
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
2022-08-15
net_sched: cls_route: disallow handle of 0
Jamal Hadi Salim
2022-08-10
net_sched: cls_route: remove from list when handle is 0
Thadeu Lima de Souza Cascardo
2022-08-03
net/sched: remove hacks added to dev_trans_start() for bonding to work
Vladimir Oltean
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
2022-07-27
net/sched: sch_cbq: change the type of cbq_set_lss to void
Zhengchao Shao
2022-07-26
net/sched: flower: Add PPPoE filter
Wojciech Drewek
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-07-20
net/sched: cls_api: Fix flow action initialization
Oz Shlomo
[prev]
[next]