index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-6
/
+10
|
\
|
*
net/sched: cls_api: Fix flow action initialization
Oz Shlomo
2022-07-20
1
-6
/
+10
*
|
net/sched: remove return value of unregister_tcf_proto_ops
Zhengchao Shao
2022-07-13
1
-2
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-1
/
+1
|
\
|
*
net/sched: fix initialization order when updating chain 0 head
Marcelo Ricardo Leitner
2022-04-08
1
-1
/
+1
*
|
net/sched: cls_api: Add extack message for unsupported action offload
Ido Schimmel
2022-04-08
1
-2
/
+4
*
|
net/sched: act_api: Add extack to offload_act_setup() callback
Ido Schimmel
2022-04-08
1
-6
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
1
-3
/
+3
|
\
|
*
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-14
1
-3
/
+3
*
|
net/sched: Enable tc skb ext allocation on chain miss only when needed
Paul Blakey
2022-02-05
1
-13
/
+32
|
/
*
net: sched: fix use-after-free in tc_new_tfilter()
Eric Dumazet
2022-02-01
1
-4
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
1
-0
/
+2
|
\
|
*
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
2022-01-09
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-23
1
-2
/
+5
|
\
|
|
*
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
2021-12-17
1
-0
/
+1
|
*
net/sched: Extend qdisc control block with tc control block
Paul Blakey
2021-12-17
1
-2
/
+4
*
|
net/sched: use min() macro instead of doing it manually
Yang Li
2021-12-21
1
-3
/
+3
*
|
flow_offload: validate flags of filter and actions
Baowen Zheng
2021-12-19
1
-4
/
+14
*
|
flow_offload: allow user to offload tc action to net device
Baowen Zheng
2021-12-19
1
-4
/
+17
*
|
flow_offload: add ops to tc_action_ops for flow action setup
Baowen Zheng
2021-12-19
1
-208
/
+14
*
|
flow_offload: rename offload functions with offload instead of flow
Baowen Zheng
2021-12-19
1
-6
/
+6
*
|
flow_offload: add index to flow_action_entry structure
Baowen Zheng
2021-12-19
1
-2
/
+1
|
/
*
flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Baowen Zheng
2021-12-14
1
-0
/
+1
*
net: Fix offloading indirect devices dependency on qdisc order creation
Eli Cohen
2021-08-19
1
-0
/
+1
*
net/sched: cls_api, reset flags on replay
Mark Bloch
2021-08-10
1
-1
/
+2
*
net_sched: refactor TC action init API
Cong Wang
2021-08-02
1
-11
/
+17
*
net/sched: store the last executed chain also for clsact egress
Davide Caratti
2021-07-29
1
-25
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
1
-1
/
+1
|
\
|
*
net: sched: cls_api: Fix the the wrong parameter
Yajun Deng
2021-07-22
1
-1
/
+1
*
|
net/sched: Remove unnecessary if statement
Yajun Deng
2021-07-16
1
-11
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-1
/
+1
|
\
|
*
net: zero-initialize tc skb extension on allocation
Vlad Buslov
2021-05-25
1
-1
/
+1
*
|
net/sched: cls_api: increase max_reclassify_loop
Davide Caratti
2021-05-19
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-8
/
+8
|
\
|
*
net: sched: fix err handler in tcf_action_init()
Vlad Buslov
2021-04-08
1
-3
/
+2
|
*
net: sched: fix action overwrite reference counting
Vlad Buslov
2021-04-08
1
-4
/
+5
|
*
net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb
Yunjian Wang
2021-04-02
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-0
/
+1
|
\
|
|
*
net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct
wenxu
2021-03-16
1
-0
/
+1
*
|
flow_offload: add support for packet-per-second policing
Xingfeng Hu
2021-03-13
1
-0
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-16
1
-0
/
+1
|
\
|
*
net: sched: fix police ext initialization
Vlad Buslov
2021-02-16
1
-0
/
+1
*
|
net_sched: fix RTNL deadlock again caused by request_module()
Cong Wang
2021-01-18
1
-2
/
+9
|
/
*
net: sched: remove redundant 'rtnl_held' argument
Vlad Buslov
2020-12-01
1
-10
/
+8
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
*
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
*
net: cls_api: remove unneeded local variable in tc_dump_chain()
Lukas Bulwahn
2020-10-30
1
-13
/
+3
*
net: protect tcf_block_unbind with block lock
Leon Romanovsky
2020-10-27
1
-2
/
+2
*
net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
Guillaume Nault
2020-10-20
1
-1
/
+1
*
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
2020-08-03
1
-0
/
+1
[next]