summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-196-104/+275
|\
| * IB/mlx5: Fix list_del of empty listEli Cohen2013-11-151-1/+2
| * mlx5: Use enum to indicate adapter page sizeEli Cohen2013-11-081-1/+1
| * mlx5_core: Change optimal_reclaimed_pages for better performanceMoshe Lazer2013-11-081-2/+7
| * mlx5: Clear reserved area in set_hca_cap()Eli Cohen2013-11-081-3/+32
| * mlx5: Support communicating arbitrary host page size to firmwareEli Cohen2013-11-082-55/+121
| * mlx5: Fix cleanup flow when DMA mapping failsEli Cohen2013-11-081-5/+13
| * IB/mlx5: Multithreaded create MREli Cohen2013-11-083-42/+104
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-166-6/+6
|\ \
| * | treewide: fix "usefull" typoMichael Opdenacker2013-10-141-1/+1
| * | treewide: Fix common typo in "identify"Maxime Jayat2013-10-142-2/+2
| * | treewide: Fix typo in printkMasanari Iida2013-10-143-3/+3
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-152-29/+38
|\ \ \
| * | | virtio_net: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-291-1/+2
| * | | virtio_net: verify if virtqueue_kick() succeededHeinz Graalfs2013-10-291-4/+5
| * | | virtio: use size-based config accessors.Rusty Russell2013-10-172-22/+29
| * | | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* | | | kfifo API type safetyStefani Seibold2013-11-152-2/+2
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-159-19/+19
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-1421-1/+108
|\ \ \ \
| * | | | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-0621-1/+109
| | |_|/ | |/| |
* | | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-1316-128/+58Star
|\ \ \ \
| * | | | DMA-API: net: octeon: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
| * | | | DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+4
| * | | | DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-6/+3Star
| * | | | DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3Star
| * | | | DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-11/+1Star
| * | | | DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-7/+2Star
| * | | | DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-10/+2Star
| * | | | DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() ...Russell King2013-09-211-6/+2Star
| * | | | DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-2/+1Star
| * | | | DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5Star
| * | | | DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5Star
| * | | | DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5Star
| * | | | DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
| * | | | DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
| * | | | DMA-API: net: intel/e1000e: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6Star
| * | | | DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King2013-09-171-9/+4Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-13632-13550/+34179
|\ \ \ \ \
| * | | | | PHY: Add RTL8201CP phy_driver to realtekJonas Jensen2013-11-111-0/+15
| * | | | | xtsonic: add missing platform_set_drvdata() in xtsonic_probe()Wei Yongjun2013-11-111-0/+1
| * | | | | macmace: add missing platform_set_drvdata() in mace_probe()Wei Yongjun2013-11-111-0/+1
| * | | | | ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()Wei Yongjun2013-11-111-0/+1
| * | | | | ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-112-8/+13
| * | | | | igb: Update link modes display in ethtoolCarolyn Wyborny2013-11-111-24/+27
| * | | | | ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend2013-11-081-2/+6
| * | | | | ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend2013-11-081-6/+10
| * | | | | netdev: smc91x: enable for xtensaBaruch Siach2013-11-081-2/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0831-86/+244
| |\ \ \ \ \
| | * | | | | ath9k: enable DFS for IBSS modeSimon Wunderlich2013-11-071-1/+2