aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-02 23:53:45 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-02 23:53:45 -0400
commitcd6362befe4cc7bf589a5236d2a780af2d47bcc9 (patch)
tree3bd4e13ec3f92a00dc4f6c3d65e820b54dbfe46e /MAINTAINERS
parent0f1b1e6d73cb989ce2c071edc57deade3b084dfe (diff)
parentb1586f099ba897542ece36e8a23c1a62907261ef (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking updates from David Miller: "Here is my initial pull request for the networking subsystem during this merge window: 1) Support for ESN in AH (RFC 4302) from Fan Du. 2) Add full kernel doc for ethtool command structures, from Ben Hutchings. 3) Add BCM7xxx PHY driver, from Florian Fainelli. 4) Export computed TCP rate information in netlink socket dumps, from Eric Dumazet. 5) Allow IPSEC SA to be dumped partially using a filter, from Nicolas Dichtel. 6) Convert many drivers to pci_enable_msix_range(), from Alexander Gordeev. 7) Record SKB timestamps more efficiently, from Eric Dumazet. 8) Switch to microsecond resolution for TCP round trip times, also from Eric Dumazet. 9) Clean up and fix 6lowpan fragmentation handling by making use of the existing inet_frag api for it's implementation. 10) Add TX grant mapping to xen-netback driver, from Zoltan Kiss. 11) Auto size SKB lengths when composing netlink messages based upon past message sizes used, from Eric Dumazet. 12) qdisc dumps can take a long time, add a cond_resched(), From Eric Dumazet. 13) Sanitize netpoll core and drivers wrt. SKB handling semantics. Get rid of never-used-in-tree netpoll RX handling. From Eric W Biederman. 14) Support inter-address-family and namespace changing in VTI tunnel driver(s). From Steffen Klassert. 15) Add Altera TSE driver, from Vince Bridgers. 16) Optimizing csum_replace2() so that it doesn't adjust the checksum by checksumming the entire header, from Eric Dumazet. 17) Expand BPF internal implementation for faster interpreting, more direct translations into JIT'd code, and much cleaner uses of BPF filtering in non-socket ocntexts. From Daniel Borkmann and Alexei Starovoitov" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1976 commits) netpoll: Use skb_irq_freeable to make zap_completion_queue safe. net: Add a test to see if a skb is freeable in irq context qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' net: ptp: move PTP classifier in its own file net: sxgbe: make "core_ops" static net: sxgbe: fix logical vs bitwise operation net: sxgbe: sxgbe_mdio_register() frees the bus Call efx_set_channels() before efx->type->dimension_resources() xen-netback: disable rogue vif in kthread context net/mlx4: Set proper build dependancy with vxlan be2net: fix build dependency on VxLAN mac802154: make csma/cca parameters per-wpan mac802154: allow only one WPAN to be up at any given time net: filter: minor: fix kdoc in __sk_run_filter netlink: don't compare the nul-termination in nla_strcmp can: c_can: Avoid led toggling for every packet. can: c_can: Simplify TX interrupt cleanup can: c_can: Store dlc private can: c_can: Reduce register access can: c_can: Make the code readable ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS31
1 files changed, 25 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ee175ff17256..11b3937adb89 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -536,6 +536,13 @@ S: Odd Fixes
536L: linux-alpha@vger.kernel.org 536L: linux-alpha@vger.kernel.org
537F: arch/alpha/ 537F: arch/alpha/
538 538
539ALTERA TRIPLE SPEED ETHERNET DRIVER
540M: Vince Bridgers <vbridgers2013@gmail.com
541L: netdev@vger.kernel.org
542L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
543S: Maintained
544F: drivers/net/ethernet/altera/
545
539ALTERA UART/JTAG UART SERIAL DRIVERS 546ALTERA UART/JTAG UART SERIAL DRIVERS
540M: Tobias Klauser <tklauser@distanz.ch> 547M: Tobias Klauser <tklauser@distanz.ch>
541L: linux-serial@vger.kernel.org 548L: linux-serial@vger.kernel.org
@@ -1848,6 +1855,12 @@ L: netdev@vger.kernel.org
1848S: Supported 1855S: Supported
1849F: drivers/net/ethernet/broadcom/b44.* 1856F: drivers/net/ethernet/broadcom/b44.*
1850 1857
1858BROADCOM GENET ETHERNET DRIVER
1859M: Florian Fainelli <f.fainelli@gmail.com>
1860L: netdev@vger.kernel.org
1861S: Supported
1862F: drivers/net/ethernet/broadcom/genet/
1863
1851BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1864BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1852M: Michael Chan <mchan@broadcom.com> 1865M: Michael Chan <mchan@broadcom.com>
1853L: netdev@vger.kernel.org 1866L: netdev@vger.kernel.org
@@ -6043,6 +6056,7 @@ L: netdev@vger.kernel.org
6043T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git 6056T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6044T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git 6057T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6045S: Maintained 6058S: Maintained
6059F: net/core/flow.c
6046F: net/xfrm/ 6060F: net/xfrm/
6047F: net/key/ 6061F: net/key/
6048F: net/ipv4/xfrm* 6062F: net/ipv4/xfrm*
@@ -6118,6 +6132,7 @@ F: include/net/nfc/
6118F: include/uapi/linux/nfc.h 6132F: include/uapi/linux/nfc.h
6119F: drivers/nfc/ 6133F: drivers/nfc/
6120F: include/linux/platform_data/pn544.h 6134F: include/linux/platform_data/pn544.h
6135F: Documentation/devicetree/bindings/net/nfc/
6121 6136
6122NFS, SUNRPC, AND LOCKD CLIENTS 6137NFS, SUNRPC, AND LOCKD CLIENTS
6123M: Trond Myklebust <trond.myklebust@primarydata.com> 6138M: Trond Myklebust <trond.myklebust@primarydata.com>
@@ -7077,13 +7092,8 @@ F: Documentation/networking/LICENSE.qla3xxx
7077F: drivers/net/ethernet/qlogic/qla3xxx.* 7092F: drivers/net/ethernet/qlogic/qla3xxx.*
7078 7093
7079QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER 7094QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7080M: Himanshu Madhani <himanshu.madhani@qlogic.com>
7081M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7082M: Shahed Shaikh <shahed.shaikh@qlogic.com> 7095M: Shahed Shaikh <shahed.shaikh@qlogic.com>
7083M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 7096M: Dept-HSGLinuxNICDev@qlogic.com
7084M: Sony Chacko <sony.chacko@qlogic.com>
7085M: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
7086M: linux-driver@qlogic.com
7087L: netdev@vger.kernel.org 7097L: netdev@vger.kernel.org
7088S: Supported 7098S: Supported
7089F: drivers/net/ethernet/qlogic/qlcnic/ 7099F: drivers/net/ethernet/qlogic/qlcnic/
@@ -7579,6 +7589,15 @@ S: Supported
7579L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 7589L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7580F: drivers/clk/samsung/ 7590F: drivers/clk/samsung/
7581 7591
7592SAMSUNG SXGBE DRIVERS
7593M: Byungho An <bh74.an@samsung.com>
7594M: Girish K S <ks.giri@samsung.com>
7595M: Siva Reddy Kallam <siva.kallam@samsung.com>
7596M: Vipul Pandya <vipul.pandya@samsung.com>
7597S: Supported
7598L: netdev@vger.kernel.org
7599F: drivers/net/ethernet/samsung/sxgbe/
7600
7582SERIAL DRIVERS 7601SERIAL DRIVERS
7583M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7602M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7584L: linux-serial@vger.kernel.org 7603L: linux-serial@vger.kernel.org