index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
net: sched: add helpers to handle extended actions
Jiri Pirko
1
-1
/
+1
2017-04-25
net sched actions: Complete the JUMPX opcode
Jamal Hadi Salim
1
-0
/
+25
2017-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+32
2017-04-20
net sched actions: allocate act cookie early
Wolfgang Bumiller
1
-23
/
+32
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
1
-2
/
+3
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-9
/
+11
2017-02-27
net sched actions: do not overwrite status of action creation.
Roman Mashak
1
-2
/
+2
2017-02-27
net sched actions: decrement module reference count after table flush.
Roman Mashak
1
-4
/
+1
2017-02-14
net_sched: nla_memdup_cookie() can be static
Wei Yongjun
1
-1
/
+1
2017-01-25
net sched actions: Add support for user cookies
Jamal Hadi Salim
1
-0
/
+45
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+2
2017-01-17
net sched actions: fix refcnt when GETing of action after bind
Jamal Hadi Salim
1
-3
/
+2
2017-01-09
net-tc: extract skip classify bit from tc_verd
Willem de Bruijn
1
-7
/
+4
2016-12-05
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
1
-6
/
+3
2016-10-29
net_sched actions: use nla_parse_nested()
Johannes Berg
1
-2
/
+1
2016-10-13
net_sched: reorder pernet ops and act ops registrations
WANG Cong
1
-8
/
+11
2016-09-21
net sched actions: fix GETing actions
Jamal Hadi Salim
1
-0
/
+20
2016-09-20
net sched: stylistic cleanups
Jamal Hadi Salim
1
-10
/
+6
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
1
-5
/
+6
2016-08-18
net_sched: remove an unnecessary list_del()
WANG Cong
1
-1
/
+0
2016-08-18
net_sched: remove the leftover cleanup_a()
WANG Cong
1
-19
/
+3
2016-07-26
net_sched: get rid of struct tcf_common
WANG Cong
1
-72
/
+67
2016-07-26
net_sched: move tc_action into tcf_common
WANG Cong
1
-96
/
+53
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-06-16
net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
Jamal Hadi Salim
1
-1
/
+1
2016-06-15
net_sched: make tcf_hash_check() boolean
WANG Cong
1
-4
/
+4
2016-06-08
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
1
-2
/
+2
2016-06-08
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
1
-8
/
+11
2016-06-08
net sched actions: introduce timestamp for firsttime use
Jamal Hadi Salim
1
-0
/
+1
2016-04-26
sched: align nlattr properly when needed
Nicolas Dichtel
1
-2
/
+5
2016-02-25
net_sched: add network namespace support for tc actions
WANG Cong
1
-55
/
+58
2016-02-25
net_sched: prepare tcf_hashinfo_destroy() for netns support
WANG Cong
1
-3
/
+29
2015-08-26
net_sched: make tcf_hash_destroy() static
Alexei Starovoitov
1
-2
/
+1
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2015-07-31
net: sched: fix refcount imbalance in actions
Daniel Borkmann
1
-5
/
+6
2015-07-08
net: sched: add percpu stats to actions
Eric Dumazet
1
-10
/
+34
2015-05-03
net: sched: remove TC_MUNGED bits
Florian Westphal
1
-5
/
+0
2014-09-30
net: sched: enable per cpu qstats
John Fastabend
1
-1
/
+1
2014-09-30
net: sched: restrict use of qstats qlen
John Fastabend
1
-1
/
+3
2014-09-30
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
1
-2
/
+3
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-1
/
+1
2014-02-13
net_sched: act: clean up tca_action_flush()
WANG Cong
1
-30
/
+23
2014-02-13
net_sched: act: refuse to remove bound action outside
WANG Cong
1
-6
/
+20
2014-02-13
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
WANG Cong
1
-1
/
+15
2014-02-13
net_sched: act: refactor cleanup ops
WANG Cong
1
-3
/
+5
2014-02-13
net_sched: act: hide struct tcf_common from API
WANG Cong
1
-13
/
+30
2014-01-22
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
WANG Cong
1
-3
/
+3
2014-01-22
net_sched: act: fetch hinfo from a->ops->hinfo
WANG Cong
1
-12
/
+11
2014-01-13
net_sched: act: remove struct tcf_act_hdr
WANG Cong
1
-8
/
+8
2014-01-13
net_sched: act: clean up notification functions
WANG Cong
1
-55
/
+40
[next]