Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c24449b321095d8c80cdda3d68107269c1d5569f
/
net
/
sched
/
act_sample.c
8cbfe93
flow_offload: allow user to offload tc action to net device
by Baowen Zheng
· 3 years ago
c54e1d9
flow_offload: add ops to tc_action_ops for flow action setup
by Baowen Zheng
· 3 years ago
40bd094
flow_offload: fill flags to action structure
by Baowen Zheng
· 3 years ago
50dc9a8
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
by Ahmed S. Darwish
· 3 years, 2 months ago
695176b
net_sched: refactor TC action init API
by Cong Wang
· 3 years, 5 months ago
a03e99d
psample: Encapsulate packet metadata in a struct
by Ido Schimmel
· 3 years, 10 months ago
58c0439
sched: act_sample: Implement stats_update callback
by Ido Schimmel
· 3 years, 10 months ago
e49d8c2
net_sched: defer tcf_idr_insert() in tcf_action_init_1()
by Cong Wang
· 4 years, 3 months ago
7a47281
net: sched: lock action when translating it to flow_action infra
by Vlad Buslov
· 4 years, 10 months ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e382267
net: sched: update action implementations to support flags
by Vlad Buslov
· 5 years ago
abbb0d3
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
by Vlad Buslov
· 5 years ago
445d374
net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()
by Paul E. McKenney
· 5 years ago
92974a1
net/sched: act_sample: don't push mac header on ip6gre ingress
by Davide Caratti
· 5 years ago
4a5da47
net: sched: take reference to psample group in flow_action infra
by Vlad Buslov
· 5 years ago
dbf47a2
net: sched: act_sample: fix psample group handling on overwrite
by Vlad Buslov
· 5 years ago
981471b
net_sched: fix a NULL pointer deref in ipt action
by Cong Wang
· 5 years ago
7be8ef2
net: sched: use temporary variable for actions indexes
by Dmytro Linkin
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
fae2708
net/sched: act_sample: fix divide by zero in the traffic path
by Davide Caratti
· 6 years ago
e8c87c6
net/sched: act_sample: validate the control action inside init()
by Davide Caratti
· 6 years ago
85d0966
net/sched: prepare TC actions to properly validate the control action
by Davide Caratti
· 6 years ago
eddd2cf
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
by Eli Cohen
· 6 years ago
e366fa4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
34043d2
net/sched: act_sample: fix NULL dereference in the data path
by Davide Caratti
· 6 years ago
f061b48
Revert "net: sched: act: add extack for lookup callback"
by Cong Wang
· 6 years ago
97a3f84f
net_sched: remove unnecessary ops->delete()
by Cong Wang
· 6 years ago
653cd28
net: sched: always disable bh when taking tcf_lock
by Vlad Buslov
· 6 years ago
d772849
net: sched: act_sample: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
7fd4b28
tc/act: remove unneeded RCU lock in action callback
by Paolo Abeni
· 6 years ago
0190c1d
net: sched: atomically check-allocate action
by Vlad Buslov
· 6 years ago
4e8ddd7
net: sched: don't release reference on action overwrite
by Vlad Buslov
· 6 years ago
b409074
net: sched: add 'delete' function to action ops
by Vlad Buslov
· 6 years ago
789871b
net: sched: implement unlocked action init API
by Vlad Buslov
· 6 years ago
036bb44
net: sched: change type of reference and bind counters
by Vlad Buslov
· 6 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1f110e7
net/sched: fix NULL dereference in the error path of tcf_sample_init()
by Davide Caratti
· 7 years ago
685ecfb
net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations
by Kirill Tkhai
· 7 years ago
b362014
net: sched: act: handle extack in tcf_generic_walker
by Alexander Aring
· 7 years ago
4178010
net: sched: act: add extack for walk callback
by Alexander Aring
· 7 years ago
331a929
net: sched: act: add extack for lookup callback
by Alexander Aring
· 7 years ago
589dad6
net: sched: act: add extack to init callback
by Alexander Aring
· 7 years ago
039af9c
net_sched: switch to exit_batch for action pernet ops
by Cong Wang
· 7 years ago
9a63b25
net_sched: remove unused parameter from act cleanup ops
by Cong Wang
· 7 years ago
90a6ec8
act_sample: get rid of tcf_sample_cleanup_rcu()
by Cong Wang
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
f1fd20c
MAINTAINERS: Update Yotam's E-mail
by Yotam Gigi
· 7 years ago
46e235c
net_sched: fix call_rcu() race on act_sample module removal
by Cong Wang
· 7 years ago
65a206c
net/sched: Change act_api and act_xxx modules to use IDR
by Chris Mi
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
f3b2031
net/sched: act_psample: Remove unnecessary ASSERT_RTNL
by Yotam Gigi
· 8 years ago
cadb9c9
net/sched: act_sample: Fix error path in init
by Yotam Gigi
· 8 years ago
5c5670f
net/sched: Introduce sample tc action
by Yotam Gigi
· 8 years ago