Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1e34064b60552616b2767d22f2e6f440ced09acb
/
net
/
sched
/
cls_cgroup.c
695176b
net_sched: refactor TC action init API
by Cong Wang
· 3 years, 6 months ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
594725d
cls_cgroup: avoid panic when receiving a packet before filter set
by Matteo Croce
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
1421510
net_sched: initialize net pointer inside tcf_exts_init()
by Cong Wang
· 6 years ago
8b58d12
net: sched: cgroup: verify that filter is not NULL during walk
by Vlad Buslov
· 6 years ago
12db03b
net: sched: extend proto ops to support unlocked classifiers
by Vlad Buslov
· 6 years ago
ec6743a
net: sched: track rtnl lock status when validating extensions
by Vlad Buslov
· 6 years ago
aaa908f
net_sched: switch to rcu_work
by Cong Wang
· 7 years ago
715df5e
net: sched: propagate extack to cls->destroy callbacks
by Jakub Kicinski
· 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
ed14816
cls_cgroup: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
b1b5b04
net_sched: use tcf_queue_work() in cgroup filter
by Cong Wang
· 7 years ago
8113c09
net_sched: use void pointer for filter handle
by WANG Cong
· 7 years ago
8cc6251
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
4ebc1e3
net: sched: remove unneeded tcf_em_tree_change
by Jiri Pirko
· 7 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
d936377
net, sched: respect rcu grace period on cls destruction
by Daniel Borkmann
· 8 years ago
b9a24bb
net_sched: properly handle failure case of tcf_exts_init()
by WANG Cong
· 8 years ago
b87a173
cls_cgroup: factor out classid retrieval
by Daniel Borkmann
· 10 years ago
1e052be
net_sched: destroy proto tp when all filters are gone
by Cong Wang
· 10 years ago
6ea3b44
net: sched: cls: use nla_nest_cancel instead of nlmsg_trim
by Jiri Pirko
· 10 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 10 years ago
18b5427
net_sched: cls_cgroup: remove unnecessary if
by Jiri Pirko
· 10 years ago
13990f8
net: sched: cls_cgroup tear down exts and ematch from rcu callback
by John Fastabend
· 10 years ago
82a470f
net: sched: remove tcf_proto from ematch calls
by John Fastabend
· 10 years ago
18d0264
net_sched: remove the first parameter from tcf_exts_destroy()
by WANG Cong
· 10 years ago
9f6c38e
net: sched: cls_cgroup need tcf_exts_init in all cases
by John Fastabend
· 10 years ago
d14cbfc8
net: sched: cls_cgroup fix possible memory leak of 'new'
by John Fastabend
· 10 years ago
952313b
net: sched: cls_cgroup use RCU
by John Fastabend
· 10 years ago
2f7ef2f
sched, cls: check if we could overwrite actions when changing a filter
by Cong Wang
· 11 years ago
832d1d5
net_sched: add struct net pointer to tcf_proto_ops->dump
by WANG Cong
· 11 years ago
855404e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 11 years ago
fe1217c
net: net_cls: move cgroupfs classid handling into core
by Daniel Borkmann
· 11 years ago
c1ddf29
net: revert "sched classifier: make cgroup table local"
by Cong Wang
· 11 years ago
de6fb28
sched classifier: make cgroup table local
by stephen hemminger
· 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
ff0bfad
cgroup: cls: remove unnecessary task_cls_classid
by Gao feng
· 11 years ago
d99c872
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
eb95419
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
by Tejun Heo
· 11 years ago
6387698
cgroup: add css_parent()
by Tejun Heo
· 11 years ago
a7c6d55
cgroup: add/update accessors which obtain subsys specific data from css
by Tejun Heo
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
0ba18f7
netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
by Tejun Heo
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
6a328d8
cgroup: net_cls: Rework update socket logic
by Daniel Wagner
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
8a8e04d
cgroup: Assign subsystem IDs during compile time
by Daniel Wagner
· 12 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 13 years ago
4baf6e3
cgroup: convert all non-memcg controllers to the new cftype interface
by Tejun Heo
· 13 years ago
676f7c8
cgroup: relocate cftype and cgroup_subsys definitions in controllers
by Tejun Heo
· 13 years ago
761b3ef5
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
c00b2c9
cls_cgroup: Fix crash on module unload
by Herbert Xu
· 14 years ago
75e1056
sched: Fix softirq time accounting
by Venkatesh Pallipadi
· 14 years ago
f845172
cls_cgroup: Store classid in struct sock
by Herbert Xu
· 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
8e039d8
cgroups: net_cls as module
by Ben Blum
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
52ea3a5
cls_cgroup: Fix oops when user send improperly 'tc filter add' request
by Minoru Usui
· 16 years ago
b2f8f75
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e65fcfd
cls_cgroup: read classid atomically in classifier
by Paul Menage
· 16 years ago
cb1c4b7
cls_cgroup: remove unneeded cgroup_lock
by Li Zefan
· 16 years ago
8e8ba85
cls_cgroup: clean up for cgroup part
by Li Zefan
· 16 years ago
2f068bf
cls_cgroup: fix an oops when removing a cgroup
by Li Zefan
· 16 years ago
47a1a1d
pkt_sched: remove unnecessary xchg() in packet classifiers
by Patrick McHardy
· 16 years ago
f400923
pkt_sched: Control group classifier
by Thomas Graf
· 16 years ago