index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net sched actions: fix refcnt when GETing of action after bind
Jamal Hadi Salim
2017-01-16
1
-3
/
+2
*
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
2016-12-05
1
-6
/
+3
*
net_sched actions: use nla_parse_nested()
Johannes Berg
2016-10-29
1
-2
/
+1
*
net_sched: reorder pernet ops and act ops registrations
WANG Cong
2016-10-13
1
-8
/
+11
*
net sched actions: fix GETing actions
Jamal Hadi Salim
2016-09-20
1
-0
/
+20
*
net sched: stylistic cleanups
Jamal Hadi Salim
2016-09-19
1
-10
/
+6
*
net_sched: convert tcf_exts from list to pointer array
WANG Cong
2016-08-17
1
-5
/
+6
*
net_sched: remove an unnecessary list_del()
WANG Cong
2016-08-17
1
-1
/
+0
*
net_sched: remove the leftover cleanup_a()
WANG Cong
2016-08-17
1
-19
/
+3
*
net_sched: get rid of struct tcf_common
WANG Cong
2016-07-25
1
-72
/
+67
*
net_sched: move tc_action into tcf_common
WANG Cong
2016-07-25
1
-96
/
+53
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-1
/
+1
|
\
|
*
net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
Jamal Hadi Salim
2016-06-15
1
-1
/
+1
*
|
net_sched: make tcf_hash_check() boolean
WANG Cong
2016-06-15
1
-4
/
+4
*
|
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2016-06-07
1
-2
/
+2
*
|
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
2016-06-07
1
-8
/
+11
*
|
net sched actions: introduce timestamp for firsttime use
Jamal Hadi Salim
2016-06-07
1
-0
/
+1
|
/
*
sched: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
1
-2
/
+5
*
net_sched: add network namespace support for tc actions
WANG Cong
2016-02-25
1
-55
/
+58
*
net_sched: prepare tcf_hashinfo_destroy() for netns support
WANG Cong
2016-02-25
1
-3
/
+29
*
net_sched: make tcf_hash_destroy() static
Alexei Starovoitov
2015-08-26
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-31
1
-5
/
+6
|
\
|
*
net: sched: fix refcount imbalance in actions
Daniel Borkmann
2015-07-30
1
-5
/
+6
*
|
net: sched: add percpu stats to actions
Eric Dumazet
2015-07-08
1
-10
/
+34
|
/
*
net: sched: remove TC_MUNGED bits
Florian Westphal
2015-05-02
1
-5
/
+0
*
net: sched: enable per cpu qstats
John Fastabend
2014-09-30
1
-1
/
+1
*
net: sched: restrict use of qstats qlen
John Fastabend
2014-09-30
1
-1
/
+3
*
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
2014-09-30
1
-2
/
+3
*
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-04-24
1
-1
/
+1
*
net_sched: act: clean up tca_action_flush()
WANG Cong
2014-02-12
1
-30
/
+23
*
net_sched: act: refuse to remove bound action outside
WANG Cong
2014-02-12
1
-6
/
+20
*
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
WANG Cong
2014-02-12
1
-1
/
+15
*
net_sched: act: refactor cleanup ops
WANG Cong
2014-02-12
1
-3
/
+5
*
net_sched: act: hide struct tcf_common from API
WANG Cong
2014-02-12
1
-13
/
+30
*
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
WANG Cong
2014-01-21
1
-3
/
+3
*
net_sched: act: fetch hinfo from a->ops->hinfo
WANG Cong
2014-01-21
1
-12
/
+11
*
net_sched: act: remove struct tcf_act_hdr
WANG Cong
2014-01-13
1
-8
/
+8
*
net_sched: act: clean up notification functions
WANG Cong
2014-01-13
1
-55
/
+40
*
net_sched: act: move idx_gen into struct tcf_hashinfo
WANG Cong
2014-01-13
1
-5
/
+5
*
net_sched: act: action flushing missaccounting
Jamal Hadi Salim
2014-01-06
1
-2
/
+3
*
net_sched: Remove unnecessary checks for act->ops
Jamal Hadi Salim
2014-01-06
1
-31
/
+15
*
sched action: make local function static
stephen hemminger
2014-01-02
1
-5
/
+3
*
net_sched: fix regression in tc_action_ops
Eric Dumazet
2013-12-20
1
-40
/
+13
*
net_sched: convert tc_action_ops to use struct list_head
WANG Cong
2013-12-18
1
-11
/
+9
*
net_sched: convert tcf_hashinfo to hlist and use spinlock
WANG Cong
2013-12-18
1
-39
/
+30
*
net_sched: init struct tcf_hashinfo at register time
WANG Cong
2013-12-18
1
-8
/
+8
*
net_sched: act: use standard struct list_head
WANG Cong
2013-12-18
1
-60
/
+45
*
net_sched: remove get_stats from tc_action_ops
WANG Cong
2013-12-18
1
-4
/
+0
*
net_sched: remove unnecessary parentheses while return
Yang Yingliang
2013-12-10
1
-1
/
+2
*
net_sched: Provide default walker function for actions
Jamal Hadi Salim
2013-12-05
1
-6
/
+3
[next]