diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-14 13:37:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-14 13:37:28 -0400 |
commit | d7e9660ad9d5e0845f52848bce31bcf5cdcdea6b (patch) | |
tree | c6c67d145771187b194d79d603742b31090a59d6 /MAINTAINERS | |
parent | b8cb48aae1b8c50b37dcb7710363aa69a7a0d9ca (diff) | |
parent | 13af7a6ea502fcdd4c0e3d7de6e332b102309491 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1623 commits)
netxen: update copyright
netxen: fix tx timeout recovery
netxen: fix file firmware leak
netxen: improve pci memory access
netxen: change firmware write size
tg3: Fix return ring size breakage
netxen: build fix for INET=n
cdc-phonet: autoconfigure Phonet address
Phonet: back-end for autoconfigured addresses
Phonet: fix netlink address dump error handling
ipv6: Add IFA_F_DADFAILED flag
net: Add DEVTYPE support for Ethernet based devices
mv643xx_eth.c: remove unused txq_set_wrr()
ucc_geth: Fix hangs after switching from full to half duplex
ucc_geth: Rearrange some code to avoid forward declarations
phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYs
drivers/net/phy: introduce missing kfree
drivers/net/wan: introduce missing kfree
net: force bridge module(s) to be GPL
Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loaded
...
Fixed up trivial conflicts:
- arch/x86/include/asm/socket.h
converted to <asm-generic/socket.h> in the x86 tree. The generic
header has the same new #define's, so that works out fine.
- drivers/net/tun.c
fix conflict between 89f56d1e9 ("tun: reuse struct sock fields") that
switched over to using 'tun->socket.sk' instead of the redundantly
available (and thus removed) 'tun->sk', and 2b980dbd ("lsm: Add hooks
to the TUN driver") which added a new 'tun->sk' use.
Noted in 'next' by Stephen Rothwell.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 989ff1149390..e95cb772f931 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -876,6 +876,7 @@ M: "Luis R. Rodriguez" <lrodriguez@atheros.com> | |||
876 | M: Bob Copeland <me@bobcopeland.com> | 876 | M: Bob Copeland <me@bobcopeland.com> |
877 | L: linux-wireless@vger.kernel.org | 877 | L: linux-wireless@vger.kernel.org |
878 | L: ath5k-devel@lists.ath5k.org | 878 | L: ath5k-devel@lists.ath5k.org |
879 | W: http://wireless.kernel.org/en/users/Drivers/ath5k | ||
879 | S: Maintained | 880 | S: Maintained |
880 | F: drivers/net/wireless/ath/ath5k/ | 881 | F: drivers/net/wireless/ath/ath5k/ |
881 | 882 | ||
@@ -887,6 +888,7 @@ M: Vasanthakumar Thiagarajan <vasanth@atheros.com> | |||
887 | M: Senthil Balasubramanian <senthilkumar@atheros.com> | 888 | M: Senthil Balasubramanian <senthilkumar@atheros.com> |
888 | L: linux-wireless@vger.kernel.org | 889 | L: linux-wireless@vger.kernel.org |
889 | L: ath9k-devel@lists.ath9k.org | 890 | L: ath9k-devel@lists.ath9k.org |
891 | W: http://wireless.kernel.org/en/users/Drivers/ath9k | ||
890 | S: Supported | 892 | S: Supported |
891 | F: drivers/net/wireless/ath/ath9k/ | 893 | F: drivers/net/wireless/ath/ath9k/ |
892 | 894 | ||
@@ -2660,25 +2662,21 @@ F: drivers/net/ixgbe/ | |||
2660 | 2662 | ||
2661 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT | 2663 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
2662 | M: Zhu Yi <yi.zhu@intel.com> | 2664 | M: Zhu Yi <yi.zhu@intel.com> |
2663 | M: James Ketrenos <jketreno@linux.intel.com> | ||
2664 | M: Reinette Chatre <reinette.chatre@intel.com> | 2665 | M: Reinette Chatre <reinette.chatre@intel.com> |
2666 | M: Intel Linux Wireless <ilw@linux.intel.com> | ||
2665 | L: linux-wireless@vger.kernel.org | 2667 | L: linux-wireless@vger.kernel.org |
2666 | L: ipw2100-devel@lists.sourceforge.net | ||
2667 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
2668 | W: http://ipw2100.sourceforge.net | 2668 | W: http://ipw2100.sourceforge.net |
2669 | S: Supported | 2669 | S: Odd Fixes |
2670 | F: Documentation/networking/README.ipw2100 | 2670 | F: Documentation/networking/README.ipw2100 |
2671 | F: drivers/net/wireless/ipw2x00/ipw2100.* | 2671 | F: drivers/net/wireless/ipw2x00/ipw2100.* |
2672 | 2672 | ||
2673 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | 2673 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
2674 | M: Zhu Yi <yi.zhu@intel.com> | 2674 | M: Zhu Yi <yi.zhu@intel.com> |
2675 | M: James Ketrenos <jketreno@linux.intel.com> | ||
2676 | M: Reinette Chatre <reinette.chatre@intel.com> | 2675 | M: Reinette Chatre <reinette.chatre@intel.com> |
2676 | M: Intel Linux Wireless <ilw@linux.intel.com> | ||
2677 | L: linux-wireless@vger.kernel.org | 2677 | L: linux-wireless@vger.kernel.org |
2678 | L: ipw2100-devel@lists.sourceforge.net | ||
2679 | W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel | ||
2680 | W: http://ipw2200.sourceforge.net | 2678 | W: http://ipw2200.sourceforge.net |
2681 | S: Supported | 2679 | S: Odd Fixes |
2682 | F: Documentation/networking/README.ipw2200 | 2680 | F: Documentation/networking/README.ipw2200 |
2683 | F: drivers/net/wireless/ipw2x00/ipw2200.* | 2681 | F: drivers/net/wireless/ipw2x00/ipw2200.* |
2684 | 2682 | ||
@@ -2695,8 +2693,8 @@ F: include/linux/wimax/i2400m.h | |||
2695 | INTEL WIRELESS WIFI LINK (iwlwifi) | 2693 | INTEL WIRELESS WIFI LINK (iwlwifi) |
2696 | M: Zhu Yi <yi.zhu@intel.com> | 2694 | M: Zhu Yi <yi.zhu@intel.com> |
2697 | M: Reinette Chatre <reinette.chatre@intel.com> | 2695 | M: Reinette Chatre <reinette.chatre@intel.com> |
2696 | M: Intel Linux Wireless <ilw@linux.intel.com> | ||
2698 | L: linux-wireless@vger.kernel.org | 2697 | L: linux-wireless@vger.kernel.org |
2699 | L: ipw3945-devel@lists.sourceforge.net | ||
2700 | W: http://intellinuxwireless.org | 2698 | W: http://intellinuxwireless.org |
2701 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git | 2699 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
2702 | S: Supported | 2700 | S: Supported |
@@ -3279,6 +3277,12 @@ S: Supported | |||
3279 | F: drivers/net/mv643xx_eth.* | 3277 | F: drivers/net/mv643xx_eth.* |
3280 | F: include/linux/mv643xx.h | 3278 | F: include/linux/mv643xx.h |
3281 | 3279 | ||
3280 | MARVELL MWL8K WIRELESS DRIVER | ||
3281 | M: Lennert Buytenhek <buytenh@marvell.com> | ||
3282 | L: linux-wireless@vger.kernel.org | ||
3283 | S: Supported | ||
3284 | F: drivers/net/wireless/mwl8k.c | ||
3285 | |||
3282 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | 3286 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
3283 | M: Nicolas Pitre <nico@cam.org> | 3287 | M: Nicolas Pitre <nico@cam.org> |
3284 | S: Maintained | 3288 | S: Maintained |
@@ -3591,9 +3595,12 @@ M: "John W. Linville" <linville@tuxdriver.com> | |||
3591 | L: linux-wireless@vger.kernel.org | 3595 | L: linux-wireless@vger.kernel.org |
3592 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 3596 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
3593 | S: Maintained | 3597 | S: Maintained |
3598 | F: net/mac80211/ | ||
3599 | F: net/rfkill/ | ||
3594 | F: net/wireless/ | 3600 | F: net/wireless/ |
3595 | F: include/net/ieee80211* | 3601 | F: include/net/ieee80211* |
3596 | F: include/linux/wireless.h | 3602 | F: include/linux/wireless.h |
3603 | F: drivers/net/wireless/ | ||
3597 | 3604 | ||
3598 | NETWORKING DRIVERS | 3605 | NETWORKING DRIVERS |
3599 | L: netdev@vger.kernel.org | 3606 | L: netdev@vger.kernel.org |
@@ -4299,7 +4306,7 @@ L: linux-wireless@vger.kernel.org | |||
4299 | W: http://linuxwireless.org/ | 4306 | W: http://linuxwireless.org/ |
4300 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | 4307 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
4301 | S: Maintained | 4308 | S: Maintained |
4302 | F: drivers/net/wireless/rtl818* | 4309 | F: drivers/net/wireless/rtl818x/rtl8180* |
4303 | 4310 | ||
4304 | RTL8187 WIRELESS DRIVER | 4311 | RTL8187 WIRELESS DRIVER |
4305 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 4312 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
@@ -4526,9 +4533,10 @@ S: Supported | |||
4526 | F: drivers/net/benet/ | 4533 | F: drivers/net/benet/ |
4527 | 4534 | ||
4528 | SFC NETWORK DRIVER | 4535 | SFC NETWORK DRIVER |
4529 | P: Steve Hodgson | 4536 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
4530 | P: Ben Hutchings | 4537 | M: Steve Hodgson <shodgson@solarflare.com> |
4531 | M: Robert Stonehouse <linux-net-drivers@solarflare.com> | 4538 | M: Ben Hutchings <bhutchings@solarflare.com> |
4539 | L: netdev@vger.kernel.org | ||
4532 | S: Supported | 4540 | S: Supported |
4533 | F: drivers/net/sfc/ | 4541 | F: drivers/net/sfc/ |
4534 | 4542 | ||
@@ -5578,6 +5586,24 @@ M: Miloslav Trmac <mitr@volny.cz> | |||
5578 | S: Maintained | 5586 | S: Maintained |
5579 | F: drivers/input/misc/wistron_btns.c | 5587 | F: drivers/input/misc/wistron_btns.c |
5580 | 5588 | ||
5589 | WL1251 WIRELESS DRIVER | ||
5590 | P: Kalle Valo | ||
5591 | M: kalle.valo@nokia.com | ||
5592 | L: linux-wireless@vger.kernel.org | ||
5593 | W: http://wireless.kernel.org | ||
5594 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
5595 | S: Maintained | ||
5596 | F: drivers/net/wireless/wl12xx/* | ||
5597 | X: drivers/net/wireless/wl12xx/wl1271* | ||
5598 | |||
5599 | WL1271 WIRELESS DRIVER | ||
5600 | M: Luciano Coelho <luciano.coelho@nokia.com> | ||
5601 | L: linux-wireless@vger.kernel.org | ||
5602 | W: http://wireless.kernel.org | ||
5603 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git | ||
5604 | S: Maintained | ||
5605 | F: drivers/net/wireless/wl12xx/wl1271* | ||
5606 | |||
5581 | WL3501 WIRELESS PCMCIA CARD DRIVER | 5607 | WL3501 WIRELESS PCMCIA CARD DRIVER |
5582 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 5608 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
5583 | L: linux-wireless@vger.kernel.org | 5609 | L: linux-wireless@vger.kernel.org |