Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
63e037bc51b32d414cd07dd700e71359ce27a11f
/
net
/
sched
/
cls_u32.c
530d995
net: sched: cls_u32: implement offload tcf_proto_op
by John Hurley
· 7 years ago
aaa908f
net_sched: switch to rcu_work
by Cong Wang
· 7 years ago
f12c643
net_sched: fix a missing idr_remove() in u32_delete_key()
by Cong Wang
· 7 years ago
339c21d
net: sched: fix tc_u_common lookup
by Jiri Pirko
· 7 years ago
c839682
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
9d21874
Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 7 years ago
eb53f7a
net/sched: cls_u32: fix cls_u32 on filter replace
by Ivan Vecera
· 7 years ago
f730cb9
cls_u32: Convert to idr_alloc_u32
by Matthew Wilcox
· 7 years ago
ffdc2d9
cls_u32: Reinstate cyclic allocation
by Matthew Wilcox
· 7 years ago
234a462
idr: Delete idr_replace_ext function
by Matthew Wilcox
· 7 years ago
9c16094
idr: Delete idr_remove_ext function
by Matthew Wilcox
· 7 years ago
d7cdee5
cls_u32: fix use after free in u32_destroy_key()
by Paolo Abeni
· 7 years ago
058a6c0
cls_u32: add missing RCU annotation.
by Paolo Abeni
· 7 years ago
458e704
cls_u32: propagate extack to delete callback
by Jakub Kicinski
· 7 years ago
f40fe58
cls_u32: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
34832e1
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
715df5e
net: sched: propagate extack to cls->destroy callbacks
by Jakub Kicinski
· 7 years ago
8f0b425
net: sched: add extack support for offload via tc_cls_common_offload
by Quentin Monnet
· 7 years ago
10a47e0
net: sched: cls_u32: propagate extack support for filter offload
by Quentin Monnet
· 7 years ago
4b981db
net: sched: cls_u32: add extack support
by Alexander Aring
· 7 years ago
1057c55
net: sched: cls: add extack support for tcf_change_indev
by Alexander Aring
· 7 years ago
571acf2
net: sched: cls: add extack support for delete callback
by Alexander Aring
· 7 years ago
50a5619
net: sched: cls: add extack support for tcf_exts_validate
by Alexander Aring
· 7 years ago
7306db3
net: sched: cls: add extack support for change callback
by Alexander Aring
· 7 years ago
8865fdd
net: sched: cls: fix code style issues
by Alexander Aring
· 7 years ago
caa7260
net: sched: keep track of offloaded filters and check tc offload feature
by Jiri Pirko
· 7 years ago
8359301
net: remove duplicate includes
by Pravin Shedge
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
35c55fc
cls_u32: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
0f04d05
net: sched: cls_u32: use bitwise & rather than logical && on n->flags
by Colin Ian King
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c0d378e
net_sched: use tcf_queue_work() in u32 filter
by Cong Wang
· 7 years ago
8d26d56
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
by Jiri Pirko
· 7 years ago
245dc51
net: sched: cls_u32: call block callbacks for offload
by Jiri Pirko
· 7 years ago
7746041
net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode
by Jiri Pirko
· 7 years ago
d18b4b3
net: sched: cls_u32: use hash_ptr() for tc_u_hash
by Arnd Bergmann
· 7 years ago
7fa9d97
net: sched: cls_u32: use block instead of q in tc_u_common
by Jiri Pirko
· 7 years ago
e761437
net_sched: use idr to allocate u32 filter handles
by Cong Wang
· 7 years ago
07d79fc
net_sched: add reverse binding for tc class
by Cong Wang
· 7 years ago
3cd904e
net_sched: kill u32_node pointer in Qdisc
by WANG Cong
· 7 years ago
7b06e8a
net: sched: remove cops->tcf_cl_offload
by Jiri Pirko
· 7 years ago
8113c09
net_sched: use void pointer for filter handle
by WANG Cong
· 7 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 7 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 7 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 7 years ago
705c709
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 8 years ago
763dbf6
net_sched: move the empty tp check from ->destroy() to ->delete()
by WANG Cong
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
24d3dc6
net/sched: cls_u32: Reflect HW offload status
by Or Gerlitz
· 8 years ago
58fa118
cls_u32: don't bother explicitly initializing ->divisor to zero
by Alexandru Moise
· 8 years ago
5a7a555
net sched: stylistic cleanups
by Jamal Hadi Salim
· 8 years ago
b9a24bb
net_sched: properly handle failure case of tcf_exts_init()
by WANG Cong
· 8 years ago
201c44b
net: cls_u32: be more strict about skip-sw flag for knodes
by Jakub Kicinski
· 9 years ago
6eef380
net: cls_u32: catch all hardware offload errors
by Jakub Kicinski
· 9 years ago
92c075d
net: sched: fix tc_should_offload for specific clsact classes
by Daniel Borkmann
· 9 years ago
d47a0f3
net: cls_u32: be more strict about skip-sw flag
by Jakub Kicinski
· 9 years ago
1a0f7d2
net: cls_u32: fix error code for invalid flags
by Jakub Kicinski
· 9 years ago
d34e3e1
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
by Samudrala, Sridhar
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
9e8ce79
net: sched: cls_u32 add bit to specify software only rules
by John Fastabend
· 9 years ago
6843e7a
net: sched: consolidate offload decision in cls_u32
by John Fastabend
· 9 years ago
a1b7c5f
net: sched: add cls_u32 offload hooks for netdevs
by John Fastabend
· 9 years ago
a6c1aea
cls_u32: complete the check for non-forced case in u32_destroy()
by WANG Cong
· 9 years ago
0fa74a4b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5778d39
net_sched: fix struct tc_u_hnode layout in u32
by WANG Cong
· 10 years ago
1e052be
net_sched: destroy proto tp when all filters are gone
by Cong Wang
· 10 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 10 years ago
a0efb80
net_sched: avoid calling tcf_unbind_filter() in call_rcu callback
by WANG Cong
· 10 years ago
18d0264
net_sched: remove the first parameter from tcf_exts_destroy()
by WANG Cong
· 10 years ago
a2aeb02
net: sched: fix compile warning in cls_u32
by Eric Dumazet
· 10 years ago
de5df63
net: sched: cls_u32 changes to knode must appear atomic to readers
by John Fastabend
· 10 years ago
a1ddcfe
net: cls_u32: fix missed pcpu_success free_percpu
by John Fastabend
· 10 years ago
4e2840e
net: sched: cls_u32: rcu can not be last node
by John Fastabend
· 10 years ago
a96366bf
net: sched: cls_u32 add missing rcu_assign_pointer and annotation
by John Fastabend
· 10 years ago
80aab73
net: sched: fix unsued cpu variable
by John Fastabend
· 10 years ago
1ce8772
net: sched: make cls_u32 lockless
by John Fastabend
· 10 years ago
459d5f6
net: sched: make cls_u32 per cpu
by John Fastabend
· 10 years ago
7801db8
net_sched: avoid generating same handle for u32 filters
by Cong Wang
· 10 years ago
2f7ef2f
sched, cls: check if we could overwrite actions when changing a filter
by Cong Wang
· 11 years ago
a8701a6
net_sched: avoid casting void pointer
by WANG Cong
· 11 years ago
2519a60
net_sched: optimize tcf_match_indev()
by WANG Cong
· 11 years ago
832d1d5
net_sched: add struct net pointer to tcf_proto_ops->dump
by WANG Cong
· 11 years ago
5da57f4
net_sched: cls: refactor out struct tcf_ext_map
by WANG Cong
· 11 years ago
33be627
net_sched: act: use standard struct list_head
by WANG Cong
· 11 years ago
82d567c
net_sched: change "foo* bar" to "foo *bar"
by Yang Yingliang
· 11 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 14 years ago
86fce3b
cls_u32: fix sparse warnings
by stephen hemminger
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
4e18b3e
cls_u32: signedness bug
by Dan Carpenter
· 14 years ago
66d50d2
u32: negative offset fix
by stephen hemminger
· 14 years ago
fbc2e7d
cls_u32: use skb_header_pointer() to dereference data safely
by Changli Gao
· 15 years ago
6ff9c36
net sched: printk message severity
by stephen hemminger
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
Next »