| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl: add proc_do_large_bitmap | Octavian Purdila | 2010-05-15 | 1 | -0/+2 |
* | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 2010-02-16 | 1 | -1/+0 |
* | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers | Eric W. Biederman | 2010-02-16 | 1 | -4/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-10 | 1 | -1/+2 |
|\ |
|
| * | net: restore ip source validation | Jamal Hadi Salim | 2009-12-25 | 1 | -0/+1 |
* | | net: RFC3069, private VLAN proxy arp support | Jesper Dangaard Brouer | 2010-01-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -5/+5 |
|\ |
|
| * | sysctl: add missing comments | Thadeu Lima de Souza Cascardo | 2009-12-04 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ \ |
|
| * | | ipv4 05/05: add sysctl to accept packets with local source addresses | Patrick McHardy | 2009-12-03 | 1 | -0/+1 |
| |/ |
|
* | | sysctl: Remove CTL_NONE and CTL_UNNUMBERED | Eric W. Biederman | 2009-11-18 | 1 | -9/+0 |
* | | sysctl: kill dead ctl_handler definitions. | Eric W. Biederman | 2009-11-18 | 1 | -11/+0 |
* | | sysctl: Remove the last of the generic binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -3/+0 |
* | | sysctl: Don't look at ctl_name and strategy in the generic code | Eric W. Biederman | 2009-11-11 | 1 | -15/+2 |
* | | sysctl: Make do_sysctl static | Eric W. Biederman | 2009-11-06 | 1 | -4/+0 |
|/ |
|
* | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 1 | -10/+9 |
* | net: add ARP notify option for devices | Stephen Hemminger | 2009-02-01 | 1 | -0/+1 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 1 | -1/+1 |
* | [PATCH] sanitize proc_sysctl | Al Viro | 2008-07-26 | 1 | -0/+1 |
* | [PATCH] sysctl: keep track of tree relationships | Al Viro | 2008-07-26 | 1 | -0/+3 |
* | [PATCH] allow delayed freeing of ctl_table_header | Al Viro | 2008-07-26 | 1 | -0/+6 |
* | [PATCH] beginning of sysctl cleanup - ctl_table_set | Al Viro | 2008-07-26 | 1 | -2/+13 |
* | sysctl: add the ->permissions callback on the ctl_table_root | Pavel Emelyanov | 2008-04-29 | 1 | -1/+6 |
* | sysctl: clean from unneeded extern and forward declarations | Pavel Emelyanov | 2008-04-29 | 1 | -5/+0 |
* | include/linux/sysctl.h: remove empty #else | Adrian Bunk | 2008-04-29 | 1 | -2/+0 |
* | capabilities: introduce per-process capability bounding set | Serge E. Hallyn | 2008-02-05 | 1 | -3/+0 |
* | [IPV4] route cache: Introduce rt_genid for smooth cache invalidation | Eric Dumazet | 2008-01-31 | 1 | -2/+2 |
* | sysctl: Infrastructure for per namespace sysctls | Eric W. Biederman | 2008-01-28 | 1 | -1/+16 |
* | sysctl: Remember the ctl_table we passed to register_sysctl_paths | Eric W. Biederman | 2008-01-28 | 1 | -0/+1 |
* | sysctl: Add register_sysctl_paths function | Eric W. Biederman | 2008-01-28 | 1 | -0/+8 |
* | [S390] appldata: remove unused binary sysctls. | Heiko Carstens | 2007-11-20 | 1 | -1/+0 |
* | [S390] cmm: remove unused binary sysctls. | Heiko Carstens | 2007-11-20 | 1 | -5/+0 |
* | sysctl: Error on bad sysctl tables | Eric W. Biederman | 2007-10-18 | 1 | -0/+1 |
* | sysctl: properly register the irda binary sysctl numbers | Eric W. Biederman | 2007-10-18 | 1 | -0/+20 |
* | sysctl: Factor out sysctl_data. | Eric W. Biederman | 2007-10-18 | 1 | -0/+1 |
* | sysctl core: Stop using the unnecessary ctl_table typedef | Eric W. Biederman | 2007-10-18 | 1 | -18/+18 |
* | Add CTL_PROC back | Alexey Dobriyan | 2007-07-31 | 1 | -1/+1 |
* | [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic | Michael Milner | 2007-04-25 | 1 | -0/+1 |
* | [NET]: Replace CONFIG_NET_DEBUG with sysctl. | Stephen Hemminger | 2007-04-25 | 1 | -0/+1 |
* | [TCP]: Add two new spurious RTO responses to FRTO | Ilpo Järvinen | 2007-04-25 | 1 | -0/+1 |
* | [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_... | John Heffner | 2007-04-25 | 1 | -0/+1 |
* | [IPV6]: Disallow RH0 by default. | YOSHIFUJI Hideaki | 2007-04-24 | 1 | -0/+1 |
* | [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables | Eric W. Biederman | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] sysctl: add a parent entry to ctl_table and set the parent entry | Eric W. Biederman | 2007-02-14 | 1 | -0/+1 |
* | [PATCH] sysctl: reimplement the sysctl proc support | Eric W. Biederman | 2007-02-14 | 1 | -2/+0 |
* | [PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.c | Eric W. Biederman | 2007-02-14 | 1 | -0/+2 |
* | [PATCH] sysctl: factor out sysctl_head_next from do_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -0/+4 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -2/+2 |
* | [PATCH] sysctl: remove support for CTL_ANY | Eric W. Biederman | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] sysctl: register the ocfs2 sysctl numbers | Eric W. Biederman | 2007-02-14 | 1 | -0/+1 |