summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-30atl1: fix 4G memory corruption bugAlexey Dobriyan1-0/+1
2008-05-30ucc_geth_ethtool: Add a missing HW stats counterLi Yang1-0/+1
2008-05-30ucc_geth_ethtool: Fix typoJoakim Tjernlund1-1/+1
2008-05-30virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell1-0/+22
2008-05-30virtio: fix virtio_net xmit of freed skb bugRusty Russell1-5/+9
2008-05-30myri10ge: update driver versionBrice Goglin1-1/+1
2008-05-30sc92031: remove bogus unlikely()Cesar Eduardo Barros1-1/+1
2008-05-30[netdrvr] CS89X0: Add cleanup for dma after failWang Chen1-3/+7
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings1-1/+1
2008-05-30llc: Fix double accounting of received packetsArnaldo Carvalho de Melo1-5/+5
2008-05-29netfilter: nf_conntrack_expect: fix error path unwind in nf_conntrack_expect_...Alexey Dobriyan1-2/+2
2008-05-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller17-51/+166
2008-05-29bluetooth: fix locking bug in the rfcomm socket cleanup handlingArjan van de Ven1-1/+1
2008-05-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian3-6/+6
2008-05-28mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian1-2/+2
2008-05-28mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu1-1/+1
2008-05-28rndis_wlan: add missing range check for power_output modparamJussi Kivilinna1-0/+5
2008-05-28iwlwifi: fix rate scale TLC column selection bugGuy Cohen1-1/+0
2008-05-28iwlwifi: fix exit from stay_in_table stateGuy Cohen1-1/+1
2008-05-28rndis_wlan: Make connections to TKIP PSK networks workScott Ashcroft1-2/+58
2008-05-28mac80211 : Fixes the status message for iwconfigAbhijeet Kolekar1-3/+8
2008-05-28rt2x00: Use atomic interface iteration in irq contextIvo van Doorn1-3/+3
2008-05-28rt2x00: Reset antenna RSSI after switchIvo van Doorn2-0/+6
2008-05-28rt2x00: Don't count retries as failureIvo van Doorn1-1/+1
2008-05-28rt2x00: Fix memleak in tx() pathIvo van Doorn1-0/+1
2008-05-28mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler1-5/+4
2008-05-28b43: Fix controller restart crashMichael Buesch1-2/+10
2008-05-28mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler1-4/+8
2008-05-28net/mac80211: always true conditionalsNicolas Kaiser1-2/+2
2008-05-28b43: Upload both beacon templates on initial loadMichael Buesch2-14/+45
2008-05-28rtl8180: fix wrong parameter in grf5101_rf_set_channelAndrea Merello1-1/+1
2008-05-28rtl8180: fix wrong parameter in max2820_rf_set_channelAndrea Merello1-1/+1
2008-05-28rtl8180: fix wrong parameter in sa2400_rf_set_channelAndrea Merello1-1/+1
2008-05-28rtl8180: avoid NULL dereference in max2820_rf_set_channelJohn W. Linville1-1/+2
2008-05-27dccp ccid-3: Fix "t_ipi explosion" bugGerrit Renker1-9/+4
2008-05-27dccp: Fix to handle short sequence numbers packet correctlyWei Yongjun1-2/+2
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy4-18/+8
2008-05-23Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller48-576/+853
2008-05-22fmvj18x_cs: add NextCom NC5310 rev B supportKomuro1-1/+3
2008-05-22xirc2ps_cs: re-initialize the multicast address in do_resetKomuro1-4/+8
2008-05-223C509: rx_bytes should not be increased when alloc_skb failedWang Chen1-1/+1
2008-05-22NETFRONT: Use __skb_queue_purge()Wang Chen1-4/+2
2008-05-22VIRTIO: Use __skb_queue_purge()Wang Chen1-2/+1
2008-05-22phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker1-0/+1
2008-05-22netlink: Fix nla_parse_nested_compat() to call nla_parse() directlyThomas Graf1-5/+6
2008-05-22WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa1-8/+11
2008-05-22drivers/net/fs_enet: remove null pointer dereferenceJulia Lawall1-1/+1
2008-05-22S2io: Version update for napi and MSI-X patchesSreenivasa Honnur1-1/+1
2008-05-22S2io: Added napi support when MSIX is enabled.Sreenivasa Honnur3-141/+205
2008-05-22S2io: Move all the transmit completions to a single msi-x (alarm) vectorSreenivasa Honnur2-70/+105