aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
AgeCommit message (Expand)Author
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman
2012-01-24sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman
2012-01-03sysctl: use umode_t for table permissionsAl Viro
2011-11-02sysctl: add support for poll()Lucas De Marchi
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin
2011-03-09sysctl: the include of rcupdate.h is only needed in the kernelStephen Rothwell
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman
2010-02-16net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer
2009-12-25net: restore ip source validationJamal Hadi Salim
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-04sysctl: add missing commentsThadeu Lima de Souza Cascardo
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy
2009-11-18sysctl: Remove CTL_NONE and CTL_UNNUMBEREDEric W. Biederman
2009-11-18sysctl: kill dead ctl_handler definitions.Eric W. Biederman
2009-11-12sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-02-01net: add ARP notify option for devicesStephen Hemminger
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-07-26[PATCH] sanitize proc_sysctlAl Viro
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov
2008-04-29sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov
2008-04-29include/linux/sysctl.h: remove empty #elseAdrian Bunk
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn
2008-01-31[IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet