diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-15 18:03:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-15 18:03:17 -0400 |
commit | c3da31485f074a6f598b67045b08e2e15d908310 (patch) | |
tree | 64f9ad3d3752e80de2b22b47cbea8f8512dc5d59 /MAINTAINERS | |
parent | bd0704111e625ebe75418531550cf471215c3267 (diff) | |
parent | 8f7e524ce33ca81b663711404709396165da3cbd (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (53 commits)
vmxnet: fix 2 build problems
net: add support for STMicroelectronics Ethernet controllers.
net: ks8851_mll uses mii interfaces
net/fec_mpc52xx: Fix kernel panic on FEC error
net: Fix OF platform drivers coldplug/hotplug when compiled as modules
TI DaVinci EMAC: Clear statistics register properly.
r8169: partial support and phy init for the 8168d
irda/sa1100_ir: check return value of startup hook
udp: Fix udp_poll() and ioctl()
WAN: fix Cisco HDLC handshaking.
tcp: fix tcp_defer_accept to consider the timeout
3c574_cs: spin_lock the set_multicast_list function
net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor:Product IDs
netxen: fix pci bar mapping
ethoc: fix warning from 32bit build
libertas: fix build
net: VMware virtual Ethernet NIC driver: vmxnet3
net: Fix IXP 2000 network driver building.
libertas: fix build
mac80211: document ieee80211_rx() context requirement
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d5eb8c13ef05..88241154f4ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3667,6 +3667,7 @@ NETWORKING [GENERAL] | |||
3667 | M: "David S. Miller" <davem@davemloft.net> | 3667 | M: "David S. Miller" <davem@davemloft.net> |
3668 | L: netdev@vger.kernel.org | 3668 | L: netdev@vger.kernel.org |
3669 | W: http://www.linuxfoundation.org/en/Net | 3669 | W: http://www.linuxfoundation.org/en/Net |
3670 | W: http://patchwork.ozlabs.org/project/netdev/list/ | ||
3670 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3671 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3671 | S: Maintained | 3672 | S: Maintained |
3672 | F: net/ | 3673 | F: net/ |
@@ -5664,6 +5665,13 @@ S: Maintained | |||
5664 | F: drivers/vlynq/vlynq.c | 5665 | F: drivers/vlynq/vlynq.c |
5665 | F: include/linux/vlynq.h | 5666 | F: include/linux/vlynq.h |
5666 | 5667 | ||
5668 | VMWARE VMXNET3 ETHERNET DRIVER | ||
5669 | M: Shreyas Bhatewara <sbhatewara@vmware.com> | ||
5670 | M: VMware, Inc. <pv-drivers@vmware.com> | ||
5671 | L: netdev@vger.kernel.org | ||
5672 | S: Maintained | ||
5673 | F: drivers/net/vmxnet3/ | ||
5674 | |||
5667 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 5675 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
5668 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 5676 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
5669 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 5677 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |