diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-18 16:55:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-18 16:55:01 -0400 |
commit | 8486a0f95c844b27ecc855cfec89b7e34f831cad (patch) | |
tree | 18c0522bc8e4f33cb45a7ec88c7d207071ae5e6d /MAINTAINERS | |
parent | b9d030a123b6b7fbf262c995455197ea5184b497 (diff) | |
parent | c1a8f1f1c8e01eab5862c8db39b49ace814e6c66 (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: (60 commits)
net: restore gnet_stats_basic to previous definition
NETROM: Fix use of static buffer
e1000e: fix use of pci_enable_pcie_error_reporting
e1000e: WoL does not work on 82577/82578 with manageability enabled
cnic: Fix locking in init/exit calls.
cnic: Fix locking in start/stop calls.
bnx2: Use mutex on slow path cnic calls.
cnic: Refine registration with bnx2.
cnic: Fix symbol_put_addr() panic on ia64.
gre: Fix MTU calculation for bound GRE tunnels
pegasus: Add new device ID.
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULL
rt2x00: fix memory corruption in rf cache, add a sanity check
ixgbe: Fix receive on real device when VLANs are configured
ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completion
netxen: free napi resources during detach
netxen: remove netxen workqueue
ixgbe: fix issues setting rx-usecs with legacy interrupts
can: fix oops caused by wrong rtnl newlink usage
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2c4326c0de9a..557d4dcc2c2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -904,7 +904,7 @@ F: drivers/input/misc/ati_remote2.c | |||
904 | 904 | ||
905 | ATLX ETHERNET DRIVERS | 905 | ATLX ETHERNET DRIVERS |
906 | M: Jay Cliburn <jcliburn@gmail.com> | 906 | M: Jay Cliburn <jcliburn@gmail.com> |
907 | M: Chris Snook <csnook@redhat.com> | 907 | M: Chris Snook <chris.snook@gmail.com> |
908 | M: Jie Yang <jie.yang@atheros.com> | 908 | M: Jie Yang <jie.yang@atheros.com> |
909 | L: atl1-devel@lists.sourceforge.net | 909 | L: atl1-devel@lists.sourceforge.net |
910 | W: http://sourceforge.net/projects/atl1 | 910 | W: http://sourceforge.net/projects/atl1 |
@@ -3563,6 +3563,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | |||
3563 | S: Maintained | 3563 | S: Maintained |
3564 | F: net/ | 3564 | F: net/ |
3565 | F: include/net/ | 3565 | F: include/net/ |
3566 | F: include/linux/in.h | ||
3567 | F: include/linux/net.h | ||
3568 | F: include/linux/netdevice.h | ||
3566 | 3569 | ||
3567 | NETWORKING [IPv4/IPv6] | 3570 | NETWORKING [IPv4/IPv6] |
3568 | M: "David S. Miller" <davem@davemloft.net> | 3571 | M: "David S. Miller" <davem@davemloft.net> |
@@ -3598,6 +3601,8 @@ W: http://www.linuxfoundation.org/en/Net | |||
3598 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 3601 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
3599 | S: Odd Fixes | 3602 | S: Odd Fixes |
3600 | F: drivers/net/ | 3603 | F: drivers/net/ |
3604 | F: include/linux/if_* | ||
3605 | F: include/linux/*device.h | ||
3601 | 3606 | ||
3602 | NETXEN (1/10) GbE SUPPORT | 3607 | NETXEN (1/10) GbE SUPPORT |
3603 | M: Dhananjay Phadke <dhananjay@netxen.com> | 3608 | M: Dhananjay Phadke <dhananjay@netxen.com> |