summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-248139too: The maximum MTU should allow for VLAN headersAlban Bedel1-3/+4
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2-5/+10
2014-11-24Merge tag 'iwlwifi-for-john-2014-11-23' of git://git.kernel.org/pub/scm/linux...John W. Linville2-3/+11
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro2-43/+45
2014-11-24switch macvtap to ->read_iter()Al Viro1-34/+27
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro1-25/+15
2014-11-24new helper: memcpy_from_msg()Al Viro2-2/+2
2014-11-24gpu/radeon: Set flag to indicate broken 64-bit MSIBenjamin Herrenschmidt1-0/+10
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+26
2014-11-23enic: use netdev_rss_key_fill() helperEric Dumazet2-14/+19
2014-11-23iwlwifi: mvm: check TLV flag before trying to use hotspot firmware commandsLuciano Coelho2-3/+11
2014-11-23enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)Govindarajulu Varadarajan1-4/+3
2014-11-23enic: use napi_schedule_irqoff()Govindarajulu Varadarajan1-7/+5
2014-11-23solos-pci: fix error return codeJulia Lawall1-0/+2
2014-11-23igb: Fixes needed for surprise removal supportCarolyn Wyborny1-7/+16
2014-11-23ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann1-2/+6
2014-11-23ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich1-2/+2
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet4-5/+10
2014-11-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai10-181/+282
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai8-232/+374
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai6-343/+684
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai9-228/+327
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai4-337/+337
2014-11-22i40e: enable fdb add code, remove unused codeJesse Brandeburg1-63/+8
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu4-4/+52
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-80/+25
2014-11-22Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu1-4/+1
2014-11-22USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-11-22USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012Hans de Goede1-0/+7
2014-11-22Merge tag 'usb-serial-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-50/+131
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller81-420/+959
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-166/+350
2014-11-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-10/+10
2014-11-21Merge tag 'pm+acpi-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-11-21Merge tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+26
2014-11-21Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-15/+26
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-20/+69
2014-11-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-38/+46
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller99-844/+2324
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki2-37/+80
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki1-0/+6
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki2-24/+39
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki1-4/+7
2014-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-314/+595
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas4-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas2-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas3-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas4-46/+54