WANG Cong
|
22dc13c837
net_sched: convert tcf_exts from list to pointer array
|
9 years ago |
WANG Cong
|
824a7e8863
net_sched: remove an unnecessary list_del()
|
9 years ago |
WANG Cong
|
f07fed82ad
net_sched: remove the leftover cleanup_a()
|
9 years ago |
WANG Cong
|
ec0595cc44
net_sched: get rid of struct tcf_common
|
9 years ago |
WANG Cong
|
a85a970af2
net_sched: move tc_action into tcf_common
|
9 years ago |
David S. Miller
|
ee58b57100
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Jamal Hadi Salim
|
ebecaa6662
net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
|
9 years ago |
WANG Cong
|
b2313077ed
net_sched: make tcf_hash_check() boolean
|
9 years ago |
Eric Dumazet
|
edb09eb17e
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
|
9 years ago |
Jamal Hadi Salim
|
0b0f43fe2e
net sched: indentation and other OCD stylistic fixes
|
9 years ago |
Jamal Hadi Salim
|
53eb440f4a
net sched actions: introduce timestamp for firsttime use
|
9 years ago |
Nicolas Dichtel
|
9854518ea0
sched: align nlattr properly when needed
|
9 years ago |
WANG Cong
|
ddf97ccdd7
net_sched: add network namespace support for tc actions
|
9 years ago |
WANG Cong
|
1d4150c02c
net_sched: prepare tcf_hashinfo_destroy() for netns support
|
9 years ago |
Alexei Starovoitov
|
3c645621b7
net_sched: make tcf_hash_destroy() static
|
10 years ago |
David S. Miller
|
5510b3c2a1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 years ago |
Daniel Borkmann
|
28e6b67f0b
net: sched: fix refcount imbalance in actions
|
10 years ago |
Eric Dumazet
|
519c818e8f
net: sched: add percpu stats to actions
|
10 years ago |
Florian Westphal
|
4749c3ef85
net: sched: remove TC_MUNGED bits
|
10 years ago |
John Fastabend
|
b0ab6f9275
net: sched: enable per cpu qstats
|
11 years ago |
John Fastabend
|
6401585366
net: sched: restrict use of qstats qlen
|
11 years ago |
John Fastabend
|
22e0f8b932
net: sched: make bstats per cpu and estimator RCU safe
|
11 years ago |
Eric W. Biederman
|
90f62cf30a
net: Use netlink_ns_capable to verify the permisions of netlink messages
|
11 years ago |
WANG Cong
|
03701d6ebd
net_sched: act: clean up tca_action_flush()
|
11 years ago |
WANG Cong
|
55334a5db5
net_sched: act: refuse to remove bound action outside
|
11 years ago |
WANG Cong
|
4f1e9d8949
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
|
11 years ago |
WANG Cong
|
a5b5c958ff
net_sched: act: refactor cleanup ops
|
11 years ago |
WANG Cong
|
86062033fe
net_sched: act: hide struct tcf_common from API
|
11 years ago |
WANG Cong
|
6e6a50c254
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
|
11 years ago |
WANG Cong
|
c779f7af99
net_sched: act: fetch hinfo from a->ops->hinfo
|
11 years ago |