index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sysctl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
pipe, sysctl: remove pipe_proc_fn()
Eric Biggers
1
-3
/
+0
2017-11-18
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
Joe Lawrence
1
-0
/
+3
2017-11-10
sysctl: add register_sysctl() dummy helper
Arnd Bergmann
1
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-07-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+3
2017-07-13
sysctl: add unsigned int range support
Luis R. Rodriguez
1
-0
/
+3
2017-07-11
proc: Fix proc_sys_prune_dcache to hold a sb reference
Eric W. Biederman
1
-1
/
+1
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
1
-1
/
+1
2017-04-17
sysctl: Remove dead register_sysctl_root
Eric W. Biederman
1
-1
/
+0
2017-02-13
proc/sysctl: prune stale dentries during unregistering
Konstantin Khlebnikov
1
-0
/
+1
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+1
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-08-27
sysctl: handle error writing UINT_MAX to u32 fields
Subash Abhinov Kasiviswanathan
1
-0
/
+2
2016-08-15
net: make net namespace sysctls belong to container's owner
Dmitry Torokhov
1
-0
/
+4
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
1
-2
/
+1
2016-08-03
uapi: move forward declarations of internal structures
Alexey Dobriyan
1
-0
/
+1
2015-07-01
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
1
-0
/
+3
2015-04-17
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
1
-0
/
+3
2014-08-09
sysctl: remove typedef ctl_table
Joe Perches
1
-2
/
+0
2012-11-19
sysctl: Pass useful parameters to sysctl permissions
Eric W. Biederman
1
-2
/
+1
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-910
/
+1
2012-01-25
sysctl: Add register_sysctl for normal sysctl users
Eric W. Biederman
1
-0
/
+1
2012-01-25
sysctl: Index sysctl directories with rbtrees.
Eric W. Biederman
1
-2
/
+8
2012-01-25
sysctl: Make the header lists per directory.
Eric W. Biederman
1
-1
/
+1
2012-01-25
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
1
-2
/
+2
2012-01-25
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
1
-2
/
+1
2012-01-25
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
1
-3
/
+7
2012-01-25
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
1
-0
/
+3
2012-01-25
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
1
-0
/
+1
2012-01-25
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
1
-1
/
+0
2012-01-25
sysctl: register only tables of sysctl files
Eric W. Biederman
1
-1
/
+1
2012-01-25
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
1
-0
/
+3
2012-01-25
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
1
-3
/
+0
2012-01-25
sysctl: Implement retire_sysctl_set
Eric W. Biederman
1
-0
/
+1
2012-01-25
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
1
-16
/
+0
2012-01-25
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
1
-0
/
+1
2012-01-25
sysctl: Consolidate !CONFIG_SYSCTL handling
Eric W. Biederman
1
-33
/
+62
2012-01-04
sysctl: use umode_t for table permissions
Al Viro
1
-1
/
+1
2011-11-03
sysctl: add support for poll()
Lucas De Marchi
1
-0
/
+22
2011-10-03
ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal
Vasily Averin
1
-1
/
+1
2011-03-10
sysctl: the include of rcupdate.h is only needed in the kernel
Stephen Rothwell
1
-1
/
+1
2011-03-08
unfuck proc_sysctl ->d_compare()
Al Viro
1
-4
/
+10
2010-05-16
sysctl: add proc_do_large_bitmap
Octavian Purdila
1
-0
/
+2
2010-02-17
net neigh: Decouple per interface neighbour table controls from binary sysctls
Eric W. Biederman
1
-1
/
+0
2010-02-17
net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers
Eric W. Biederman
1
-4
/
+0
2010-01-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2010-01-07
net: RFC3069, private VLAN proxy arp support
Jesper Dangaard Brouer
1
-0
/
+1
2009-12-26
net: restore ip source validation
Jamal Hadi Salim
1
-0
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-5
/
+5
[next]