summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel2013-11-211-3/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-11-2113-52/+121
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-2113-52/+121
| |\
| | * brcmfmac: fix possible memory leakGeyslan G. Bem2013-11-181-0/+1
| | * rtlwifi: rtl8192cu: Fix more pointer arithmetic errorsLarry Finger2013-11-152-6/+6
| | * mwifiex: fix issues in driver unload path for USB chipsetsUjjal Roy2013-11-151-12/+15
| | * mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar2013-11-152-4/+5
| | * mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar2013-11-152-6/+3
| | * mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar2013-11-151-2/+1
| | * mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar2013-11-152-15/+18
| | * mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar2013-11-151-2/+4
| | * rt2x00: fix a crash bug in the HT descriptor handling fixFelix Fietkau2013-11-151-1/+2
| | * ath9k: Fix issue with MCS15Sujith Manoharan2013-11-152-0/+61
| | * ath9k: Update AR9462 2.1 initvalsSujith Manoharan2013-11-151-3/+3
| | * ath: fix dynamic user regulatory settingsLuis R. Rodriguez2013-11-151-1/+2
* | | net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur2013-11-202-7/+72
* | | net/phy: Add VSC8662 supportSandeep Singh2013-11-201-0/+14
* | | net/phy: Add VSC8574 supportshaohui xie2013-11-201-1/+16
* | | net/phy: Add VSC8234 supportAndy Fleming2013-11-201-2/+17
|/ /
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-202-11/+4
* | r8152: fix incorrect type in assignmenthayeswang2013-11-201-9/+9
* | r8152: support stopping/waking tx queuehayeswang2013-11-201-0/+22
* | r8152: modify the tx flowhayeswang2013-11-201-43/+3
* | r8152: fix tx/rx memory overflowhayeswang2013-11-201-13/+17
* | aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara2013-11-191-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-1965-379/+538
|\ \
| * | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-193-54/+21
| * | genetlink: pass family to functions using groupsJohannes Berg2013-11-194-5/+9
| * | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-192-4/+2
| * | atm: idt77252: fix dev refcnt leakYing Xue2013-11-191-1/+1
| * | be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde2013-11-181-0/+5
| * | be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde2013-11-183-4/+16
| * | net, virtio_net: replace the magic valueZhi Yong Wu2013-11-181-2/+2
| * | bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov2013-11-183-11/+4
| * | bnx2x: prevent CFC attentionDmitry Kravkov2013-11-181-1/+1
| * | bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2013-11-182-0/+19
| * | bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov2013-11-181-0/+4
| * | xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue2013-11-181-3/+4
| * | net: ethernet: ti/cpsw: do not crash on single-MAC machines during resumeDaniel Mack2013-11-151-6/+12
| * | bonding: add ip checks when store ip targetWang Weidong2013-11-152-13/+9
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-11-1431-163/+284
| |\ \
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-1431-163/+284
| | |\|
| | | * prism54: set netdev type to "wlan"Dan Williams2013-11-111-2/+5
| | | * wcn36xx: missing unlocks on error pathsDan Carpenter2013-11-111-2/+4
| | | * wcn36xx: Add missing unlock before returnWei Yongjun2013-11-111-1/+2
| | | * ath9k: Use correct PCIE initvals for AR9485Sujith Manoharan2013-11-116-48/+128
| | | * wcn36xx: harmless memory corruption bug in debugfsDan Carpenter2013-11-111-1/+1
| | | * mwifiex: fix wrong eth_hdr usage for bridged packets in AP modeUjjal Roy2013-11-111-3/+26
| | | * mwifiex: correct packet length for packets from SDIO interfaceAvinash Patil2013-11-111-0/+3
| | | * rtlwifi: rtl8192de: Fix incorrect signal strength for unassociated APLarry Finger2013-11-111-1/+1