aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-04-02 14:09:41 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-02 14:09:41 -0400
commit8172ba51e257fdd353010cd7caaa37c8bc9eb44a (patch)
treedc440db5d27a9846a00a5ff011f5bd557b861051 /MAINTAINERS
parentd4039314d0b1b57aa602490b7b9ae505e2467a44 (diff)
parentf5f321c43150cb4db8f342c8479c6fbdbe20b338 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller: 1) Fix use-after-free with mac80211 RX A-MPDU reorder timer, from Johannes Berg. 2) iwlwifi leaks memory every module load/unload cycles, fix from Larry Finger. 3) Need to use for_each_netdev_safe() in rtnl_group_changelink() otherwise we can crash, from WANG Cong. 4) mlx4 driver does register_netdev() too early in the probe sequence, from Ido Shamay. 5) Don't allow router discovery hop limit to decrease the interface's hop limit, from D.S. Ljungmark. 6) tx_packets and tx_bytes improperly accounted for certain classes of USB network devices, fix from Ben Hutchings. 7) ip{6}mr_rules_init() mistakenly use plain kfree to release the ipmr tables in the error path, they must instead use ip{6}mr_free_table(). Fix from WANG Cong. 8) cxgb4 doesn't properly quiesce all RX activity before unregistering the netdevice. Fix from Hariprasad Shenai. 9) Fix hash corruptions in ipvlan driver, from Jiri Benc. 10) nla_memcpy(), like a real memcpy, should fully initialize the destination buffer, even if the source attribute is smaller. Fix from Jiri Benc. 11) Fix wrong error code returned from iucv_sock_sendmsg(). We should use whatever sock_alloc_send_skb() put into 'err'. From Eugene Crosser. 12) Fix slab object leak on module unload in TIPC, from Ying Xue. 13) Need a READ_ONCE() when reading the cached RX socket route in tcp_v{4,6}_early_demux(). From Michal Kubecek. 14) Still too many problems with TPC support in the ath9k driver, so disable it for now. From Felix Fietkau. 15) When in AP mode the rtlwifi driver can leak DMA mappings, fix from Larry Finger. 16) Missing kzalloc() failure check in gs_usb CAN driver, from Colin Ian King. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (52 commits) cxgb4: Fix to dump devlog, even if FW is crashed cxgb4: Firmware macro changes for fw verison 1.13.32.0 bnx2x: Fix kdump when iommu=on bnx2x: Fix kdump on 4-port device mac80211: fix RX A-MPDU session reorder timer deletion MAINTAINERS: Update Intel Wired Ethernet Driver info tipc: fix a slab object leak net/usb/r8152: add device id for Lenovo TP USB 3.0 Ethernet af_iucv: fix AF_IUCV sendmsg() errno openvswitch: Return vport module ref before destruction netlink: pad nla_memcpy dest buffer with zeroes bonding: Bonding Overriding Configuration logic restored. ipvlan: fix check for IP addresses in control path ipvlan: do not use rcu operations for address list ipvlan: protect against concurrent link removal ipvlan: fix addr hash list corruption net: fec: setup right value for mdio hold time net: tcp6: fix double call of tcp_v6_fill_cb() cxgb4vf: Fix sparse warnings netns: don't clear nsid too early on removal ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS25
1 files changed, 12 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1de6afa8ee51..ac976acd9841 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5136,22 +5136,21 @@ M: Deepak Saxena <dsaxena@plexity.net>
5136S: Maintained 5136S: Maintained
5137F: drivers/char/hw_random/ixp4xx-rng.c 5137F: drivers/char/hw_random/ixp4xx-rng.c
5138 5138
5139INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) 5139INTEL ETHERNET DRIVERS
5140M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 5140M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5141M: Jesse Brandeburg <jesse.brandeburg@intel.com> 5141R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5142M: Bruce Allan <bruce.w.allan@intel.com> 5142R: Shannon Nelson <shannon.nelson@intel.com>
5143M: Carolyn Wyborny <carolyn.wyborny@intel.com> 5143R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5144M: Don Skidmore <donald.c.skidmore@intel.com> 5144R: Don Skidmore <donald.c.skidmore@intel.com>
5145M: Greg Rose <gregory.v.rose@intel.com> 5145R: Matthew Vick <matthew.vick@intel.com>
5146M: Matthew Vick <matthew.vick@intel.com> 5146R: John Ronciak <john.ronciak@intel.com>
5147M: John Ronciak <john.ronciak@intel.com> 5147R: Mitch Williams <mitch.a.williams@intel.com>
5148M: Mitch Williams <mitch.a.williams@intel.com> 5148L: intel-wired-lan@lists.osuosl.org
5149M: Linux NICS <linux.nics@intel.com>
5150L: e1000-devel@lists.sourceforge.net
5151W: http://www.intel.com/support/feedback.htm 5149W: http://www.intel.com/support/feedback.htm
5152W: http://e1000.sourceforge.net/ 5150W: http://e1000.sourceforge.net/
5153T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git 5151Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5154T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git 5152T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5153T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5155S: Supported 5154S: Supported
5156F: Documentation/networking/e100.txt 5155F: Documentation/networking/e100.txt
5157F: Documentation/networking/e1000.txt 5156F: Documentation/networking/e1000.txt