<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/legacy-kernel.git/drivers/net, branch igloo-dev</title>
<subtitle>legacy kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=igloo-dev</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=igloo-dev'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/'/>
<updated>2011-12-16T14:04:55+00:00</updated>
<entry>
<title>Squash</title>
<updated>2011-12-16T14:04:55+00:00</updated>
<author>
<name>Benn Pörscke</name>
<email>benn.porscke@stericsson.com</email>
</author>
<published>2011-12-16T14:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=93f379e6cfadfded0d262192ca69d1abc096d90e'/>
<id>urn:sha1:93f379e6cfadfded0d262192ca69d1abc096d90e</id>
<content type='text'>
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
</content>
</entry>
<entry>
<title>rt2x00: Add device ID for RT539F device.</title>
<updated>2011-10-28T09:16:20+00:00</updated>
<author>
<name>Gertjan van Wingerde</name>
<email>gwingerde@gmail.com</email>
</author>
<published>2011-07-06T20:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=d6160c037baa55adc244b3aaab134abb2a893fca'/>
<id>urn:sha1:d6160c037baa55adc244b3aaab134abb2a893fca</id>
<content type='text'>
commit 71e0b38c2914018b01f3f08b43ee9e3328197699 upstream.

Reported-by: Wim Vander Schelden &lt;wim@fixnum.org&gt;
Signed-off-by: Gertjan van Wingerde &lt;gwingerde@gmail.com&gt;
Signed-off-by: Ivo van Doorn &lt;IvDoorn@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Change-Id: Iecb702f1fb883095a06bace36db211b4dac64eec
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35673
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>rtlwifi: rtl8192cu: Fix duplicate if test</title>
<updated>2011-10-28T09:08:03+00:00</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2011-07-09T18:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=60f79756606dcbf1da11a777e9f83b4d14ea790f'/>
<id>urn:sha1:60f79756606dcbf1da11a777e9f83b4d14ea790f</id>
<content type='text'>
commit 1288aa4e80145d9f4196df32f717b4c1cf6aab61 upstream.

A typo causes routine rtl92cu_phy_rf6052_set_cck_txpower() to test the
same condition twice. The problem was found using cppcheck-1.49, and the
proper fix was verified against the pre-mac80211 version of the code.

Reported-by: David Binderman &lt;dcb314@hotmail.com&gt;
Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Change-Id: Ifd3c92620dd4fe558f89a7ea63ed8dc6d556fa06
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35612
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>jme: Fix unmap error (Causing system freeze)</title>
<updated>2011-10-28T09:07:08+00:00</updated>
<author>
<name>Guo-Fu Tseng</name>
<email>cooldavid@cooldavid.org</email>
</author>
<published>2011-07-20T16:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=7b2287c0e5bc8899686f5501bc10fc64edfa085f'/>
<id>urn:sha1:7b2287c0e5bc8899686f5501bc10fc64edfa085f</id>
<content type='text'>
commit 94c5b41b327e08de0ddf563237855f55080652a1 upstream.

This patch add the missing dma_unmap().
Which solved the critical issue of system freeze on heavy load.

Michal Miroslaw's rejected patch:
[PATCH v2 10/46] net: jme: convert to generic DMA API
Pointed out the issue also, thank you Michal.
But the fix was incorrect. It would unmap needed address
when low memory.

Got lots of feedback from End user and Gentoo Bugzilla.
https://bugs.gentoo.org/show_bug.cgi?id=373109
Thank you all. :)

Signed-off-by: Guo-Fu Tseng &lt;cooldavid@cooldavid.org&gt;
Acked-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Change-Id: Ia65baf3b19f0ede8b9b328a2d0e274a9d80f6f22
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35606
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ath9k_hw: Fix incorrect key_miss handling</title>
<updated>2011-10-28T09:06:39+00:00</updated>
<author>
<name>Senthil Balasubramanian</name>
<email>senthilb@qca.qualcomm.com</email>
</author>
<published>2011-07-11T18:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=e1614f4142182f0cf4acee58cf1befd39fe9d81f'/>
<id>urn:sha1:e1614f4142182f0cf4acee58cf1befd39fe9d81f</id>
<content type='text'>
commit 0472ade031b5c0c69c21cf96acf64c50eb9ba3c2 upstream.

Decryping frames on key_miss handling shouldn't be done for Michael
MIC failed frames as h/w would have already decrypted such frames
successfully anyway.

Also leaving CRC and PHY error(where the frame is going to be dropped
anyway), we are left to prcoess Decrypt error for which s/w decrypt is
selected anway and so having key_miss as a separate check doesn't serve
anything. So making key_miss handling mutually exlusive with other RX
status handling makes much more sense.

This patch addresses an issue with STA not reporting MIC failure events
resulting in STA being disconnected immediately.

Signed-off-by: Senthil Balasubramanian &lt;senthilb@qca.qualcomm.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Change-Id: If170874527c63528f357b451f8085cf0d813eb56
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35603
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Ensure struct semaphore to be defined</title>
<updated>2011-10-28T09:02:35+00:00</updated>
<author>
<name>Chih-Wei Huang</name>
<email>cwhuang@linux.org.tw</email>
</author>
<published>2011-08-04T17:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=1be8586efa5e05169b189b30f460b456a2df91ca'/>
<id>urn:sha1:1be8586efa5e05169b189b30f460b456a2df91ca</id>
<content type='text'>
Signed-off-by: Dmitry Shmidt &lt;dimitrysh@google.com&gt;
Change-Id: I7256ce5dc8433eb703d9f7f8ade55b5806cf348d
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35578
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Keep debug symbols for built-in driver</title>
<updated>2011-10-28T09:02:27+00:00</updated>
<author>
<name>Dmitry Shmidt</name>
<email>dimitrysh@google.com</email>
</author>
<published>2011-08-04T17:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=8c06402889c920fad1675e845cc401c81cb69956'/>
<id>urn:sha1:8c06402889c920fad1675e845cc401c81cb69956</id>
<content type='text'>
Signed-off-by: Dmitry Shmidt &lt;dimitrysh@google.com&gt;
Change-Id: Ie3e6c7634dde5773dddd10357cc581c66bf22ace
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35577
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Clean up formatting.</title>
<updated>2011-10-28T09:02:20+00:00</updated>
<author>
<name>Howard M. Harte</name>
<email>hharte@broadcom.com</email>
</author>
<published>2011-08-04T00:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=794e53fc853c83f857580608636bb64d8bc0db7d'/>
<id>urn:sha1:794e53fc853c83f857580608636bb64d8bc0db7d</id>
<content type='text'>
Change-Id: Idf0771201837ad00304107af3592c35a6236eb33
Signed-off-by: Howard M. Harte &lt;hharte@broadcom.com&gt;
Signed-off-by: Dmitry Shmidt &lt;dimitrysh@google.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35576
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Improve arp_hostip_table processing</title>
<updated>2011-10-28T09:02:14+00:00</updated>
<author>
<name>Dmitry Shmidt</name>
<email>dimitrysh@google.com</email>
</author>
<published>2011-08-03T21:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=e98431b01e660ece0fab557d705c66536d0fe66b'/>
<id>urn:sha1:e98431b01e660ece0fab557d705c66536d0fe66b</id>
<content type='text'>
Signed-off-by: Dmitry Shmidt &lt;dimitrysh@google.com&gt;
Change-Id: I08c164fe11238fb25d1d23db5d9b9e65f04cf10b
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35575
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>net: wireless: bcmdhd: Eliminate nested IOCTL call</title>
<updated>2011-10-28T09:02:07+00:00</updated>
<author>
<name>Lin Ma</name>
<email>linm@broadcom.com</email>
</author>
<published>2011-08-03T20:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=2dd4faea959c32531b9b8e76998bac439151487f'/>
<id>urn:sha1:2dd4faea959c32531b9b8e76998bac439151487f</id>
<content type='text'>
Signed-off-by: Dmitry Shmidt &lt;dimitrysh@google.com&gt;
Change-Id: I215f25caaa613ffe90fd33019c5c829ef268ba0c
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35574
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
</feed>
