index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
tc_act
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
2021-03-13
1
-4
/
+44
*
flow_offload: add support for packet-per-second policing
Xingfeng Hu
2021-03-13
1
-0
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
1
-1
/
+4
|
\
|
*
net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
Leon Romanovsky
2020-10-15
1
-1
/
+4
*
|
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
Guillaume Nault
2020-10-04
1
-0
/
+2
|
/
*
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-30
1
-2
/
+30
*
net: qos: add tc police offloading action with max frame size limit
Po Liu
2020-06-25
1
-0
/
+10
*
net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline
Alaa Hleihel
2020-06-16
1
-1
/
+10
*
net: schedule: add action gate offloading
Po Liu
2020-05-02
1
-0
/
+99
*
net: qos: introduce a gate control flow action
Po Liu
2020-05-02
1
-0
/
+47
*
net: tc_skbedit: Make the skbedit priority offloadable
Petr Machata
2020-03-20
1
-0
/
+17
*
net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}()
Petr Machata
2020-03-20
1
-14
/
+10
*
net: sched: Do not assume RTNL is held in tunnel key action helpers
Ido Schimmel
2020-03-20
1
-2
/
+6
*
net/sched: act_ct: Enable hardware offload of flow table entires
Paul Blakey
2020-03-12
1
-0
/
+10
*
net/sched: act_ct: Support restoring conntrack info on skbs
Paul Blakey
2020-03-12
1
-0
/
+7
*
net/sched: act_ct: Create nf flow table per zone
Paul Blakey
2020-03-04
1
-0
/
+2
*
net: sched: refactor ct action helpers to require tcf_lock
Vlad Buslov
2020-02-17
1
-2
/
+4
*
net: sched: refactor police action helpers to require tcf_lock
Vlad Buslov
2020-02-17
1
-2
/
+4
*
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
2020-02-17
1
-1
/
+1
*
net: sched: take reference to psample group in flow_action infra
Vlad Buslov
2019-09-16
1
-6
/
+0
*
net: sched: copy tunnel info when setting flow_action entry->tunnel
Vlad Buslov
2019-08-26
1
-0
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-07
2
-3
/
+3
|
\
|
*
net: sched: sample: allow accessing psample_group with rtnl
Vlad Buslov
2019-08-06
1
-1
/
+1
|
*
net: sched: police: allow accessing police->params with rtnl
Vlad Buslov
2019-08-06
1
-2
/
+2
*
|
net: tc_act: add helpers to detect ingress mirred actions
John Hurley
2019-08-06
1
-0
/
+18
*
|
net: tc_act: add skbedit_ptype helper functions
John Hurley
2019-08-06
1
-0
/
+27
*
|
net: sched: include mpls actions in hardware intermediate representation
John Hurley
2019-07-23
1
-0
/
+75
|
/
*
net/sched: Introduce action ct
Paul Blakey
2019-07-09
1
-0
/
+63
*
net: sched: add mpls manipulation actions to TC
John Hurley
2019-07-09
1
-0
/
+30
*
net: sched: act_ctinfo: tidy UAPI definition
Kevin Darbyshire-Bryant
2019-06-19
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
5
-32
/
+5
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-30
1
-12
/
+1
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
4
-20
/
+4
*
|
net: sched: Introduce act_ctinfo action
Kevin 'ldir' Darbyshire-Bryant
2019-05-30
1
-0
/
+28
|
/
*
net/sched: move police action structures to header
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+70
*
net: tc_act: drop include of module.h from tc_ife.h
Paul Gortmaker
2019-04-23
1
-1
/
+2
*
net/sched: don't dereference a->goto_chain to read the chain index
Davide Caratti
2019-03-21
1
-1
/
+1
*
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
Eli Cohen
2019-02-10
8
-10
/
+10
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-21
2
-2
/
+0
|
\
|
*
net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
Davide Caratti
2018-07-07
1
-1
/
+0
|
*
net/sched: act_csum: fix NULL dereference when 'goto chain' is used
Davide Caratti
2018-07-07
1
-1
/
+0
*
|
net/sched: act_skbedit: don't use spinlock in the data path
Davide Caratti
2018-07-12
1
-10
/
+27
*
|
net sched actions: fix coding style in pedit headers
Roman Mashak
2018-06-28
1
-0
/
+1
|
/
*
net/sched: act_csum: don't use spinlock in the fast path
Davide Caratti
2018-01-24
1
-2
/
+14
*
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
2017-12-06
1
-4
/
+2
*
act_sample: get rid of tcf_sample_cleanup_rcu()
Cong Wang
2017-11-30
1
-1
/
+0
*
act_vlan: VLAN action rewrite to use RCU lock/unlock and update
Manish Kurup
2017-11-10
1
-9
/
+37
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
10
-0
/
+10
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
10
-0
/
+10
*
|
sched: act: ife: update parameters via rcu handling
Alexander Aring
2017-10-13
1
-2
/
+8
[next]