aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-127/+289
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsGravatar David Vrabel 1-3/+3
2013-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 13-52/+121
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 13-52/+121
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Gravatar Madalin Bucur 2-7/+72
2013-11-20net/phy: Add VSC8662 supportGravatar Sandeep Singh 1-0/+14
2013-11-20net/phy: Add VSC8574 supportGravatar shaohui xie 1-1/+16
2013-11-20net/phy: Add VSC8234 supportGravatar Andy Fleming 1-2/+17
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+0
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-4/+2
2013-11-20r8152: fix incorrect type in assignmentGravatar hayeswang 1-9/+9
2013-11-20r8152: support stopping/waking tx queueGravatar hayeswang 1-0/+22
2013-11-20r8152: modify the tx flowGravatar hayeswang 1-43/+3
2013-11-20r8152: fix tx/rx memory overflowGravatar hayeswang 1-13/+17
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 59-311/+471
2013-11-19genetlink: make multicast groups const, prevent abuseGravatar Johannes Berg 1-20/+5
2013-11-19genetlink: pass family to functions using groupsGravatar Johannes Berg 1-2/+3
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Gravatar Johannes Berg 2-4/+2
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 6-104/+275
2013-11-18be2net: Delete secondary unicast MAC addresses during be_closeGravatar Ajit Khaparde 1-0/+5
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsGravatar Ajit Khaparde 3-4/+16
2013-11-18net, virtio_net: replace the magic valueGravatar Zhi Yong Wu 1-2/+2
2013-11-18bnx2x: Prevent "timeout waiting for state X"Gravatar Dmitry Kravkov 3-11/+4
2013-11-18bnx2x: prevent CFC attentionGravatar Dmitry Kravkov 1-1/+1
2013-11-18bnx2x: Prevent panic during DMAE timeoutGravatar Dmitry Kravkov 2-0/+19
2013-11-18bnx2x: Clean the sp rtnl task upon unloadGravatar Dmitry Kravkov 1-0/+4
2013-11-18brcmfmac: fix possible memory leakGravatar Geyslan G. Bem 1-0/+1
2013-11-18xen-netfront: fix missing rx_refill_timer when allocate memory failedGravatar Ma JieYue 1-3/+4
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Vinod Koul 1-4/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-6/+6
2013-11-15net: ethernet: ti/cpsw: do not crash on single-MAC machines during resumeGravatar Daniel Mack 1-6/+12
2013-11-15bonding: add ip checks when store ip targetGravatar Wang Weidong 2-13/+9
2013-11-15IB/mlx5: Fix list_del of empty listGravatar Eli Cohen 1-1/+2
2013-11-15rtlwifi: rtl8192cu: Fix more pointer arithmetic errorsGravatar Larry Finger 2-6/+6
2013-11-15mwifiex: fix issues in driver unload path for USB chipsetsGravatar Ujjal Roy 1-12/+15
2013-11-15mwifiex: fix memory leak issue for sdio and pcie cardsGravatar Amitkumar Karwar 2-4/+5
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfGravatar Amitkumar Karwar 2-6/+3
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcGravatar Amitkumar Karwar 1-2/+1
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Gravatar Amitkumar Karwar 2-15/+18
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyGravatar Amitkumar Karwar 1-2/+4
2013-11-15rt2x00: fix a crash bug in the HT descriptor handling fixGravatar Felix Fietkau 1-1/+2
2013-11-15ath9k: Fix issue with MCS15Gravatar Sujith Manoharan 2-0/+61
2013-11-15ath9k: Update AR9462 2.1 initvalsGravatar Sujith Manoharan 1-3/+3
2013-11-15ath: fix dynamic user regulatory settingsGravatar Luis R. Rodriguez 1-1/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-29/+38
2013-11-15kfifo API type safetyGravatar Stefani Seibold 2-2/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 9-19/+19
2013-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 31-163/+284
2013-11-14virtio-net: mergeable buffer size should include virtio-net headerGravatar Michael Dalton 1-14/+16
2013-11-14alx: Reset phy speed after resumeGravatar hahnjo 1-0/+3