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
2021-05-19
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
Vladimir Oltean
1
-18
/
+18
2021-04-14
Revert "net: sched: bump refcount for new action in ACT replace mode"
Vlad Buslov
1
-3
/
+0
2021-04-14
net: sched: bump refcount for new action in ACT replace mode
Kumar Kartikeya Dwivedi
1
-0
/
+3
2021-04-14
net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb
Yunjian Wang
1
-1
/
+1
2021-04-14
net: sched: fix err handler in tcf_action_init()
Vlad Buslov
2
-13
/
+18
2021-04-14
net: sched: fix action overwrite reference counting
Vlad Buslov
2
-11
/
+20
2021-04-14
net: sched: sch_teql: fix null-pointer dereference
Pavel Tikhomirov
1
-0
/
+3
2021-03-30
net/sched: cls_flower: fix only mask bit check in the validate_ct_state
wenxu
1
-1
/
+1
2021-03-30
net: sched: validate stab values
Eric Dumazet
4
-7
/
+11
2021-03-17
net: sched: avoid duplicates in classes dump
Maximilian Heyne
1
-4
/
+4
2021-03-07
net/sched: cls_flower: Reject invalid ct_state flags rules
wenxu
1
-2
/
+37
2021-03-04
net_sched: fix RTNL deadlock again caused by request_module()
Cong Wang
2
-40
/
+75
2021-03-04
net: sched: fix police ext initialization
Vlad Buslov
2
-1
/
+2
2021-02-23
net: sched: incorrect Kconfig dependencies on Netfilter modules
Pablo Neira Ayuso
1
-3
/
+3
2021-01-27
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
1
-1
/
+2
2021-01-27
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
2021-01-27
cls_flower: call nla_ok() before nla_next()
Cong Wang
1
-9
/
+13
2021-01-12
net: sched: prevent invalid Scell_log shift count
Randy Dunlap
4
-4
/
+4
2021-01-12
net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
Davide Caratti
1
-3
/
+4
2021-01-06
net/sched: sch_taprio: reset child qdiscs before freeing them
Davide Caratti
1
-1
/
+16
2020-12-09
net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flower
Guillaume Nault
1
-2
/
+2
2020-12-04
net/sched: fq_pie: initialize timer earlier in fq_pie_init()
Davide Caratti
1
-1
/
+1
2020-12-03
net/sched: act_mpls: ensure LSE is pullable before reading it
Davide Caratti
1
-0
/
+3
2020-10-29
netem: fix zero division in tabledist
Aleksandr Nogikh
1
-1
/
+8
2020-10-27
net: protect tcf_block_unbind with block lock
Leon Romanovsky
1
-2
/
+2
2020-10-27
net/sched: act_mpls: Add softdep on mpls_gso.ko
Guillaume Nault
1
-0
/
+1
2020-10-20
net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels
Davide Caratti
1
-1
/
+1
2020-10-20
net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
Guillaume Nault
1
-1
/
+1
2020-10-20
net/sched: act_ct: Fix adding udp port mangle operation
Roi Dayan
1
-2
/
+2
2020-10-09
net/sched: get rid of qdisc->padded
Eric Dumazet
1
-18
/
+5
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
21
-71
/
+30
2020-10-04
net_sched: check error pointer in tcf_dump_walker()
Cong Wang
1
-0
/
+2
2020-10-03
net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header
Guillaume Nault
1
-0
/
+18
2020-10-03
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
Guillaume Nault
1
-0
/
+40
2020-09-28
net/sched: cls_u32: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-4
/
+4
2020-09-28
net_sched: remove a redundant goto chain check
Cong Wang
1
-14
/
+0
2020-09-24
net_sched: commit action insertions together
Cong Wang
1
-9
/
+23
2020-09-24
net_sched: defer tcf_idr_insert() in tcf_action_init_1()
Cong Wang
21
-64
/
+21
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-37
/
+89
2020-09-14
net: sched: initialize with 0 before setting erspan md->u
Xin Long
1
-0
/
+1
2020-09-14
net: sched: only keep the available bits when setting vxlan md->gbp
Xin Long
2
-1
/
+4
2020-09-11
taprio: Fix allowing too small intervals
Vinicius Costa Gomes
1
-11
/
+17
2020-09-10
net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
Yunsheng Lin
1
-15
/
+33
2020-09-08
net: sched: skip an unnecessay check
Tom Rix
1
-2
/
+3
2020-09-04
act_ife: load meta modules before tcf_idr_check_alloc()
Cong Wang
1
-10
/
+34
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-23
/
+29
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-22
/
+28
2020-08-28
net_sched: fix error path in red_init()
Cong Wang
1
-16
/
+4
2020-08-26
taprio: Fix using wrong queues in gate mask
Vinicius Costa Gomes
1
-6
/
+24
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
[prev]
[next]