01 Jul, 2006
1 commit
-
Signed-off-by: Adrian Bunk
21 Mar, 2006
1 commit
-
This option should IMHO no longer depend on EXPERIMENTAL.
Signed-off-by: Adrian Bunk
ACKed-by: Jamal Hadi Salim
Signed-off-by: David S. Miller
14 Jan, 2006
1 commit
-
The default of using jiffies is very bad and results in
underutilization except with very low bandwidth.Signed-off-by: Patrick McHardy
Signed-off-by: David S. Miller
12 Jan, 2006
1 commit
-
Noted by Matt LaPlante .
Signed-off-by: Adrian Bunk
Signed-off-by: David S. Miller
18 Nov, 2005
1 commit
-
On Thu, 17 Nov 2005, David Gómez wrote:
> I found out that if i select NET_CLS_ROUTE4, save my changes and exit
> menuconfig, execute again make menuconfig and go to QoS options, then the new
> available options are visible. So menuconfig has some problem refreshing
> contents :?No, they were there before too, but you have to go up one level to see
them.It's better in 2.6.15-rc1-git5, but the menu structure is still a little
messed up, the patch below properly indents all menu entries.Signed-off-by: Roman Zippel
Signed-off-by: David S. Miller
03 Nov, 2005
1 commit
-
Make "QoS and/or fair queueing" have its own menu, it's too big to be
inlined into "Network options". Remove the obsolete NET_QOS option.
Automatically select NET_CLS if needed. Do the same for NET_ESTIMATOR
but allow it to be selected manually for statistical purposes. Add
comments to separate queueing from classification. Fix dependencies
and ordering of classifiers. Improve descriptions/help texts and
remove outdated pieces.Signed-off-by: Thomas Graf
Signed-off-by: Arnaldo Carvalho de Melo
14 Oct, 2005
1 commit
-
Opterons with frequency scaling have fully unsynchronized TSCs
running at different frequencies, so using TSCs there is not a good idea.
Also some other x86 boxes have this problem. gettimeofday should be good
enough, so just disable it.Signed-off-by: Andi Kleen
Signed-off-by: David S. Miller
30 Aug, 2005
1 commit
-
And select it when the relevant modules are enabled.
Signed-off-by: David S. Miller
12 Jul, 2005
1 commit
-
Move the protocol specific config options out to the specific protocols.
With this change net/Kconfig now starts to become readable and serve as a
good basis for further re-structuring.The menu structure is left almost intact, except that indention is
fixed in most cases. Most visible are the INET changes where several
"depends on INET" are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they are
small but serve the purpose that config options are now distributed
out where they belongs.Signed-off-by: Sam Ravnborg
Signed-off-by: David S. Miller
25 Jun, 2005
1 commit
-
Do not present these confusing new options to the user
unless he picked some facility that makes use of it,
such as NET_EMATCH_TEXT.Signed-off-by: David S. Miller
24 Jun, 2005
2 commits
-
Signed-off-by: David S. Miller
-
Signed-off-by: Thomas Graf
Signed-off-by: David S. Miller
09 Jun, 2005
1 commit
-
Spotted by Geert Uytterhoeven .
Signed-off-by: Thomas Graf
Signed-off-by: David S. Miller
04 May, 2005
1 commit
-
This is a trivial fix for a typo on Kconfig, where the Generic Random Early
Detection algorithm is abbreviated as RED instead of GRED.Signed-off-by: Lucas Correia Villa Real
Signed-off-by: David S. Miller
25 Apr, 2005
1 commit
-
And provide an example simply action in order to
demonstrate usage.Signed-off-by: Jamal Hadi Salim
Signed-off-by: David S. Miller
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!