index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-24
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-27
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-19
net sched: stylistic cleanups
Jamal Hadi Salim
1
-8
/
+10
2016-08-17
net_sched: convert tcf_exts from list to pointer array
WANG Cong
1
-15
/
+36
2016-06-16
net, cls: also reject deleting all filters when TCA_KIND present
Daniel Borkmann
1
-1
/
+1
2016-06-10
net, cls: allow for deleting all filters for given parent
Daniel Borkmann
1
-4
/
+33
2016-06-07
net sched: indentation and other OCD stylistic fixes
Jamal Hadi Salim
1
-4
/
+7
2015-05-21
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-04
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
1
-3
/
+4
2014-10-08
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-28
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-17
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-02
net: Allow tc changes in user namespaces
Stéphane Graber
1
-1
/
+2
2014-04-27
sched, act: allow to clear all actions as well
Cong Wang
1
-8
/
+6
2014-04-27
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-06
net_sched: Remove unnecessary checks for act->ops
Jamal Hadi Salim
1
-1
/
+1
2013-12-20
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-07
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-14
pkt_sched: namespace aware act_mirred
Benjamin LaHaise
1
-5
/
+6
2012-11-18
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-14
net sched: Pass the skb into change so it can access NETLINK_CB
Eric W. Biederman
1
-1
/
+1
2012-06-26
pkt_sched: cls_api: Move away from NLMSG_NEW().
David S. Miller
1
-5
/
+7
2012-04-01
pkt_sched: Stop using NLA_PUT*().
David S. Miller
1
-1
/
+2
2011-07-06
net: sched: constify tcf_proto and tc_action
Eric Dumazet
1
-3
/
+3
2011-06-09
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
1
-3
/
+3
[next]