1. 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
  2. 7a8d181 pipe: add proc_dopipe_max_size() to safely assign pipe_max_size by Joe Lawrence · 7 years ago
  3. e609a6b sysctl: add register_sysctl() dummy helper by Arnd Bergmann · 7 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  6. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  7. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 8 years ago
  8. 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 8 years ago
  9. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  10. b54807f sysctl: Remove dead register_sysctl_root by Eric W. Biederman · 8 years ago
  11. d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  12. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  13. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. e7d316a sysctl: handle error writing UINT_MAX to u32 fields by Subash Abhinov Kasiviswanathan · 8 years ago
  15. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  16. 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
  17. db3f600 uapi: move forward declarations of internal structures by Alexey Dobriyan · 8 years ago
  18. f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 10 years ago
  19. 16db3d3 kernel/sysctl.c: threads-max observe limits by Heinrich Schuchardt · 10 years ago
  20. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  21. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  22. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  23. fea478d sysctl: Add register_sysctl for normal sysctl users by Eric W. Biederman · 13 years ago
  24. ac13ac6 sysctl: Index sysctl directories with rbtrees. by Eric W. Biederman · 13 years ago
  25. 9e3d47d sysctl: Make the header lists per directory. by Eric W. Biederman · 13 years ago
  26. 60a47a2 sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy by Eric W. Biederman · 13 years ago
  27. 0e47c99 sysctl: Replace root_list with links between sysctl_table_sets. by Eric W. Biederman · 13 years ago
  28. 7ec66d0 sysctl: Stop requiring explicit management of sysctl directories by Eric W. Biederman · 13 years ago
  29. 9eb47c2 sysctl: Add a root pointer to ctl_table_set by Eric W. Biederman · 13 years ago
  30. 938aaa4 sysctl: Initial support for auto-unregistering sysctl tables. by Eric W. Biederman · 13 years ago
  31. 8d6ecfc sysctl: Remove the now unused ctl_table parent field. by Eric W. Biederman · 13 years ago
  32. f728019 sysctl: register only tables of sysctl files by Eric W. Biederman · 13 years ago
  33. 6e9d516 sysctl: Add support for register sysctl tables with a normal cstring path. by Eric W. Biederman · 13 years ago
  34. bd295b5 sysctl: Remove the unnecessary sysctl_set parent concept. by Eric W. Biederman · 13 years ago
  35. 97324cd8 sysctl: Implement retire_sysctl_set by Eric W. Biederman · 13 years ago
  36. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 13 years ago
  37. de4e83bd sysctl: Register the base sysctl table like any other sysctl table. by Eric W. Biederman · 13 years ago
  38. 0ce8974 sysctl: Consolidate !CONFIG_SYSCTL handling by Eric W. Biederman · 13 years ago
  39. 36fcb58 sysctl: use umode_t for table permissions by Al Viro · 13 years ago
  40. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  41. 349d289 ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal by Vasily Averin · 13 years ago
  42. 684adca sysctl: the include of rcupdate.h is only needed in the kernel by Stephen Rothwell · 14 years ago
  43. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 14 years ago
  44. 9f977fb sysctl: add proc_do_large_bitmap by Octavian Purdila · 15 years ago
  45. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 15 years ago
  46. 0229168 net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers by Eric W. Biederman · 15 years ago
  47. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. 6532414 net: RFC3069, private VLAN proxy arp support by Jesper Dangaard Brouer · 15 years ago
  49. 28f6aee net: restore ip source validation by Jamal Hadi Salim · 15 years ago
  50. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  51. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  52. 8a74770 sysctl: add missing comments by Thadeu Lima de Souza Cascardo · 15 years ago
  53. 8153a10 ipv4 05/05: add sysctl to accept packets with local source addresses by Patrick McHardy · 15 years ago
  54. 86926d0 sysctl: Remove CTL_NONE and CTL_UNNUMBERED by Eric W. Biederman · 15 years ago
  55. 60a0a52 sysctl: kill dead ctl_handler definitions. by Eric W. Biederman · 15 years ago
  56. 4739a97 sysctl: Remove the last of the generic binary sysctl support by Eric W. Biederman · 16 years ago
  57. 2315ffa sysctl: Don't look at ctl_name and strategy in the generic code by Eric W. Biederman · 16 years ago
  58. 642c6d9 sysctl: Make do_sysctl static by Eric W. Biederman · 16 years ago
  59. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  60. eefef1c net: add ARP notify option for devices by Stephen Hemminger · 16 years ago
  61. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  62. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 17 years ago
  63. ae7edec [PATCH] sysctl: keep track of tree relationships by Al Viro · 17 years ago
  64. f7e6ced [PATCH] allow delayed freeing of ctl_table_header by Al Viro · 17 years ago
  65. 7345509 [PATCH] beginning of sysctl cleanup - ctl_table_set by Al Viro · 17 years ago
  66. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 17 years ago
  67. 2c4c715 sysctl: clean from unneeded extern and forward declarations by Pavel Emelyanov · 17 years ago
  68. 1a46674 include/linux/sysctl.h: remove empty #else by Adrian Bunk · 17 years ago
  69. 3b7391d capabilities: introduce per-process capability bounding set by Serge E. Hallyn · 17 years ago
  70. 29e7525 [IPV4] route cache: Introduce rt_genid for smooth cache invalidation by Eric Dumazet · 17 years ago
  71. e51b6ba sysctl: Infrastructure for per namespace sysctls by Eric W. Biederman · 17 years ago
  72. 23eb06d sysctl: Remember the ctl_table we passed to register_sysctl_paths by Eric W. Biederman · 17 years ago
  73. 29e796f sysctl: Add register_sysctl_paths function by Eric W. Biederman · 17 years ago
  74. 37e3a6a [S390] appldata: remove unused binary sysctls. by Heiko Carstens · 17 years ago
  75. 43ebbf1 [S390] cmm: remove unused binary sysctls. by Heiko Carstens · 17 years ago
  76. fc6cd25 sysctl: Error on bad sysctl tables by Eric W. Biederman · 17 years ago
  77. f429cd3 sysctl: properly register the irda binary sysctl numbers by Eric W. Biederman · 17 years ago
  78. 49a0c45 sysctl: Factor out sysctl_data. by Eric W. Biederman · 17 years ago
  79. d8217f0 sysctl core: Stop using the unnecessary ctl_table typedef by Eric W. Biederman · 17 years ago
  80. 0d0ed42 Add CTL_PROC back by Alexey Dobriyan · 17 years ago
  81. 516299d [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic by Michael Milner · 18 years ago
  82. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 18 years ago
  83. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 18 years ago
  84. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 18 years ago
  85. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 18 years ago
  86. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 18 years ago
  87. d912b0c [PATCH] sysctl: add a parent entry to ctl_table and set the parent entry by Eric W. Biederman · 18 years ago
  88. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 18 years ago
  89. 1ff007e [PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.c by Eric W. Biederman · 18 years ago
  90. 805b5d5 [PATCH] sysctl: factor out sysctl_head_next from do_sysctl by Eric W. Biederman · 18 years ago
  91. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  92. 6703ddf [PATCH] sysctl: remove support for CTL_ANY by Eric W. Biederman · 18 years ago
  93. 0e03036 [PATCH] sysctl: register the ocfs2 sysctl numbers by Eric W. Biederman · 18 years ago
  94. 59fc531 [PATCH] sysctl: register the sysctl number used by the arlan driver by Eric W. Biederman · 18 years ago
  95. feceb63 [PATCH] sysctl: s390: move sysctl definitions to sysctl.h by Eric W. Biederman · 18 years ago
  96. 77f6dfb [PATCH] sysctl: move CTL_FRV into sysctl.h where it belongs by Eric W. Biederman · 18 years ago
  97. 462591b [PATCH] sysctl: move CTL_PM into sysctl.h where it belongs by Eric W. Biederman · 18 years ago
  98. 50d851f [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongs by Eric W. Biederman · 18 years ago
  99. 39e21c0 [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding. by Andrew Hendry · 18 years ago
  100. 93aec20 Remove duplicate "have to" in comment by Rolf Eike Beer · 18 years ago