Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
4ad5a999c46003e26356104e7e5ae5a656a2dae5
/
net
/
sched
/
act_api.c
290aa0a
net: sched: don't disable bh when accessing action idr
by Vlad Buslov
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
734549e
net sched actions: fix dumping which requires several messages to user space
by Craig Dillabaugh
· 7 years ago
affaa0c
net/sched: remove tcf_idr_cleanup()
by Davide Caratti
· 7 years ago
4e76e75
net sched actions: calculate add/delete event message size
by Roman Mashak
· 7 years ago
d04e699
net sched actions: update Add/Delete action API with new argument
by Roman Mashak
· 7 years ago
d143b9e
net sched actions: corrected extack message
by Roman Mashak
· 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
84ae017
net: sched: act: handle generic action errors
by Alexander Aring
· 7 years ago
aea0d72
net: sched: act: add extack to init
by Alexander Aring
· 7 years ago
1af851558
net: sched: act: fix code style
by Alexander Aring
· 7 years ago
ee99b2d
net: Revert sched action extack support series.
by David S. Miller
· 7 years ago
10defbd
net: sched: act: add extack to init
by Alexander Aring
· 7 years ago
b7b347f
net: sched: act: fix code style
by Alexander Aring
· 7 years ago
66dede2
net: sched: fix unbalance in the error path of tca_action_flush()
by Davide Caratti
· 7 years ago
13da199
net: Convert subsys_initcall() registered pernet_operations from net/sched
by Kirill Tkhai
· 7 years ago
7a45757
idr: Rename idr_for_each_entry_ext
by Matthew Wilcox
· 7 years ago
339913a
net sched actions: Convert to use idr_alloc_u32
by Matthew Wilcox
· 7 years ago
322d884
idr: Delete idr_find_ext function
by Matthew Wilcox
· 7 years ago
234a462
idr: Delete idr_replace_ext function
by Matthew Wilcox
· 7 years ago
9c16094
idr: Delete idr_remove_ext function
by Matthew Wilcox
· 7 years ago
9a63b25
net_sched: remove unused parameter from act cleanup ops
by Cong Wang
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
a159d3c
net_sched: acquire RTNL in tc_action_net_exit()
by Cong Wang
· 7 years ago
0843c09
net/sched: Set the net-device for egress device instance
by Or Gerlitz
· 7 years ago
b3f55bd
net: sched: introduce per-egress action device callbacks
by Jiri Pirko
· 7 years ago
255cd50
net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
by Jiri Pirko
· 7 years ago
d7fb60b
net_sched: get rid of tcfa_rcu
by Cong Wang
· 7 years ago
2c8468d
net: sched: don't use GFP_KERNEL under spin lock
by Jakub Kicinski
· 7 years ago
65a206c
net/sched: Change act_api and act_xxx modules to use IDR
by Chris Mi
· 7 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 8 years ago
ec1a9cc
net: sched: remove check for number of actions in tcf_exts_exec
by Jiri Pirko
· 8 years ago
e62e484
net sched actions: add time filter for action dumping
by Jamal Hadi Salim
· 8 years ago
90825b2
net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batch
by Jamal Hadi Salim
· 8 years ago
df823b0
net sched actions: Use proper root attribute table for actions
by Jamal Hadi Salim
· 8 years ago
c4c4290
net sched actions: rename act_get_notify() to tcf_get_notify()
by Roman Mashak
· 8 years ago
367a8ce
net_sched: only create filter chains for new filters/actions
by WANG Cong
· 8 years ago
db50514
net: sched: add termination action to allow goto chain
by Jiri Pirko
· 8 years ago
9fb9f25
net: sched: push tp down to action init
by Jiri Pirko
· 8 years ago
9da3242
net: sched: add helpers to handle extended actions
by Jiri Pirko
· 8 years ago
e0ee84d
net sched actions: Complete the JUMPX opcode
by Jamal Hadi Salim
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e0535ce
net sched actions: allocate act cookie early
by Wolfgang Bumiller
· 8 years ago
c21ef3e
net: rtnetlink: plumb extended ack to doit function
by David Ahern
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
37f1c63
net sched actions: do not overwrite status of action creation.
by Roman Mashak
· 8 years ago
edb9d1b
net sched actions: decrement module reference count after table flush.
by Roman Mashak
· 8 years ago
6f2e3f7
net_sched: nla_memdup_cookie() can be static
by Wei Yongjun
· 8 years ago
1045ba7
net sched actions: Add support for user cookies
by Jamal Hadi Salim
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0faa9cb
net sched actions: fix refcnt when GETing of action after bind
by Jamal Hadi Salim
· 8 years ago
e7246e1
net-tc: extract skip classify bit from tc_verd
by Willem de Bruijn
· 8 years ago
1c0d32f
net_sched: gen_estimator: complete rewrite of rate estimators
by Eric Dumazet
· 8 years ago
4700e9c
net_sched actions: use nla_parse_nested()
by Johannes Berg
· 8 years ago
ab102b8
net_sched: reorder pernet ops and act ops registrations
by WANG Cong
· 8 years ago
aecc5ce
net sched actions: fix GETing actions
by Jamal Hadi Salim
· 8 years ago
5a7a555
net sched: stylistic cleanups
by Jamal Hadi Salim
· 8 years ago
22dc13c
net_sched: convert tcf_exts from list to pointer array
by WANG Cong
· 9 years ago
824a7e8
net_sched: remove an unnecessary list_del()
by WANG Cong
· 9 years ago
f07fed8
net_sched: remove the leftover cleanup_a()
by WANG Cong
· 9 years ago
ec0595c
net_sched: get rid of struct tcf_common
by WANG Cong
· 9 years ago
a85a970
net_sched: move tc_action into tcf_common
by WANG Cong
· 9 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ebecaa6
net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
by Jamal Hadi Salim
· 9 years ago
b231307
net_sched: make tcf_hash_check() boolean
by WANG Cong
· 9 years ago
edb09eb
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
by Eric Dumazet
· 9 years ago
0b0f43f
net sched: indentation and other OCD stylistic fixes
by Jamal Hadi Salim
· 9 years ago
53eb440
net sched actions: introduce timestamp for firsttime use
by Jamal Hadi Salim
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
ddf97cc
net_sched: add network namespace support for tc actions
by WANG Cong
· 9 years ago
1d4150c
net_sched: prepare tcf_hashinfo_destroy() for netns support
by WANG Cong
· 9 years ago
3c64562
net_sched: make tcf_hash_destroy() static
by Alexei Starovoitov
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
28e6b67
net: sched: fix refcount imbalance in actions
by Daniel Borkmann
· 10 years ago
519c818
net: sched: add percpu stats to actions
by Eric Dumazet
· 10 years ago
4749c3ef
net: sched: remove TC_MUNGED bits
by Florian Westphal
· 10 years ago
b0ab6f9
net: sched: enable per cpu qstats
by John Fastabend
· 10 years ago
6401585
net: sched: restrict use of qstats qlen
by John Fastabend
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
03701d6
net_sched: act: clean up tca_action_flush()
by WANG Cong
· 11 years ago
55334a5
net_sched: act: refuse to remove bound action outside
by WANG Cong
· 11 years ago
4f1e9d8
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
by WANG Cong
· 11 years ago
a5b5c95
net_sched: act: refactor cleanup ops
by WANG Cong
· 11 years ago
8606203
net_sched: act: hide struct tcf_common from API
by WANG Cong
· 11 years ago
6e6a50c
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
by WANG Cong
· 11 years ago
c779f7a
net_sched: act: fetch hinfo from a->ops->hinfo
by WANG Cong
· 11 years ago
7eb8896
net_sched: act: remove struct tcf_act_hdr
by WANG Cong
· 11 years ago
a56e195
net_sched: act: clean up notification functions
by WANG Cong
· 11 years ago
ddafd34
net_sched: act: move idx_gen into struct tcf_hashinfo
by WANG Cong
· 11 years ago
805c1f4
net_sched: act: action flushing missaccounting
by Jamal Hadi Salim
· 11 years ago
63acd68
net_sched: Remove unnecessary checks for act->ops
by Jamal Hadi Salim
· 11 years ago
9c75f40
sched action: make local function static
by stephen hemminger
· 11 years ago
Next »