aboutsummaryrefslogtreecommitdiffstats
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-12Merge branch 'cxgb4'David S. Miller4-43/+110
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-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
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-11Merge branch 'dma_mb'David S. Miller18-179/+258
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-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck12-26/+99
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck10-135/+129
2014-12-11Merge branch 'dsa'David S. Miller1-3/+13
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli1-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli1-0/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1336-29147/+70816
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds451-11303/+27224
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds39-523/+2560
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds58-2156/+2398
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds40-1428/+2048
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds10-188/+701
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds31-279/+1911
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 Torvalds416-13239/+16517
2014-12-11Merge branch 'mlx4-next'David S. Miller18-170/+1342
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak7-19/+191
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 Barak8-25/+300
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 Emantayev14-38/+137
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak5-2/+86
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 Torvalds5-21/+44
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