aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-07-24 13:01:50 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-24 13:01:50 -0400
commit3c4cfadef6a1665d9cd02a543782d03d3e6740c6 (patch)
tree3df72faaacd494d5ac8c9668df4f529b1b5e4457 /MAINTAINERS
parente017507f37d5cb8b541df165a824958bc333bec3 (diff)
parent320f5ea0cedc08ef65d67e056bcb9d181386ef2c (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pull networking changes from David S Miller: 1) Remove the ipv4 routing cache. Now lookups go directly into the FIB trie and use prebuilt routes cached there. No more garbage collection, no more rDOS attacks on the routing cache. Instead we now get predictable and consistent performance, no matter what the pattern of traffic we service. This has been almost 2 years in the making. Special thanks to Julian Anastasov, Eric Dumazet, Steffen Klassert, and others who have helped along the way. I'm sure that with a change of this magnitude there will be some kind of fallout, but such things ought the be simple to fix at this point. Luckily I'm not European so I'll be around all of August to fix things :-) The major stages of this work here are each fronted by a forced merge commit whose commit message contains a top-level description of the motivations and implementation issues. 2) Pre-demux of established ipv4 TCP sockets, saves a route demux on input. 3) TCP SYN/ACK performance tweaks from Eric Dumazet. 4) Add namespace support for netfilter L4 conntrack helpers, from Gao Feng. 5) Add config mechanism for Energy Efficient Ethernet to ethtool, from Yuval Mintz. 6) Remove quadratic behavior from /proc/net/unix, from Eric Dumazet. 7) Support for connection tracker helpers in userspace, from Pablo Neira Ayuso. 8) Allow userspace driven TX load balancing functions in TEAM driver, from Jiri Pirko. 9) Kill off NLMSG_PUT and RTA_PUT macros, more gross stuff with embedded gotos. 10) TCP Small Queues, essentially minimize the amount of TCP data queued up in the packet scheduler layer. Whereas the existing BQL (Byte Queue Limits) limits the pkt_sched --> netdevice queuing levels, this controls the TCP --> pkt_sched queueing levels. From Eric Dumazet. 11) Reduce the number of get_page/put_page ops done on SKB fragments, from Alexander Duyck. 12) Implement protection against blind resets in TCP (RFC 5961), from Eric Dumazet. 13) Support the client side of TCP Fast Open, basically the ability to send data in the SYN exchange, from Yuchung Cheng. Basically, the sender queues up data with a sendmsg() call using MSG_FASTOPEN, then they do the connect() which emits the queued up fastopen data. 14) Avoid all the problems we get into in TCP when timers or PMTU events hit a locked socket. The TCP Small Queues changes added a tcp_release_cb() that allows us to queue work up to the release_sock() caller, and that's what we use here too. From Eric Dumazet. 15) Zero copy on TX support for TUN driver, from Michael S. Tsirkin. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1870 commits) genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEP r8169: revert "add byte queue limit support". ipv4: Change rt->rt_iif encoding. net: Make skb->skb_iif always track skb->dev ipv4: Prepare for change of rt->rt_iif encoding. ipv4: Remove all RTCF_DIRECTSRC handliing. ipv4: Really ignore ICMP address requests/replies. decnet: Don't set RTCF_DIRECTSRC. net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse. ipv4: Remove redundant assignment rds: set correct msg_namelen openvswitch: potential NULL deref in sample() tcp: dont drop MTU reduction indications bnx2x: Add new 57840 device IDs tcp: avoid oops in tcp_metrics and reset tcpm_stamp niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() return value niu: Fix to check for dma mapping errors. net: Fix references to out-of-scope variables in put_cmsg_compat() net: ethernet: davinci_emac: add pm_runtime support net: ethernet: davinci_emac: Remove unnecessary #include ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS30
1 files changed, 10 insertions, 20 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3086d4b12711..7316ab62e5af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -329,7 +329,7 @@ F: drivers/hwmon/adm1029.c
329 329
330ADM8211 WIRELESS DRIVER 330ADM8211 WIRELESS DRIVER
331L: linux-wireless@vger.kernel.org 331L: linux-wireless@vger.kernel.org
332W: http://linuxwireless.org/ 332W: http://wireless.kernel.org/
333S: Orphan 333S: Orphan
334F: drivers/net/wireless/adm8211.* 334F: drivers/net/wireless/adm8211.*
335 335
@@ -1441,7 +1441,7 @@ B43 WIRELESS DRIVER
1441M: Stefano Brivio <stefano.brivio@polimi.it> 1441M: Stefano Brivio <stefano.brivio@polimi.it>
1442L: linux-wireless@vger.kernel.org 1442L: linux-wireless@vger.kernel.org
1443L: b43-dev@lists.infradead.org 1443L: b43-dev@lists.infradead.org
1444W: http://linuxwireless.org/en/users/Drivers/b43 1444W: http://wireless.kernel.org/en/users/Drivers/b43
1445S: Maintained 1445S: Maintained
1446F: drivers/net/wireless/b43/ 1446F: drivers/net/wireless/b43/
1447 1447
@@ -1450,7 +1450,7 @@ M: Larry Finger <Larry.Finger@lwfinger.net>
1450M: Stefano Brivio <stefano.brivio@polimi.it> 1450M: Stefano Brivio <stefano.brivio@polimi.it>
1451L: linux-wireless@vger.kernel.org 1451L: linux-wireless@vger.kernel.org
1452L: b43-dev@lists.infradead.org 1452L: b43-dev@lists.infradead.org
1453W: http://linuxwireless.org/en/users/Drivers/b43 1453W: http://wireless.kernel.org/en/users/Drivers/b43
1454S: Maintained 1454S: Maintained
1455F: drivers/net/wireless/b43legacy/ 1455F: drivers/net/wireless/b43legacy/
1456 1456
@@ -1613,6 +1613,7 @@ M: Arend van Spriel <arend@broadcom.com>
1613M: Franky (Zhenhui) Lin <frankyl@broadcom.com> 1613M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1614M: Kan Yan <kanyan@broadcom.com> 1614M: Kan Yan <kanyan@broadcom.com>
1615L: linux-wireless@vger.kernel.org 1615L: linux-wireless@vger.kernel.org
1616L: brcm80211-dev-list@broadcom.com
1616S: Supported 1617S: Supported
1617F: drivers/net/wireless/brcm80211/ 1618F: drivers/net/wireless/brcm80211/
1618 1619
@@ -3679,14 +3680,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3679S: Supported 3680S: Supported
3680F: drivers/net/wireless/iwlwifi/ 3681F: drivers/net/wireless/iwlwifi/
3681 3682
3682INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3683M: Samuel Ortiz <samuel.ortiz@intel.com>
3684M: Intel Linux Wireless <ilw@linux.intel.com>
3685L: linux-wireless@vger.kernel.org
3686S: Supported
3687W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3688F: drivers/net/wireless/iwmc3200wifi/
3689
3690INTEL MANAGEMENT ENGINE (mei) 3683INTEL MANAGEMENT ENGINE (mei)
3691M: Tomas Winkler <tomas.winkler@intel.com> 3684M: Tomas Winkler <tomas.winkler@intel.com>
3692L: linux-kernel@vger.kernel.org 3685L: linux-kernel@vger.kernel.org
@@ -4370,7 +4363,7 @@ F: arch/m68k/hp300/
4370MAC80211 4363MAC80211
4371M: Johannes Berg <johannes@sipsolutions.net> 4364M: Johannes Berg <johannes@sipsolutions.net>
4372L: linux-wireless@vger.kernel.org 4365L: linux-wireless@vger.kernel.org
4373W: http://linuxwireless.org/ 4366W: http://wireless.kernel.org/
4374T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 4367T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4375T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 4368T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4376S: Maintained 4369S: Maintained
@@ -4382,7 +4375,7 @@ MAC80211 PID RATE CONTROL
4382M: Stefano Brivio <stefano.brivio@polimi.it> 4375M: Stefano Brivio <stefano.brivio@polimi.it>
4383M: Mattias Nissler <mattias.nissler@gmx.de> 4376M: Mattias Nissler <mattias.nissler@gmx.de>
4384L: linux-wireless@vger.kernel.org 4377L: linux-wireless@vger.kernel.org
4385W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 4378W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4386T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 4379T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4387T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 4380T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4388S: Maintained 4381S: Maintained
@@ -4611,7 +4604,6 @@ S: Maintained
4611F: drivers/usb/musb/ 4604F: drivers/usb/musb/
4612 4605
4613MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 4606MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4614M: Jon Mason <mason@myri.com>
4615M: Andrew Gallatin <gallatin@myri.com> 4607M: Andrew Gallatin <gallatin@myri.com>
4616L: netdev@vger.kernel.org 4608L: netdev@vger.kernel.org
4617W: http://www.myri.com/scs/download-Myri10GE.html 4609W: http://www.myri.com/scs/download-Myri10GE.html
@@ -4656,8 +4648,6 @@ F: net/sched/sch_netem.c
4656NETERION 10GbE DRIVERS (s2io/vxge) 4648NETERION 10GbE DRIVERS (s2io/vxge)
4657M: Jon Mason <jdmason@kudzu.us> 4649M: Jon Mason <jdmason@kudzu.us>
4658L: netdev@vger.kernel.org 4650L: netdev@vger.kernel.org
4659W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4660W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4661S: Supported 4651S: Supported
4662F: Documentation/networking/s2io.txt 4652F: Documentation/networking/s2io.txt
4663F: Documentation/networking/vxge.txt 4653F: Documentation/networking/vxge.txt
@@ -5068,7 +5058,7 @@ F: fs/ocfs2/
5068 5058
5069ORINOCO DRIVER 5059ORINOCO DRIVER
5070L: linux-wireless@vger.kernel.org 5060L: linux-wireless@vger.kernel.org
5071W: http://linuxwireless.org/en/users/Drivers/orinoco 5061W: http://wireless.kernel.org/en/users/Drivers/orinoco
5072W: http://www.nongnu.org/orinoco/ 5062W: http://www.nongnu.org/orinoco/
5073S: Orphan 5063S: Orphan
5074F: drivers/net/wireless/orinoco/ 5064F: drivers/net/wireless/orinoco/
@@ -5772,7 +5762,7 @@ F: net/rose/
5772RTL8180 WIRELESS DRIVER 5762RTL8180 WIRELESS DRIVER
5773M: "John W. Linville" <linville@tuxdriver.com> 5763M: "John W. Linville" <linville@tuxdriver.com>
5774L: linux-wireless@vger.kernel.org 5764L: linux-wireless@vger.kernel.org
5775W: http://linuxwireless.org/ 5765W: http://wireless.kernel.org/
5776T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5766T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5777S: Maintained 5767S: Maintained
5778F: drivers/net/wireless/rtl818x/rtl8180/ 5768F: drivers/net/wireless/rtl818x/rtl8180/
@@ -5782,7 +5772,7 @@ M: Herton Ronaldo Krzesinski <herton@canonical.com>
5782M: Hin-Tak Leung <htl10@users.sourceforge.net> 5772M: Hin-Tak Leung <htl10@users.sourceforge.net>
5783M: Larry Finger <Larry.Finger@lwfinger.net> 5773M: Larry Finger <Larry.Finger@lwfinger.net>
5784L: linux-wireless@vger.kernel.org 5774L: linux-wireless@vger.kernel.org
5785W: http://linuxwireless.org/ 5775W: http://wireless.kernel.org/
5786T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5776T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5787S: Maintained 5777S: Maintained
5788F: drivers/net/wireless/rtl818x/rtl8187/ 5778F: drivers/net/wireless/rtl818x/rtl8187/
@@ -5791,7 +5781,7 @@ RTL8192CE WIRELESS DRIVER
5791M: Larry Finger <Larry.Finger@lwfinger.net> 5781M: Larry Finger <Larry.Finger@lwfinger.net>
5792M: Chaoming Li <chaoming_li@realsil.com.cn> 5782M: Chaoming Li <chaoming_li@realsil.com.cn>
5793L: linux-wireless@vger.kernel.org 5783L: linux-wireless@vger.kernel.org
5794W: http://linuxwireless.org/ 5784W: http://wireless.kernel.org/
5795T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5785T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5796S: Maintained 5786S: Maintained
5797F: drivers/net/wireless/rtlwifi/ 5787F: drivers/net/wireless/rtlwifi/