diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 19:29:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 19:29:25 -0400 |
commit | 7a6362800cb7d1d618a697a650c7aaed3eb39320 (patch) | |
tree | 087f9bc6c13ef1fad4b392c5cf9325cd28fa8523 /MAINTAINERS | |
parent | 6445ced8670f37cfc2c5e24a9de9b413dbfc788d (diff) | |
parent | ceda86a108671294052cbf51660097b6534672f5 (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: (1480 commits)
bonding: enable netpoll without checking link status
xfrm: Refcount destination entry on xfrm_lookup
net: introduce rx_handler results and logic around that
bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag
bonding: wrap slave state work
net: get rid of multiple bond-related netdevice->priv_flags
bonding: register slave pointer for rx_handler
be2net: Bump up the version number
be2net: Copyright notice change. Update to Emulex instead of ServerEngines
e1000e: fix kconfig for crc32 dependency
netfilter ebtables: fix xt_AUDIT to work with ebtables
xen network backend driver
bonding: Improve syslog message at device creation time
bonding: Call netif_carrier_off after register_netdevice
bonding: Incorrect TX queue offset
net_sched: fix ip_tos2prio
xfrm: fix __xfrm_route_forward()
be2net: Fix UDP packet detected status in RX compl
Phonet: fix aligned-mode pipe socket buffer header reserve
netxen: support for GbE port settings
...
Fix up conflicts in drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
with the staging updates.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d7f8a72e189c..caec208de1ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1231,7 +1231,7 @@ ATHEROS AR9170 WIRELESS DRIVER | |||
1231 | M: Christian Lamparter <chunkeey@web.de> | 1231 | M: Christian Lamparter <chunkeey@web.de> |
1232 | L: linux-wireless@vger.kernel.org | 1232 | L: linux-wireless@vger.kernel.org |
1233 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | 1233 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
1234 | S: Maintained | 1234 | S: Obsolete |
1235 | F: drivers/net/wireless/ath/ar9170/ | 1235 | F: drivers/net/wireless/ath/ar9170/ |
1236 | 1236 | ||
1237 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER | 1237 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
@@ -1727,6 +1727,7 @@ S: Maintained | |||
1727 | F: Documentation/zh_CN/ | 1727 | F: Documentation/zh_CN/ |
1728 | 1728 | ||
1729 | CISCO VIC ETHERNET NIC DRIVER | 1729 | CISCO VIC ETHERNET NIC DRIVER |
1730 | M: Christian Benvenuti <benve@cisco.com> | ||
1730 | M: Vasanthy Kolluri <vkolluri@cisco.com> | 1731 | M: Vasanthy Kolluri <vkolluri@cisco.com> |
1731 | M: Roopa Prabhu <roprabhu@cisco.com> | 1732 | M: Roopa Prabhu <roprabhu@cisco.com> |
1732 | M: David Wang <dwang2@cisco.com> | 1733 | M: David Wang <dwang2@cisco.com> |
@@ -5169,6 +5170,7 @@ RALINK RT2X00 WIRELESS LAN DRIVER | |||
5169 | P: rt2x00 project | 5170 | P: rt2x00 project |
5170 | M: Ivo van Doorn <IvDoorn@gmail.com> | 5171 | M: Ivo van Doorn <IvDoorn@gmail.com> |
5171 | M: Gertjan van Wingerde <gwingerde@gmail.com> | 5172 | M: Gertjan van Wingerde <gwingerde@gmail.com> |
5173 | M: Helmut Schaa <helmut.schaa@googlemail.com> | ||
5172 | L: linux-wireless@vger.kernel.org | 5174 | L: linux-wireless@vger.kernel.org |
5173 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) | 5175 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
5174 | W: http://rt2x00.serialmonkey.com/ | 5176 | W: http://rt2x00.serialmonkey.com/ |
@@ -6092,13 +6094,11 @@ F: sound/soc/codecs/twl4030* | |||
6092 | TIPC NETWORK LAYER | 6094 | TIPC NETWORK LAYER |
6093 | M: Jon Maloy <jon.maloy@ericsson.com> | 6095 | M: Jon Maloy <jon.maloy@ericsson.com> |
6094 | M: Allan Stephens <allan.stephens@windriver.com> | 6096 | M: Allan Stephens <allan.stephens@windriver.com> |
6095 | L: tipc-discussion@lists.sourceforge.net | 6097 | L: netdev@vger.kernel.org (core kernel code) |
6098 | L: tipc-discussion@lists.sourceforge.net (user apps, general discussion) | ||
6096 | W: http://tipc.sourceforge.net/ | 6099 | W: http://tipc.sourceforge.net/ |
6097 | W: http://tipc.cslab.ericsson.net/ | ||
6098 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git | ||
6099 | S: Maintained | 6100 | S: Maintained |
6100 | F: include/linux/tipc*.h | 6101 | F: include/linux/tipc*.h |
6101 | F: include/net/tipc/ | ||
6102 | F: net/tipc/ | 6102 | F: net/tipc/ |
6103 | 6103 | ||
6104 | TILE ARCHITECTURE | 6104 | TILE ARCHITECTURE |