aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-12jme: replace calls to redundant functionQuentin Lambert1-6/+6
2014-12-12net: ethernet: davicom: Allow to select DM9000 for nios2Tobias Klauser1-1/+1
2014-12-12net: ethernet: smsc: Allow to select SMC91X for nios2Tobias Klauser1-2/+2
2014-12-12cxgb4: Add support for QSA modulesHariprasad Shenai3-4/+12
2014-12-12libcxgbi: fix freeing skb prematurelyKaren Xie1-1/+3
2014-12-12cxgb4i: use set_wr_txq() to set tx queuesKaren Xie1-11/+5
2014-12-12cxgb4i: handle non-pdu-aligned rx dataKaren Xie1-0/+22
2014-12-12cxgb4i: additional types of negative adviceKaren Xie1-3/+9
2014-12-12cxgb4/cxgb4i: set the max. pdu length in firmwareKaren Xie2-18/+52
2014-12-12cxgb4i: fix credit check for tx_data_wrKaren Xie1-1/+2
2014-12-12cxgb4i: fix tx immediate data credit checkKaren Xie2-9/+17
2014-12-12net: phy: export fixed_phy_register()Mark Salter1-0/+1
2014-12-11r8169:update rtl8168g pcie ephy parameterChun-Hao Lin1-3/+21
2014-12-11net: dsa: bcm_sf2: force link for all fixed PHY devicesFlorian Fainelli1-10/+13
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck3-11/+10
2014-12-11r8169: Use dma_rmb() and dma_wmb() for DescOwn checksAlexander Duyck1-8/+21
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds667-18770/+42053
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds24-459/+2213
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds46-1604/+1822
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds23-1264/+1696
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds7-180/+667
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds25-276/+1821
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2-28/+182
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_headerCyrille Pitchen1-1/+1
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds368-12287/+14624
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak6-17/+176
2014-12-11net/mlx4: Refactor QUERY_PORTMatan Barak3-95/+154
2014-12-11net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak1-3/+18
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak7-23/+292
2014-12-11net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak2-0/+451
2014-12-11net/mlx4: Add a check if there are too many reserved QPsDotan Barak1-1/+7
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev13-36/+118
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak4-2/+81
2014-12-11net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz1-1/+11
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz1-1/+2
2014-12-11Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-20/+40
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2-10/+33
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao1-28/+56
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai3-16/+3
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds35-348/+5055
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds152-1267/+4069
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-210/+331
2014-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy1-1/+4
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy1-1/+1
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy1-0/+6
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds12-313/+930
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang1-0/+13