aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sysctl.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-15sysctl: add proc_do_large_bitmapGravatar Octavian Purdila 1-0/+2
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsGravatar Eric W. Biederman 1-1/+0
2010-02-16net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersGravatar Eric W. Biederman 1-4/+0
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2010-01-07net: RFC3069, private VLAN proxy arp supportGravatar Jesper Dangaard Brouer 1-0/+1
2009-12-25net: restore ip source validationGravatar Jamal Hadi Salim 1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+5
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+1
2009-12-04sysctl: add missing commentsGravatar Thadeu Lima de Souza Cascardo 1-5/+5
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesGravatar Patrick McHardy 1-0/+1
2009-11-18sysctl: Remove CTL_NONE and CTL_UNNUMBEREDGravatar Eric W. Biederman 1-9/+0
2009-11-18sysctl: kill dead ctl_handler definitions.Gravatar Eric W. Biederman 1-11/+0
2009-11-12sysctl: Remove the last of the generic binary sysctl supportGravatar Eric W. Biederman 1-3/+0
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeGravatar Eric W. Biederman 1-15/+2
2009-11-06sysctl: Make do_sysctl staticGravatar Eric W. Biederman 1-4/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-10/+9
2009-02-01net: add ARP notify option for devicesGravatar Stephen Hemminger 1-0/+1
2008-10-16sysctl: simplify ->strategyGravatar Alexey Dobriyan 1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlGravatar Al Viro 1-0/+1
2008-07-26[PATCH] sysctl: keep track of tree relationshipsGravatar Al Viro 1-0/+3
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerGravatar Al Viro 1-0/+6
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setGravatar Al Viro 1-2/+13
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootGravatar Pavel Emelyanov 1-1/+6
2008-04-29sysctl: clean from unneeded extern and forward declarationsGravatar Pavel Emelyanov 1-5/+0
2008-04-29include/linux/sysctl.h: remove empty #elseGravatar Adrian Bunk 1-2/+0
2008-02-05capabilities: introduce per-process capability bounding setGravatar Serge E. Hallyn 1-3/+0
2008-01-31[IPV4] route cache: Introduce rt_genid for smooth cache invalidationGravatar Eric Dumazet 1-2/+2
2008-01-28sysctl: Infrastructure for per namespace sysctlsGravatar Eric W. Biederman 1-1/+16
2008-01-28sysctl: Remember the ctl_table we passed to register_sysctl_pathsGravatar Eric W. Biederman 1-0/+1
2008-01-28sysctl: Add register_sysctl_paths functionGravatar Eric W. Biederman 1-0/+8
2007-11-20[S390] appldata: remove unused binary sysctls.Gravatar Heiko Carstens 1-1/+0
2007-11-20[S390] cmm: remove unused binary sysctls.Gravatar Heiko Carstens 1-5/+0
2007-10-18sysctl: Error on bad sysctl tablesGravatar Eric W. Biederman 1-0/+1
2007-10-18sysctl: properly register the irda binary sysctl numbersGravatar Eric W. Biederman 1-0/+20
2007-10-18sysctl: Factor out sysctl_data.Gravatar Eric W. Biederman 1-0/+1
2007-10-18sysctl core: Stop using the unnecessary ctl_table typedefGravatar Eric W. Biederman 1-18/+18
2007-07-31Add CTL_PROC backGravatar Alexey Dobriyan 1-1/+1
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficGravatar Michael Milner 1-0/+1
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Gravatar Stephen Hemminger 1-0/+1
2007-04-25[TCP]: Add two new spurious RTO responses to FRTOGravatar Ilpo Järvinen 1-0/+1
2007-04-25[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...Gravatar John Heffner 1-0/+1
2007-04-24[IPV6]: Disallow RH0 by default.Gravatar YOSHIFUJI Hideaki 1-0/+1
2007-02-14[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesGravatar Eric W. Biederman 1-1/+0
2007-02-14[PATCH] sysctl: add a parent entry to ctl_table and set the parent entryGravatar Eric W. Biederman 1-0/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportGravatar Eric W. Biederman 1-2/+0
2007-02-14[PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.cGravatar Eric W. Biederman 1-0/+2
2007-02-14[PATCH] sysctl: factor out sysctl_head_next from do_sysctlGravatar Eric W. Biederman 1-0/+4
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 1-2/+2
2007-02-14[PATCH] sysctl: remove support for CTL_ANYGravatar Eric W. Biederman 1-1/+0
2007-02-14[PATCH] sysctl: register the ocfs2 sysctl numbersGravatar Eric W. Biederman 1-0/+1