index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
net_sched: move the empty tp check from ->destroy() to ->delete()
WANG Cong
1
-13
/
+14
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
-1
/
+1
2017-02-14
sched: Fix accidental removal of errout goto
Jiri Pirko
1
-0
/
+1
2017-02-10
sched: check negative err value to safe one level of indent
Jiri Pirko
1
-13
/
+9
2017-02-10
sched: add missing curly braces in else branch in tc_ctl_tfilter
Jiri Pirko
1
-1
/
+2
2017-02-10
sched: move err set right before goto errout in tc_ctl_tfilter
Jiri Pirko
1
-10
/
+19
2017-02-10
sched: push TC filter protocol creation into a separate function
Jiri Pirko
1
-51
/
+59
2017-02-10
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Jiri Pirko
1
-0
/
+21
2017-02-10
sched: rename tcf_destroy to tcf_destroy_proto
Jiri Pirko
1
-4
/
+4
2016-12-26
net, sched: fix soft lockup in tc_classify
Daniel Borkmann
1
-1
/
+3
2016-12-02
net/sched: cls_flower: Add offload support using egress Hardware device
Hadar Hen Zion
1
-0
/
+24
2016-11-25
net sched filters: fix filter handle ID in tfilter_notify_chain()
Roman Mashak
1
-1
/
+1
2016-11-17
net sched filters: pass netlink message flags in event notification
Roman Mashak
1
-2
/
+3
2016-10-28
net sched filters: fix notification of filter delete with proper handle
Jamal Hadi Salim
1
-1
/
+2
2016-10-13
net_sched: do not broadcast RTM_GETTFILTER result
Eric Dumazet
1
-7
/
+11
2016-09-20
net sched: stylistic cleanups
Jamal Hadi Salim
1
-8
/
+10
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
1
-15
/
+36
2016-06-17
net, cls: also reject deleting all filters when TCA_KIND present
Daniel Borkmann
1
-1
/
+1
2016-06-11
net, cls: allow for deleting all filters for given parent
Daniel Borkmann
1
-4
/
+33
2016-06-08
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
1
-4
/
+7
2015-05-22
net: sched: fix call_rcu() race on classifier module unloads
Daniel Borkmann
1
-0
/
+5
2015-05-09
net_sched: fix a use-after-free in tc_ctl_tfilter()
WANG Cong
1
-4
/
+3
2015-03-09
net_sched: destroy proto tp when all filters are gone
Cong Wang
1
-4
/
+10
2015-02-05
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
1
-3
/
+4
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-10-08
net_sched: copy exts->type in tcf_exts_change()
WANG Cong
1
-0
/
+1
2014-09-29
net_sched: remove the first parameter from tcf_exts_destroy()
WANG Cong
1
-1
/
+1
2014-09-13
net: rcu-ify tcf_proto
John Fastabend
1
-15
/
+15
2014-07-18
net_sched: cancel nest attribute on failure in tcf_exts_dump()
Cong Wang
1
-3
/
+8
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-03
net: Allow tc changes in user namespaces
Stéphane Graber
1
-1
/
+2
2014-04-28
sched, act: allow to clear all actions as well
Cong Wang
1
-8
/
+6
2014-04-28
sched, cls: check if we could overwrite actions when changing a filter
Cong Wang
1
-4
/
+5
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-1
/
+1
2014-01-13
net_sched: add struct net pointer to tcf_proto_ops->dump
WANG Cong
1
-5
/
+6
2014-01-07
net_sched: Remove unnecessary checks for act->ops
Jamal Hadi Salim
1
-1
/
+1
2013-12-21
net_sched: fix a regression in tcf_proto_lookup_ops()
Eric Dumazet
1
-12
/
+10
2013-12-18
net_sched: convert tcf_proto_ops to use struct list_head
WANG Cong
1
-10
/
+8
2013-12-18
net_sched: cls: refactor out struct tcf_ext_map
WANG Cong
1
-18
/
+13
2013-12-18
net_sched: act: use standard struct list_head
WANG Cong
1
-28
/
+26
2013-04-08
net_cls: remove duplicated include from cls_api.c
Wei Yongjun
1
-1
/
+0
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-26
netlink: have length check of rtnl msg before deref
Hong zhi guo
1
-4
/
+5
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
1
-1
/
+1
2013-01-15
pkt_sched: namespace aware act_mirred
Benjamin LaHaise
1
-5
/
+6
2012-11-19
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
1
-0
/
+2
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-7
/
+7
2012-08-15
net sched: Pass the skb into change so it can access NETLINK_CB
Eric W. Biederman
1
-1
/
+1
2012-06-27
pkt_sched: cls_api: Move away from NLMSG_NEW().
David S. Miller
1
-5
/
+7
[next]