summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-201-16/+7
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-1/+1
* kernel: add panic_on_warnPrarit Bhargava2014-12-101-0/+1
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-1/+0
|\
| * net_dma: simple removalDan Williams2014-09-281-1/+0
* | ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-011-0/+1
|/
* kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang2013-11-131-3/+3
* kernel: remove unnecessary head fileJunweiZhang2013-06-261-1/+0
* switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-2/+2
* sysctl: fix null checking in bin_dn_node_address()Xi Wang2013-02-271-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-32/+7
|\
| * export kernel_write(), convert open-coded instancesAl Viro2013-02-261-32/+7
* | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-1/+0
|/
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-311-1/+1
* binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
* ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin2011-10-031-1/+1
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-1/+1
* open-style analog of vfs_path_lookup()Al Viro2011-03-141-18/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-101-1/+0
|/
* sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko2010-05-251-6/+3
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-5/+2
* SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen2009-12-231-1/+30
* [sysctl] Fix breakage on systems with older glibcAndi Kleen2009-12-161-0/+7
* sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman2009-11-121-8/+7
* sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman2009-11-121-15/+20
* sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman2009-11-111-7/+1
* sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman2009-11-111-102/+1383
* sysctl: Make do_sysctl staticEric W. Biederman2009-11-061-1/+1
* sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-061-0/+50
* sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman2009-11-061-65/+58
* sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman2009-11-061-0/+185
OpenPOWER on IntegriCloud