summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds405-8384/+33412
2014-01-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds12-20/+137
2014-01-25net/cxgb4: Fix referencing freed adapterGavin Shan1-1/+1
2014-01-24qlcnic: update version to 5.3.55Himanshu Madhani1-2/+2
2014-01-24qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani4-97/+192
2014-01-24qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani7-117/+200
2014-01-24qlcnic: Update poll controller code pathManish chopra1-6/+28
2014-01-24qlcnic: Interrupt code cleanupManish chopra6-72/+121
2014-01-24qlcnic: Enhance Tx timeout debugging.Himanshu Madhani2-20/+51
2014-01-24qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty5-7/+7
2014-01-24sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2-2/+5
2014-01-24tulip: cleanup by using ARRAY_SIZE()Dan Carpenter1-1/+1
2014-01-24net/cxgb4: Don't retrieve stats during recoveryGavin Shan1-0/+10
2014-01-24net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2-7/+21
2014-01-24drivers: net: cpsw: enable promiscuous mode supportMugunthan V N3-25/+98
2014-01-23Merge branch 'ip-roce' into for-nextRoland Dreier1-0/+20
2014-01-23Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier11-20/+117
2014-01-23IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen1-2/+8
2014-01-23mlx5_core: Fix PowerPC supportEli Cohen1-4/+5
2014-01-23mlx5_core: Improve debugfs readabilityEli Cohen1-6/+33
2014-01-23IB/mlx5: Add support for resize CQEli Cohen1-2/+2
2014-01-23IB/mlx5: Implement modify CQEli Cohen1-2/+15
2014-01-23mlx5_core: Use mlx5 core style warningEli Cohen1-1/+2
2014-01-23IB/mlx5: Clear out struct before create QP commandEli Cohen1-1/+1
2014-01-23mlx5_core: Fix out arg size in access_register commandHaggai Eran1-1/+1
2014-01-22net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua1-3/+0
2014-01-22be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur1-13/+8
2014-01-22bnx2x: Fix VF flr flowAriel Elior1-28/+33
2014-01-22stmmac: Fix kernel crashes for jumbo framesVince Bridgers6-12/+32
2014-01-22sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings1-2/+2
2014-01-22sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2-8/+37
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds5-14/+19
2014-01-20net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0003-19/+21
2014-01-20net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai5-0/+158
2014-01-20net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai1-10/+34
2014-01-20net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai1-1/+8
2014-01-20net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai1-0/+2
2014-01-20net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai1-4/+14
2014-01-20net: stmmac: Add support for optional reset controlChen-Yu Tsai5-5/+25
2014-01-20net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai1-13/+13
2014-01-20qlcnic: fix sparse warningsFengguang Wu1-8/+8
2014-01-19IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua1-0/+20
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+29
2014-01-18ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2-140/+133
2014-01-18ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2-40/+59
2014-01-18ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2-95/+130
2014-01-18ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-18ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov3-20/+9
2014-01-18ixgbevf: move ring specific stats into ring specific structureEmil Tantilov3-44/+62
2014-01-18ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov3-84/+61