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
/
cls_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net_sched: carefully handle tcf_block_put()
Cong Wang
2017-09-12
1
-6
/
+18
*
net_sched: fix reference counting of tc filter chain
Cong Wang
2017-09-12
1
-21
/
+26
*
net: sched: fix memleak for chain zero
Jiri Pirko
2017-09-07
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-4
/
+12
|
\
|
*
net: sched: don't do tcf_chain_flush from tcf_chain_destroy
Jiri Pirko
2017-08-22
1
-3
/
+3
|
*
net: sched: fix use after free when tcf_chain_destroy is called multiple times
Jiri Pirko
2017-08-22
1
-2
/
+10
*
|
net_sched: remove tc class reference counting
WANG Cong
2017-08-25
1
-11
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-21
1
-1
/
+1
|
\
|
|
*
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
2017-08-18
1
-1
/
+1
*
|
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-3
/
+3
*
|
net_sched: get rid of some forward declarations
WANG Cong
2017-08-08
1
-111
/
+103
*
|
net_sched: use void pointer for filter handle
WANG Cong
2017-08-07
1
-9
/
+8
*
|
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
2017-08-07
1
-5
/
+39
*
|
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
2017-08-04
1
-8
/
+2
*
|
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
2017-08-04
1
-1
/
+1
*
|
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
2017-08-04
1
-1
/
+1
|
/
*
net_sched: only create filter chains for new filters/actions
WANG Cong
2017-05-25
1
-4
/
+9
*
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
2017-05-25
1
-3
/
+5
*
net/sched: fix filter flushing
Jiri Pirko
2017-05-23
1
-3
/
+10
*
net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove
Jiri Pirko
2017-05-23
1
-2
/
+2
*
net: sched: add termination action to allow goto chain
Jiri Pirko
2017-05-17
1
-1
/
+5
*
net: sched: push tp down to action init
Jiri Pirko
2017-05-17
1
-4
/
+5
*
net: sched: introduce multichain support for filters
Jiri Pirko
2017-05-17
1
-16
/
+88
*
net: sched: push chain dump to a separate function
Jiri Pirko
2017-05-17
1
-43
/
+52
*
net: sched: introduce helpers to work with filter chains
Jiri Pirko
2017-05-17
1
-41
/
+107
*
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
2017-05-17
1
-2
/
+2
*
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
2017-05-17
1
-6
/
+7
*
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
2017-05-17
1
-3
/
+3
*
net: sched: introduce tcf block infractructure
Jiri Pirko
2017-05-17
1
-10
/
+38
*
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2017-05-17
1
-0
/
+48
*
net_sched: move the empty tp check from ->destroy() to ->delete()
WANG Cong
2017-04-21
1
-13
/
+14
*
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-17
1
-2
/
+3
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-1
/
+1
*
sched: Fix accidental removal of errout goto
Jiri Pirko
2017-02-14
1
-0
/
+1
*
sched: check negative err value to safe one level of indent
Jiri Pirko
2017-02-10
1
-13
/
+9
*
sched: add missing curly braces in else branch in tc_ctl_tfilter
Jiri Pirko
2017-02-10
1
-1
/
+2
*
sched: move err set right before goto errout in tc_ctl_tfilter
Jiri Pirko
2017-02-10
1
-10
/
+19
*
sched: push TC filter protocol creation into a separate function
Jiri Pirko
2017-02-10
1
-51
/
+59
*
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Jiri Pirko
2017-02-10
1
-0
/
+21
*
sched: rename tcf_destroy to tcf_destroy_proto
Jiri Pirko
2017-02-10
1
-4
/
+4
*
net, sched: fix soft lockup in tc_classify
Daniel Borkmann
2016-12-26
1
-1
/
+3
*
net/sched: cls_flower: Add offload support using egress Hardware device
Hadar Hen Zion
2016-12-02
1
-0
/
+24
*
net sched filters: fix filter handle ID in tfilter_notify_chain()
Roman Mashak
2016-11-24
1
-1
/
+1
*
net sched filters: pass netlink message flags in event notification
Roman Mashak
2016-11-17
1
-2
/
+3
*
net sched filters: fix notification of filter delete with proper handle
Jamal Hadi Salim
2016-10-27
1
-1
/
+2
*
net_sched: do not broadcast RTM_GETTFILTER result
Eric Dumazet
2016-10-13
1
-7
/
+11
*
net sched: stylistic cleanups
Jamal Hadi Salim
2016-09-19
1
-8
/
+10
*
net_sched: convert tcf_exts from list to pointer array
WANG Cong
2016-08-17
1
-15
/
+36
*
net, cls: also reject deleting all filters when TCA_KIND present
Daniel Borkmann
2016-06-16
1
-1
/
+1
*
net, cls: allow for deleting all filters for given parent
Daniel Borkmann
2016-06-10
1
-4
/
+33
[next]