diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-13 17:50:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-13 17:50:18 -0500 |
commit | d89b218b801fd93ea95880f1c7fde348cbcc51c5 (patch) | |
tree | cd3c34e1811f9b2bc10ecfb957bf26cbd04c677e /MAINTAINERS | |
parent | 80a186074e72e2cd61f6716d90cf32ce54981a56 (diff) | |
parent | bec68ff1637ca00bb1585a03a7be8a13380084de (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: (108 commits)
bridge: ensure to unlock in error path in br_multicast_query().
drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messages
sky2: Avoid rtnl_unlock without rtnl_lock
ipv6: Send netlink notification when DAD fails
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
ipconfig: Handle devices which take some time to come up.
mac80211: Fix memory leak in ieee80211_if_write()
mac80211: Fix (dynamic) power save entry
ipw2200: use kmalloc for large local variables
ath5k: read eeprom IQ calibration values correctly for G mode
ath5k: fix I/Q calibration (for real)
ath5k: fix TSF reset
ath5k: use fixed antenna for tx descriptors
libipw: split ieee->networks into small pieces
mac80211: Fix sta_mtx unlocking on insert STA failure path
rt2x00: remove KSEG1ADDR define from rt2x00soc.h
net: add ColdFire support to the smc91x driver
asix: fix setting mac address for AX88772
ipv6 ip6_tunnel: eliminate unused recursion field from ip6_tnl{}.
net: Fix dev_mc_add()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3341d92ff002..47cc449d89d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1405,20 +1405,30 @@ F: arch/x86/include/asm/calgary.h | |||
1405 | F: arch/x86/include/asm/tce.h | 1405 | F: arch/x86/include/asm/tce.h |
1406 | 1406 | ||
1407 | CAN NETWORK LAYER | 1407 | CAN NETWORK LAYER |
1408 | M: Urs Thuermann <urs.thuermann@volkswagen.de> | 1408 | M: Oliver Hartkopp <socketcan@hartkopp.net> |
1409 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> | 1409 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
1410 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1410 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
1411 | L: socketcan-core@lists.berlios.de | ||
1412 | L: netdev@vger.kernel.org | ||
1411 | W: http://developer.berlios.de/projects/socketcan/ | 1413 | W: http://developer.berlios.de/projects/socketcan/ |
1412 | S: Maintained | 1414 | S: Maintained |
1413 | F: drivers/net/can/ | 1415 | F: net/can/ |
1414 | F: include/linux/can/ | ||
1415 | F: include/linux/can.h | 1416 | F: include/linux/can.h |
1417 | F: include/linux/can/core.h | ||
1418 | F: include/linux/can/bcm.h | ||
1419 | F: include/linux/can/raw.h | ||
1416 | 1420 | ||
1417 | CAN NETWORK DRIVERS | 1421 | CAN NETWORK DRIVERS |
1418 | M: Wolfgang Grandegger <wg@grandegger.com> | 1422 | M: Wolfgang Grandegger <wg@grandegger.com> |
1419 | L: socketcan-core@lists.berlios.de (subscribers-only) | 1423 | L: socketcan-core@lists.berlios.de |
1424 | L: netdev@vger.kernel.org | ||
1420 | W: http://developer.berlios.de/projects/socketcan/ | 1425 | W: http://developer.berlios.de/projects/socketcan/ |
1421 | S: Maintained | 1426 | S: Maintained |
1427 | F: drivers/net/can/ | ||
1428 | F: include/linux/can/dev.h | ||
1429 | F: include/linux/can/error.h | ||
1430 | F: include/linux/can/netlink.h | ||
1431 | F: include/linux/can/platform/ | ||
1422 | 1432 | ||
1423 | CELL BROADBAND ENGINE ARCHITECTURE | 1433 | CELL BROADBAND ENGINE ARCHITECTURE |
1424 | M: Arnd Bergmann <arnd@arndb.de> | 1434 | M: Arnd Bergmann <arnd@arndb.de> |
@@ -2130,6 +2140,7 @@ F: drivers/net/eexpress.* | |||
2130 | ETHERNET BRIDGE | 2140 | ETHERNET BRIDGE |
2131 | M: Stephen Hemminger <shemminger@linux-foundation.org> | 2141 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
2132 | L: bridge@lists.linux-foundation.org | 2142 | L: bridge@lists.linux-foundation.org |
2143 | L: netdev@vger.kernel.org | ||
2133 | W: http://www.linux-foundation.org/en/Net:Bridge | 2144 | W: http://www.linux-foundation.org/en/Net:Bridge |
2134 | S: Maintained | 2145 | S: Maintained |
2135 | F: include/linux/netfilter_bridge/ | 2146 | F: include/linux/netfilter_bridge/ |