diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 00:05:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-04 00:05:43 -0400 |
commit | 6dbbd92522a13bcd5003829cbed30bc38a3d0362 (patch) | |
tree | b486642d7392b81d89f159d65fd556a432e78d16 /MAINTAINERS | |
parent | d6748066ad0e8b2514545998f8367ebb3906f299 (diff) | |
parent | e1cfb67acd5e890bbad695000d2c997bfb7f1756 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (45 commits)
be2net: Add detect UE feature for Lancer
be2net: Prevent CQ full condition for Lancer
be2net: Fix disabling multicast promiscous mode
be2net: Fix endian issue in RX filter command
af_packet: de-inline some helper functions
MAINTAINERS: Add can-gw include to maintained files
net: Add back alignment for size for __alloc_skb
net: add missing bh_unlock_sock() calls
l2tp: fix race in l2tp_recv_dequeue()
ixgbevf: Update release version
ixgbe: DCB, return max for IEEE traffic classes
ixgbe: fix reading of the buffer returned by the firmware
ixgbe: Fix compiler warnings
ixgbe: fix smatch splat due to missing NULL check
ixgbe: fix disabling of Tx laser at probe
ixgbe: Fix link issues caused by a reset while interface is down
igb: Fix for I347AT4 PHY cable length unit detection
e100: make sure vlan support isn't advertised on old adapters
e1000e: demote a debugging WARN to a debug log message
net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.c
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ab7767001286..a6afe342f0fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1716,6 +1716,7 @@ F: include/linux/can.h | |||
1716 | F: include/linux/can/core.h | 1716 | F: include/linux/can/core.h |
1717 | F: include/linux/can/bcm.h | 1717 | F: include/linux/can/bcm.h |
1718 | F: include/linux/can/raw.h | 1718 | F: include/linux/can/raw.h |
1719 | F: include/linux/can/gw.h | ||
1719 | 1720 | ||
1720 | CAN NETWORK DRIVERS | 1721 | CAN NETWORK DRIVERS |
1721 | M: Wolfgang Grandegger <wg@grandegger.com> | 1722 | M: Wolfgang Grandegger <wg@grandegger.com> |
@@ -4476,11 +4477,9 @@ F: Documentation/networking/vxge.txt | |||
4476 | F: drivers/net/ethernet/neterion/ | 4477 | F: drivers/net/ethernet/neterion/ |
4477 | 4478 | ||
4478 | NETFILTER/IPTABLES/IPCHAINS | 4479 | NETFILTER/IPTABLES/IPCHAINS |
4479 | P: Rusty Russell | ||
4480 | P: Marc Boucher | ||
4481 | P: James Morris | ||
4482 | P: Harald Welte | 4480 | P: Harald Welte |
4483 | P: Jozsef Kadlecsik | 4481 | P: Jozsef Kadlecsik |
4482 | M: Pablo Neira Ayuso <pablo@netfilter.org> | ||
4484 | M: Patrick McHardy <kaber@trash.net> | 4483 | M: Patrick McHardy <kaber@trash.net> |
4485 | L: netfilter-devel@vger.kernel.org | 4484 | L: netfilter-devel@vger.kernel.org |
4486 | L: netfilter@vger.kernel.org | 4485 | L: netfilter@vger.kernel.org |