aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-10-08 21:40:54 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-08 21:40:54 -0400
commit35a9ad8af0bb0fa3525e6d0d20e32551d226f38e (patch)
tree15b4b33206818886d9cff371fd2163e073b70568 /MAINTAINERS
parentd5935b07da53f74726e2a65dd4281d0f2c70e5d4 (diff)
parent64b1f00a0830e1c53874067273a096b228d83d36 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller: "Most notable changes in here: 1) By far the biggest accomplishment, thanks to a large range of contributors, is the addition of multi-send for transmit. This is the result of discussions back in Chicago, and the hard work of several individuals. Now, when the ->ndo_start_xmit() method of a driver sees skb->xmit_more as true, it can choose to defer the doorbell telling the driver to start processing the new TX queue entires. skb->xmit_more means that the generic networking is guaranteed to call the driver immediately with another SKB to send. There is logic added to the qdisc layer to dequeue multiple packets at a time, and the handling mis-predicted offloads in software is now done with no locks held. Finally, pktgen is extended to have a "burst" parameter that can be used to test a multi-send implementation. Several drivers have xmit_more support: i40e, igb, ixgbe, mlx4, virtio_net Adding support is almost trivial, so export more drivers to support this optimization soon. I want to thank, in no particular or implied order, Jesper Dangaard Brouer, Eric Dumazet, Alexander Duyck, Tom Herbert, Jamal Hadi Salim, John Fastabend, Florian Westphal, Daniel Borkmann, David Tat, Hannes Frederic Sowa, and Rusty Russell. 2) PTP and timestamping support in bnx2x, from Michal Kalderon. 3) Allow adjusting the rx_copybreak threshold for a driver via ethtool, and add rx_copybreak support to enic driver. From Govindarajulu Varadarajan. 4) Significant enhancements to the generic PHY layer and the bcm7xxx driver in particular (EEE support, auto power down, etc.) from Florian Fainelli. 5) Allow raw buffers to be used for flow dissection, allowing drivers to determine the optimal "linear pull" size for devices that DMA into pools of pages. The objective is to get exactly the necessary amount of headers into the linear SKB area pre-pulled, but no more. The new interface drivers use is eth_get_headlen(). From WANG Cong, with driver conversions (several had their own by-hand duplicated implementations) by Alexander Duyck and Eric Dumazet. 6) Support checksumming more smoothly and efficiently for encapsulations, and add "foo over UDP" facility. From Tom Herbert. 7) Add Broadcom SF2 switch driver to DSA layer, from Florian Fainelli. 8) eBPF now can load programs via a system call and has an extensive testsuite. Alexei Starovoitov and Daniel Borkmann. 9) Major overhaul of the packet scheduler to use RCU in several major areas such as the classifiers and rate estimators. From John Fastabend. 10) Add driver for Intel FM10000 Ethernet Switch, from Alexander Duyck. 11) Rearrange TCP_SKB_CB() to reduce cache line misses, from Eric Dumazet. 12) Add Datacenter TCP congestion control algorithm support, From Florian Westphal. 13) Reorganize sk_buff so that __copy_skb_header() is significantly faster. From Eric Dumazet" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1558 commits) netlabel: directly return netlbl_unlabel_genl_init() net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers net: description of dma_cookie cause make xmldocs warning cxgb4: clean up a type issue cxgb4: potential shift wrapping bug i40e: skb->xmit_more support net: fs_enet: Add NAPI TX net: fs_enet: Remove non NAPI RX r8169:add support for RTL8168EP net_sched: copy exts->type in tcf_exts_change() wimax: convert printk to pr_foo() af_unix: remove 0 assignment on static ipv6: Do not warn for informational ICMP messages, regardless of type. Update Intel Ethernet Driver maintainers list bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING tipc: fix bug in multicast congestion handling net: better IFF_XMIT_DST_RELEASE support net/mlx4_en: remove NETDEV_TX_BUSY 3c59x: fix bad split of cpu_to_le32(pci_map_single()) net: bcmgenet: fix Tx ring priority programming ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS38
1 files changed, 20 insertions, 18 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0fa3ff342af6..9e315a44ae0c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -152,8 +152,9 @@ F: drivers/scsi/53c700*
152 152
1536LOWPAN GENERIC (BTLE/IEEE 802.15.4) 1536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <alex.aring@gmail.com> 154M: Alexander Aring <alex.aring@gmail.com>
155L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 155M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156L: linux-bluetooth@vger.kernel.org 156L: linux-bluetooth@vger.kernel.org
157L: linux-wpan@vger.kernel.org
157S: Maintained 158S: Maintained
158F: net/6lowpan/ 159F: net/6lowpan/
159F: include/net/6lowpan.h 160F: include/net/6lowpan.h
@@ -1649,6 +1650,7 @@ L: wil6210@qca.qualcomm.com
1649S: Supported 1650S: Supported
1650W: http://wireless.kernel.org/en/users/Drivers/wil6210 1651W: http://wireless.kernel.org/en/users/Drivers/wil6210
1651F: drivers/net/wireless/ath/wil6210/ 1652F: drivers/net/wireless/ath/wil6210/
1653F: include/uapi/linux/wil6210_uapi.h
1652 1654
1653CARL9170 LINUX COMMUNITY WIRELESS DRIVER 1655CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1654M: Christian Lamparter <chunkeey@googlemail.com> 1656M: Christian Lamparter <chunkeey@googlemail.com>
@@ -3605,6 +3607,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3605F: drivers/video/fbdev/s1d13xxxfb.c 3607F: drivers/video/fbdev/s1d13xxxfb.c
3606F: include/video/s1d13xxxfb.h 3608F: include/video/s1d13xxxfb.h
3607 3609
3610ET131X NETWORK DRIVER
3611M: Mark Einon <mark.einon@gmail.com>
3612S: Odd Fixes
3613F: drivers/net/ethernet/agere/
3614
3608ETHERNET BRIDGE 3615ETHERNET BRIDGE
3609M: Stephen Hemminger <stephen@networkplumber.org> 3616M: Stephen Hemminger <stephen@networkplumber.org>
3610L: bridge@lists.linux-foundation.org 3617L: bridge@lists.linux-foundation.org
@@ -4650,13 +4657,14 @@ F: drivers/idle/i7300_idle.c
4650 4657
4651IEEE 802.15.4 SUBSYSTEM 4658IEEE 802.15.4 SUBSYSTEM
4652M: Alexander Aring <alex.aring@gmail.com> 4659M: Alexander Aring <alex.aring@gmail.com>
4653L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 4660L: linux-wpan@vger.kernel.org
4654W: http://apps.sourceforge.net/trac/linux-zigbee 4661W: https://github.com/linux-wpan
4655T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 4662T: git git://github.com/linux-wpan/linux-wpan-next.git
4656S: Maintained 4663S: Maintained
4657F: net/ieee802154/ 4664F: net/ieee802154/
4658F: net/mac802154/ 4665F: net/mac802154/
4659F: drivers/net/ieee802154/ 4666F: drivers/net/ieee802154/
4667F: Documentation/networking/ieee802154.txt
4660 4668
4661IGUANAWORKS USB IR TRANSCEIVER 4669IGUANAWORKS USB IR TRANSCEIVER
4662M: Sean Young <sean@mess.org> 4670M: Sean Young <sean@mess.org>
@@ -4841,14 +4849,14 @@ M: Deepak Saxena <dsaxena@plexity.net>
4841S: Maintained 4849S: Maintained
4842F: drivers/char/hw_random/ixp4xx-rng.c 4850F: drivers/char/hw_random/ixp4xx-rng.c
4843 4851
4844INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) 4852INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4845M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 4853M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4846M: Jesse Brandeburg <jesse.brandeburg@intel.com> 4854M: Jesse Brandeburg <jesse.brandeburg@intel.com>
4847M: Bruce Allan <bruce.w.allan@intel.com> 4855M: Bruce Allan <bruce.w.allan@intel.com>
4848M: Carolyn Wyborny <carolyn.wyborny@intel.com> 4856M: Carolyn Wyborny <carolyn.wyborny@intel.com>
4849M: Don Skidmore <donald.c.skidmore@intel.com> 4857M: Don Skidmore <donald.c.skidmore@intel.com>
4850M: Greg Rose <gregory.v.rose@intel.com> 4858M: Greg Rose <gregory.v.rose@intel.com>
4851M: Alex Duyck <alexander.h.duyck@intel.com> 4859M: Matthew Vick <matthew.vick@intel.com>
4852M: John Ronciak <john.ronciak@intel.com> 4860M: John Ronciak <john.ronciak@intel.com>
4853M: Mitch Williams <mitch.a.williams@intel.com> 4861M: Mitch Williams <mitch.a.williams@intel.com>
4854M: Linux NICS <linux.nics@intel.com> 4862M: Linux NICS <linux.nics@intel.com>
@@ -6429,7 +6437,7 @@ M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6429M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> 6437M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6430M: Samuel Ortiz <sameo@linux.intel.com> 6438M: Samuel Ortiz <sameo@linux.intel.com>
6431L: linux-wireless@vger.kernel.org 6439L: linux-wireless@vger.kernel.org
6432L: linux-nfc@lists.01.org (moderated for non-subscribers) 6440L: linux-nfc@lists.01.org (subscribers-only)
6433S: Supported 6441S: Supported
6434F: net/nfc/ 6442F: net/nfc/
6435F: include/net/nfc/ 6443F: include/net/nfc/
@@ -7435,15 +7443,15 @@ F: drivers/net/ethernet/qlogic/qla3xxx.*
7435 7443
7436QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER 7444QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7437M: Shahed Shaikh <shahed.shaikh@qlogic.com> 7445M: Shahed Shaikh <shahed.shaikh@qlogic.com>
7438M: Dept-HSGLinuxNICDev@qlogic.com 7446M: Dept-GELinuxNICDev@qlogic.com
7439L: netdev@vger.kernel.org 7447L: netdev@vger.kernel.org
7440S: Supported 7448S: Supported
7441F: drivers/net/ethernet/qlogic/qlcnic/ 7449F: drivers/net/ethernet/qlogic/qlcnic/
7442 7450
7443QLOGIC QLGE 10Gb ETHERNET DRIVER 7451QLOGIC QLGE 10Gb ETHERNET DRIVER
7444M: Shahed Shaikh <shahed.shaikh@qlogic.com> 7452M: Harish Patil <harish.patil@qlogic.com>
7445M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 7453M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7446M: Ron Mercer <ron.mercer@qlogic.com> 7454M: Dept-GELinuxNICDev@qlogic.com
7447M: linux-driver@qlogic.com 7455M: linux-driver@qlogic.com
7448L: netdev@vger.kernel.org 7456L: netdev@vger.kernel.org
7449S: Supported 7457S: Supported
@@ -7546,13 +7554,12 @@ F: drivers/video/fbdev/aty/aty128fb.c
7546 7554
7547RALINK RT2X00 WIRELESS LAN DRIVER 7555RALINK RT2X00 WIRELESS LAN DRIVER
7548P: rt2x00 project 7556P: rt2x00 project
7549M: Ivo van Doorn <IvDoorn@gmail.com> 7557M: Stanislaw Gruszka <sgruszka@redhat.com>
7550M: Helmut Schaa <helmut.schaa@googlemail.com> 7558M: Helmut Schaa <helmut.schaa@googlemail.com>
7551L: linux-wireless@vger.kernel.org 7559L: linux-wireless@vger.kernel.org
7552L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) 7560L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7553W: http://rt2x00.serialmonkey.com/ 7561W: http://rt2x00.serialmonkey.com/
7554S: Maintained 7562S: Maintained
7555T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7556F: drivers/net/wireless/rt2x00/ 7563F: drivers/net/wireless/rt2x00/
7557 7564
7558RAMDISK RAM BLOCK DEVICE DRIVER 7565RAMDISK RAM BLOCK DEVICE DRIVER
@@ -8752,11 +8759,6 @@ M: H Hartley Sweeten <hsweeten@visionengravers.com>
8752S: Odd Fixes 8759S: Odd Fixes
8753F: drivers/staging/comedi/ 8760F: drivers/staging/comedi/
8754 8761
8755STAGING - ET131X NETWORK DRIVER
8756M: Mark Einon <mark.einon@gmail.com>
8757S: Odd Fixes
8758F: drivers/staging/et131x/
8759
8760STAGING - FLARION FT1000 DRIVERS 8762STAGING - FLARION FT1000 DRIVERS
8761M: Marek Belisko <marek.belisko@gmail.com> 8763M: Marek Belisko <marek.belisko@gmail.com>
8762S: Odd Fixes 8764S: Odd Fixes