summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller301-1776/+2662
2014-02-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds40-116/+284
2014-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-5/+37
2014-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-128/+618
2014-02-18Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-2/+2
2014-02-18rtnl: make ifla_policy staticJiri Pirko1-4/+4
2014-02-18of_mdio: fix phy interrupt passingBen Dooks1-7/+9
2014-02-18net: ethernet: update dependency and help text of mvnetaThomas Petazzoni1-3/+3
2014-02-18NET: fec: only enable napi if we are successfulRussell King1-2/+2
2014-02-18sh_eth: add device tree supportSergei Shtylyov1-3/+66
2014-02-19Merge tag 'ttm-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~thomas...Dave Airlie1-0/+1
2014-02-19Merge tag 'vmwgfx-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~tho...Dave Airlie9-71/+112
2014-02-18Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issuesJustin van Wijngaarden1-543/+584
2014-02-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-16/+75
2014-02-18bonding: rename last_arp_rx to last_rxVeaceslav Falico2-8/+8
2014-02-18bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico2-11/+12
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-3/+0
2014-02-18bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico1-2/+2
2014-02-18bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico1-7/+3
2014-02-18bonding: use the new options to correctly set last_arp_rxVeaceslav Falico1-7/+8
2014-02-18bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico2-5/+19
2014-02-18bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico2-4/+2
2014-02-18bonding: always update last_arp_rx on packet recieveVeaceslav Falico1-0/+2
2014-02-18bonding: permit using arp_validate with non-ab modesVeaceslav Falico2-5/+2
2014-02-18bonding: remove bond->lock from bond_arp_rcvVeaceslav Falico1-3/+0
2014-02-18r8152: support get_msglevel and set_msglevelhayeswang1-0/+16
2014-02-18r8152: set disable_hub_initiated_lpmhayeswang1-0/+1
2014-02-18r8152: replace netif_rx with netif_receive_skbhayeswang1-1/+1
2014-02-18r8152: disable teredo for RTL8152hayeswang1-0/+1
2014-02-18r8152: support runtime suspendhayeswang1-23/+158
2014-02-18r8152: support WOLhayeswang1-13/+105
2014-02-18r8152: move some functions from probe to openhayeswang1-20/+25
2014-02-18r8152: combine PHY reset with set_speedhayeswang1-12/+45
2014-02-18r8152: clear BMCR_PDOWNhayeswang1-2/+13
2014-02-18r8152: reduce the frequency of spin_lockhayeswang1-9/+38
2014-02-18r8152: load the default MAC addresshayeswang1-2/+17
2014-02-18r8152: replace some types from int to boolhayeswang1-10/+10
2014-02-18r8152: add three functionshayeswang1-48/+51
2014-02-18r8152: move some functionshayeswang1-53/+53
2014-02-18cxgb4: Add more PCI device ids.Hariprasad Shenai1-0/+4
2014-02-18cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()Kumar Sanghvi1-10/+22
2014-02-18cxgb4: Remove unused registers and add missing onesKumar Sanghvi1-2/+2
2014-02-18cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilitiesKumar Sanghvi4-0/+19
2014-02-18cxgb4: LE-Workaround is not atomic in firmwareKumar Sanghvi1-1/+5
2014-02-18cxgb4: Allow >10G ports to have multiple queuesKumar Sanghvi1-4/+5
2014-02-18cxgb4: Print adapter VPD Part Number instead of Engineering Change fieldKumar Sanghvi3-3/+8
2014-02-18cxgb4: Add support to recognize 40G linksKumar Sanghvi4-10/+54
2014-02-18wil6210: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev1-17/+15
2014-02-18vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-28/+19
2014-02-18vmxnet3: Fix MSI-X/MSI enablement codeAlexander Gordeev1-55/+46