index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-09
net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...
Zhengchao Shao
1
-38
/
+0
2022-09-09
net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
Zhengchao Shao
1
-19
/
+0
2022-09-09
net: sched: act_api: implement generic walker and search for tc action
Zhengchao Shao
1
-4
/
+29
2022-09-09
net: sched: act: move global static variable net_id to tc_action_ops
Zhengchao Shao
20
-152
/
+130
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+8
2022-09-08
sch_sfb: Also store skb len before calling child enqueue
Toke Høiland-Jørgensen
1
-1
/
+2
2022-09-03
net: sched: htb: remove redundant resource cleanup in htb_init()
Zhengchao Shao
1
-27
/
+9
2022-09-03
net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()
Zhengchao Shao
1
-17
/
+8
2022-09-02
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
Zhengchao Shao
1
-3
/
+0
2022-09-02
sch_sfb: Don't assume the skb is still around after enqueueing to child
Toke Høiland-Jørgensen
1
-4
/
+6
2022-09-01
net: sched: etf: remove true check in etf_enable_offload()
Zhengchao Shao
1
-3
/
+0
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+19
2022-09-01
net: sched: gred: remove NULL check before free table->tab in gred_destroy()
Zhengchao Shao
1
-4
/
+3
2022-09-01
net: sched: remove redundant NULL check in change hook function
Zhengchao Shao
13
-39
/
+1
2022-08-31
Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"
Jakub Kicinski
1
-3
/
+1
2022-08-31
net: sched: gred/red: remove unused variables in struct red_stats
Zhengchao Shao
2
-4
/
+0
2022-08-31
net: sched: choke: remove unused variables in struct choke_sched_data
Zhengchao Shao
1
-2
/
+0
2022-08-31
sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb
Toke Høiland-Jørgensen
1
-1
/
+3
2022-08-30
net/sched: fix netdevice reference leaks in attach_default_qdiscs()
Wang Hai
1
-15
/
+16
2022-08-30
net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()
Zhengchao Shao
1
-1
/
+1
2022-08-30
net: sched: tbf: don't call qdisc_put() while holding tree lock
Zhengchao Shao
1
-1
/
+3
2022-08-26
net_sched: remove impossible conditions
Dan Carpenter
1
-2
/
+2
2022-08-26
net: sched: remove unnecessary init of qdisc skb head
Zhengchao Shao
2
-3
/
+0
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-08-25
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
20
-39
/
+0
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-23
net: sched: remove duplicate check of user rights in qdisc
Zhengchao Shao
2
-21
/
+0
2022-08-22
net_sched: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+10
2022-08-16
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
1
-3
/
+3
2022-08-16
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
1
-2
/
+3
2022-08-15
net_sched: cls_route: disallow handle of 0
Jamal Hadi Salim
1
-0
/
+10
2022-08-10
net_sched: cls_route: remove from list when handle is 0
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2022-08-03
net/sched: remove hacks added to dev_trans_start() for bonding to work
Vladimir Oltean
1
-6
/
+2
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
1
-0
/
+64
2022-07-27
net/sched: sch_cbq: change the type of cbq_set_lss to void
Zhengchao Shao
1
-2
/
+1
2022-07-26
net/sched: flower: Add PPPoE filter
Wojciech Drewek
1
-0
/
+64
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+10
2022-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
1
-2
/
+3
2022-07-20
net/sched: cls_api: Fix flow action initialization
Oz Shlomo
1
-6
/
+10
[prev]
[next]