summaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-181-2/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-910/+1
* sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-241-0/+1
* sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-241-2/+8
* sysctl: Make the header lists per directory.Eric W. Biederman2012-01-241-1/+1
* sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-241-2/+2
* sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-241-2/+1
* sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-241-3/+7
* sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-241-0/+3
* sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-241-0/+1
* sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-241-1/+0
* sysctl: register only tables of sysctl filesEric W. Biederman2012-01-241-1/+1
* sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-241-0/+3
* sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-241-3/+0
* sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-241-0/+1
* sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-241-16/+0
* sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-241-0/+1
* sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-241-33/+62
* sysctl: use umode_t for table permissionsAl Viro2012-01-031-1/+1
* sysctl: add support for poll()Lucas De Marchi2011-11-021-0/+22
* ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin2011-10-031-1/+1
* sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell2011-03-091-1/+1
* unfuck proc_sysctl ->d_compare()Al Viro2011-03-081-4/+10
* sysctl: add proc_do_large_bitmapOctavian Purdila2010-05-151-0/+2
* net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-161-1/+0
* net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-161-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-1/+2
|\
| * net: restore ip source validationJamal Hadi Salim2009-12-251-0/+1
* | net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer2010-01-071-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-5/+5
|\
| * sysctl: add missing commentsThadeu Lima de Souza Cascardo2009-12-041-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+1
|\ \
| * | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-031-0/+1
| |/
* | sysctl: Remove CTL_NONE and CTL_UNNUMBEREDEric W. Biederman2009-11-181-9/+0
* | sysctl: kill dead ctl_handler definitions.Eric W. Biederman2009-11-181-11/+0
* | sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman2009-11-121-3/+0
* | sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-111-15/+2
* | sysctl: Make do_sysctl staticEric W. Biederman2009-11-061-4/+0
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-10/+9
* net: add ARP notify option for devicesStephen Hemminger2009-02-011-0/+1
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-1/+1
* [PATCH] sanitize proc_sysctlAl Viro2008-07-261-0/+1
* [PATCH] sysctl: keep track of tree relationshipsAl Viro2008-07-261-0/+3
* [PATCH] allow delayed freeing of ctl_table_headerAl Viro2008-07-261-0/+6
* [PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro2008-07-261-2/+13
* sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov2008-04-291-1/+6
* sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov2008-04-291-5/+0
* include/linux/sysctl.h: remove empty #elseAdrian Bunk2008-04-291-2/+0
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-051-3/+0
* [IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet2008-01-311-2/+2