summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2013-10-31DMA-API: net: octeon: use dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King
2013-09-21DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King
2013-09-21DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King
2013-09-21DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King
2013-09-21DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King
2013-09-21DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() ...Russell King
2013-09-21DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King
2013-09-21DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King
2013-09-21DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King
2013-09-21DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King
2013-09-21DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King
2013-09-21DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King
2013-09-21DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King
2013-09-17DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King
2013-09-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-13MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki
2013-09-11net: qmi_wwan: add new Qualcomm devicesBjørn Mork
2013-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2013-09-11net: tilegx driver: avoid compiler warningChris Metcalf
2013-09-11irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han
2013-09-11irda: donauboe: Remove casting the return value which is a void pointerJingoo Han
2013-09-11bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-11net: korina: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-11macvlan: Move skb_clone check closer to callHerbert Xu
2013-09-11qlcnic: Fix warning reported by kbuild test robot.Jitendra Kalsaria
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com
2013-09-11bnx2x: avoid atomic allocations during initializationMichal Schmidt
2013-09-11i40e: include i40e in kernel properJesse Brandeburg
2013-09-11i40e: debugfs interfaceJesse Brandeburg
2013-09-11i40e: init code and hardware supportJesse Brandeburg
2013-09-11i40e: implement virtual device interfaceJesse Brandeburg
2013-09-11i40e: driver core headersJesse Brandeburg
2013-09-11i40e: driver ethtool coreJesse Brandeburg
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg
2013-09-11i40e: main driver coreJesse Brandeburg
2013-09-09bnx2x: Fix configuration of doorbell blockAriel Elior
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-09-06mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker
2013-09-06bnx2x: Restore a call to config_initEilon Greenstein
2013-09-06bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05bnx2x: Add missing braces in bnx2x:bnx2x_link_initializeDave Jones
2013-09-05vxlan: Fix kernel panic on device delete.Pravin B Shelar