summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-309-69/+66Star
|\
| * bnx2x: Fix generic option settingsYaniv Rosner2014-01-291-40/+38Star
| * qlcnic: Fix loopback test failureShahed Shaikh2014-01-281-3/+8
| * qlcnic: Fix tx timeout.Rajesh Borundia2014-01-281-7/+2Star
| * qlcnic: Fix initialization of vlan list.Rajesh Borundia2014-01-281-6/+5Star
| * qlcnic: Correct off-by-one errors in bounds checksManish Chopra2014-01-281-4/+4
| * i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones2014-01-281-1/+2
| * sky2: initialize napi before registering deviceStanislaw Gruszka2014-01-281-2/+2
| * bnx2x: More Shutdown revisionsYuval Mintz2014-01-271-2/+2
| * net: stmmac: Log MAC address only onceHans de Goede2014-01-271-2/+2
| * net: stmmac: Silence PTP init errors on hw without PTPHans de Goede2014-01-271-1/+1
| * net/apne: Remove unused variable ei_localGeert Uytterhoeven2014-01-271-1/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-4/+8
|\ \ | |/ |/|
| * powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-6/+9
| * powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25405-8384/+33412
|\ \
| * | net/cxgb4: Fix referencing freed adapterGavin Shan2014-01-251-1/+1
| * | qlcnic: update version to 5.3.55Himanshu Madhani2014-01-241-2/+2
| * | qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani2014-01-244-97/+192
| * | qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani2014-01-247-117/+200
| * | qlcnic: Update poll controller code pathManish chopra2014-01-241-6/+28
| * | qlcnic: Interrupt code cleanupManish chopra2014-01-246-72/+121
| * | qlcnic: Enhance Tx timeout debugging.Himanshu Madhani2014-01-242-20/+51
| * | qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty2014-01-245-7/+7
| * | sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-232-2/+5
| * | tulip: cleanup by using ARRAY_SIZE()Dan Carpenter2014-01-231-1/+1
| * | net/cxgb4: Don't retrieve stats during recoveryGavin Shan2014-01-231-0/+10
| * | net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2014-01-232-7/+21
| * | drivers: net: cpsw: enable promiscuous mode supportMugunthan V N2014-01-233-25/+98
| * | net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua2014-01-221-3/+0Star
| * | be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur2014-01-221-13/+8Star
| * | bnx2x: Fix VF flr flowAriel Elior2014-01-221-28/+33
| * | stmmac: Fix kernel crashes for jumbo framesVince Bridgers2014-01-226-12/+32
| * | sfc: Fix transposed ptp_{under, over}size_sync_windows statisticsBen Hutchings2014-01-211-2/+2
| * | sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-212-8/+37
| * | net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-203-19/+21
| * | net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai2014-01-205-0/+158
| * | net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai2014-01-201-10/+34
| * | net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai2014-01-201-1/+8
| * | net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai2014-01-201-0/+2
| * | net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai2014-01-201-4/+14
| * | net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-205-5/+25
| * | net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai2014-01-201-13/+13
| * | qlcnic: fix sparse warningsFengguang Wu2014-01-201-8/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-185-23/+29
| |\ \
| * | | ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2014-01-182-140/+133Star
| * | | ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-182-40/+59
| * | | ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-182-95/+130
| * | | ixgbevf: add tx countersEmil Tantilov2014-01-181-0/+2
| * | | ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-183-20/+9Star