Kees Cook
|
3859a271a0
randstruct: Mark various structs for randomization
|
8 years ago |
Eric W. Biederman
|
b54807fa52
sysctl: Remove dead register_sysctl_root
|
8 years ago |
Konstantin Khlebnikov
|
d6cffbbe9a
proc/sysctl: prune stale dentries during unregistering
|
8 years ago |
Linus Torvalds
|
14986a34e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
8 years ago |
David S. Miller
|
6abdd5f593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Subash Abhinov Kasiviswanathan
|
e7d316a02f
sysctl: handle error writing UINT_MAX to u32 fields
|
9 years ago |
Dmitry Torokhov
|
e79c6a4fc9
net: make net namespace sysctls belong to container's owner
|
9 years ago |
Eric W. Biederman
|
13bcc6a285
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
|
9 years ago |
Alexey Dobriyan
|
db3f600124
uapi: move forward declarations of internal structures
|
9 years ago |
Eric W. Biederman
|
f9bd6733d3
sysctl: Allow creating permanently empty directories that serve as mountpoints.
|
10 years ago |
Heinrich Schuchardt
|
16db3d3f11
kernel/sysctl.c: threads-max observe limits
|
10 years ago |
Joe Perches
|
e5eea0981a
sysctl: remove typedef ctl_table
|
11 years ago |
Eric W. Biederman
|
73f7ef4359
sysctl: Pass useful parameters to sysctl permissions
|
12 years ago |
David Howells
|
607ca46e97
UAPI: (Scripted) Disintegrate include/linux
|
13 years ago |
Eric W. Biederman
|
fea478d410
sysctl: Add register_sysctl for normal sysctl users
|
13 years ago |
Eric W. Biederman
|
ac13ac6f4c
sysctl: Index sysctl directories with rbtrees.
|
13 years ago |
Eric W. Biederman
|
9e3d47df35
sysctl: Make the header lists per directory.
|
13 years ago |
Eric W. Biederman
|
60a47a2e82
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy
|
13 years ago |
Eric W. Biederman
|
0e47c99d7f
sysctl: Replace root_list with links between sysctl_table_sets.
|
13 years ago |
Eric W. Biederman
|
7ec66d0636
sysctl: Stop requiring explicit management of sysctl directories
|
13 years ago |
Eric W. Biederman
|
9eb47c26f0
sysctl: Add a root pointer to ctl_table_set
|
13 years ago |
Eric W. Biederman
|
938aaa4f92
sysctl: Initial support for auto-unregistering sysctl tables.
|
13 years ago |
Eric W. Biederman
|
8d6ecfcc01
sysctl: Remove the now unused ctl_table parent field.
|
13 years ago |
Eric W. Biederman
|
f728019bb7
sysctl: register only tables of sysctl files
|
13 years ago |
Eric W. Biederman
|
6e9d516415
sysctl: Add support for register sysctl tables with a normal cstring path.
|
13 years ago |
Eric W. Biederman
|
bd295b56cf
sysctl: Remove the unnecessary sysctl_set parent concept.
|
13 years ago |
Eric W. Biederman
|
97324cd804
sysctl: Implement retire_sysctl_set
|
13 years ago |
Eric W. Biederman
|
1f87f0b52b
sysctl: Move the implementation into fs/proc/proc_sysctl.c
|
13 years ago |
Eric W. Biederman
|
de4e83bd6b
sysctl: Register the base sysctl table like any other sysctl table.
|
13 years ago |
Eric W. Biederman
|
0ce8974d50
sysctl: Consolidate !CONFIG_SYSCTL handling
|
13 years ago |