summaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang1-0/+1
2018-04-16staging: irda: remove remaining remants of irda code removalGreg Kroah-Hartman1-19/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-3/+6
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-4/+8
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk1-1/+1
2017-06-05sysctl: switch to use uuid_tChristoph Hellwig1-2/+2
2016-12-14sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa1-2/+2
2016-05-20kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko1-16/+7
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2014-12-10kernel: add panic_on_warnPrarit Bhargava1-0/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+0
2014-09-28net_dma: simple removalDan Williams1-1/+0
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear1-0/+1
2013-11-13kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang1-3/+3
2013-06-26kernel: remove unnecessary head fileJunweiZhang1-1/+0
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro1-2/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-32/+7
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-32/+7
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-1/+1
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse1-1/+1
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-1/+1
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1/+1
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-18/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-05-25sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko1-6/+3
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-5/+2
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen1-0/+7
2009-11-12sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman1-8/+7
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman1-15/+20
2009-11-11sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman1-7/+1
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman1-102/+1383
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman1-1/+1
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman1-0/+50
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman1-65/+58
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman1-0/+185