diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 15:05:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 15:05:51 -0500 |
commit | 06991c28f37ad68e5c03777f5c3b679b56e3dac1 (patch) | |
tree | 4be75788e21c3c644fe6d39abf47693a171cf4f8 /net/ipv4 | |
parent | 460dc1eecf37263c8e3b17685ef236f0d236facb (diff) | |
parent | 74fef7a8fd1d2bd94f925d6638bb4c3049e7c381 (diff) |
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core patches from Greg Kroah-Hartman:
"Here is the big driver core merge for 3.9-rc1
There are two major series here, both of which touch lots of drivers
all over the kernel, and will cause you some merge conflicts:
- add a new function called devm_ioremap_resource() to properly be
able to check return values.
- remove CONFIG_EXPERIMENTAL
Other than those patches, there's not much here, some minor fixes and
updates"
Fix up trivial conflicts
* tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (221 commits)
base: memory: fix soft/hard_offline_page permissions
drivercore: Fix ordering between deferred_probe and exiting initcalls
backlight: fix class_find_device() arguments
TTY: mark tty_get_device call with the proper const values
driver-core: constify data for class_find_device()
firmware: Ignore abort check when no user-helper is used
firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER
firmware: Make user-mode helper optional
firmware: Refactoring for splitting user-mode helper code
Driver core: treat unregistered bus_types as having no devices
watchdog: Convert to devm_ioremap_resource()
thermal: Convert to devm_ioremap_resource()
spi: Convert to devm_ioremap_resource()
power: Convert to devm_ioremap_resource()
mtd: Convert to devm_ioremap_resource()
mmc: Convert to devm_ioremap_resource()
mfd: Convert to devm_ioremap_resource()
media: Convert to devm_ioremap_resource()
iommu: Convert to devm_ioremap_resource()
drm: Convert to devm_ioremap_resource()
...
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/Kconfig | 11 | ||||
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 4 |
2 files changed, 3 insertions, 12 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 5a19aeb86094..7944df768454 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -488,7 +488,6 @@ config TCP_CONG_HTCP | |||
488 | 488 | ||
489 | config TCP_CONG_HSTCP | 489 | config TCP_CONG_HSTCP |
490 | tristate "High Speed TCP" | 490 | tristate "High Speed TCP" |
491 | depends on EXPERIMENTAL | ||
492 | default n | 491 | default n |
493 | ---help--- | 492 | ---help--- |
494 | Sally Floyd's High Speed TCP (RFC 3649) congestion control. | 493 | Sally Floyd's High Speed TCP (RFC 3649) congestion control. |
@@ -499,7 +498,6 @@ config TCP_CONG_HSTCP | |||
499 | 498 | ||
500 | config TCP_CONG_HYBLA | 499 | config TCP_CONG_HYBLA |
501 | tristate "TCP-Hybla congestion control algorithm" | 500 | tristate "TCP-Hybla congestion control algorithm" |
502 | depends on EXPERIMENTAL | ||
503 | default n | 501 | default n |
504 | ---help--- | 502 | ---help--- |
505 | TCP-Hybla is a sender-side only change that eliminates penalization of | 503 | TCP-Hybla is a sender-side only change that eliminates penalization of |
@@ -509,7 +507,6 @@ config TCP_CONG_HYBLA | |||
509 | 507 | ||
510 | config TCP_CONG_VEGAS | 508 | config TCP_CONG_VEGAS |
511 | tristate "TCP Vegas" | 509 | tristate "TCP Vegas" |
512 | depends on EXPERIMENTAL | ||
513 | default n | 510 | default n |
514 | ---help--- | 511 | ---help--- |
515 | TCP Vegas is a sender-side only change to TCP that anticipates | 512 | TCP Vegas is a sender-side only change to TCP that anticipates |
@@ -520,7 +517,6 @@ config TCP_CONG_VEGAS | |||
520 | 517 | ||
521 | config TCP_CONG_SCALABLE | 518 | config TCP_CONG_SCALABLE |
522 | tristate "Scalable TCP" | 519 | tristate "Scalable TCP" |
523 | depends on EXPERIMENTAL | ||
524 | default n | 520 | default n |
525 | ---help--- | 521 | ---help--- |
526 | Scalable TCP is a sender-side only change to TCP which uses a | 522 | Scalable TCP is a sender-side only change to TCP which uses a |
@@ -530,7 +526,6 @@ config TCP_CONG_SCALABLE | |||
530 | 526 | ||
531 | config TCP_CONG_LP | 527 | config TCP_CONG_LP |
532 | tristate "TCP Low Priority" | 528 | tristate "TCP Low Priority" |
533 | depends on EXPERIMENTAL | ||
534 | default n | 529 | default n |
535 | ---help--- | 530 | ---help--- |
536 | TCP Low Priority (TCP-LP), a distributed algorithm whose goal is | 531 | TCP Low Priority (TCP-LP), a distributed algorithm whose goal is |
@@ -540,7 +535,6 @@ config TCP_CONG_LP | |||
540 | 535 | ||
541 | config TCP_CONG_VENO | 536 | config TCP_CONG_VENO |
542 | tristate "TCP Veno" | 537 | tristate "TCP Veno" |
543 | depends on EXPERIMENTAL | ||
544 | default n | 538 | default n |
545 | ---help--- | 539 | ---help--- |
546 | TCP Veno is a sender-side only enhancement of TCP to obtain better | 540 | TCP Veno is a sender-side only enhancement of TCP to obtain better |
@@ -552,7 +546,6 @@ config TCP_CONG_VENO | |||
552 | 546 | ||
553 | config TCP_CONG_YEAH | 547 | config TCP_CONG_YEAH |
554 | tristate "YeAH TCP" | 548 | tristate "YeAH TCP" |
555 | depends on EXPERIMENTAL | ||
556 | select TCP_CONG_VEGAS | 549 | select TCP_CONG_VEGAS |
557 | default n | 550 | default n |
558 | ---help--- | 551 | ---help--- |
@@ -567,7 +560,6 @@ config TCP_CONG_YEAH | |||
567 | 560 | ||
568 | config TCP_CONG_ILLINOIS | 561 | config TCP_CONG_ILLINOIS |
569 | tristate "TCP Illinois" | 562 | tristate "TCP Illinois" |
570 | depends on EXPERIMENTAL | ||
571 | default n | 563 | default n |
572 | ---help--- | 564 | ---help--- |
573 | TCP-Illinois is a sender-side modification of TCP Reno for | 565 | TCP-Illinois is a sender-side modification of TCP Reno for |
@@ -631,8 +623,7 @@ config DEFAULT_TCP_CONG | |||
631 | default "cubic" | 623 | default "cubic" |
632 | 624 | ||
633 | config TCP_MD5SIG | 625 | config TCP_MD5SIG |
634 | bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)" | 626 | bool "TCP: MD5 Signature Option support (RFC2385)" |
635 | depends on EXPERIMENTAL | ||
636 | select CRYPTO | 627 | select CRYPTO |
637 | select CRYPTO_MD5 | 628 | select CRYPTO_MD5 |
638 | ---help--- | 629 | ---help--- |
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index d8d6f2a5bf12..ce2d43e1f09f 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -241,8 +241,8 @@ config IP_NF_MANGLE | |||
241 | To compile it as a module, choose M here. If unsure, say N. | 241 | To compile it as a module, choose M here. If unsure, say N. |
242 | 242 | ||
243 | config IP_NF_TARGET_CLUSTERIP | 243 | config IP_NF_TARGET_CLUSTERIP |
244 | tristate "CLUSTERIP target support (EXPERIMENTAL)" | 244 | tristate "CLUSTERIP target support" |
245 | depends on IP_NF_MANGLE && EXPERIMENTAL | 245 | depends on IP_NF_MANGLE |
246 | depends on NF_CONNTRACK_IPV4 | 246 | depends on NF_CONNTRACK_IPV4 |
247 | depends on NETFILTER_ADVANCED | 247 | depends on NETFILTER_ADVANCED |
248 | select NF_CONNTRACK_MARK | 248 | select NF_CONNTRACK_MARK |