summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-08-21sfc: Rationalise MCDI buffer accessorsBen Hutchings1-26/+20
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings7-56/+66
2013-08-21sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings5-666/+538
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings5-23/+31
2013-08-21sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings1-2/+1
2013-08-21sfc: const-qualify source pointers for MMIO write functionsBen Hutchings1-8/+10
2013-08-21Merge branch 'sfc-3.11'Ben Hutchings1-1/+1
2013-08-21sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings1-1/+1
2013-08-20sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov1-17/+11
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-222/+344
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-16qlcnic: Update version to 5.2.46.Sucheta Chakraborty1-2/+2
2013-08-16qlcnic: Dump mailbox command data when a command times outManish Chopra1-0/+1
2013-08-16qlcnic: Fix driver initialization for 83xx adaptersManish Chopra1-7/+7
2013-08-16qlcnic: Flush mailbox command list when mailbox is not availableManish Chopra1-1/+6
2013-08-16qlcnic: Reinitialize mailbox data structures after firmware resetManish Chopra1-1/+1
2013-08-16qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra1-0/+5
2013-08-16qlcnic: Fix beacon state return status handlingSucheta Chakraborty1-3/+3
2013-08-16qlcnic: Fix set driver version commandHimanshu Madhani2-3/+6
2013-08-16net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann1-5/+8
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall1-1/+3
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2-0/+9
2013-08-14ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-08-14bnx2x: prevent crash in shutdown flow with CNICYuval Mintz1-2/+1
2013-08-14bnx2x: fix PTE write access errorBarak Witkowsky3-0/+15
2013-08-14bnx2x: fix memory leak in VFAriel Elior1-1/+1
2013-08-14bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov3-12/+24
2013-08-14bnx2x: protect different statistics flowsDmitry Kravkov3-12/+57
2013-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2013-08-14drivers: net: cpsw: Add support for new CPSW IP version present in AM43xx SoCMugunthan V N1-0/+3
2013-08-14gianfar: Add flow control supportClaudiu Manoil3-3/+132
2013-08-14skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-13stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-08-12net: Add MOXA ART SoCs ethernet driverJonas Jensen6-0/+925
2013-08-10tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-10netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-10myri10ge: clean up unnecessary MSI/MSI-X capability findYijing Wang1-3/+2
2013-08-10bnx2x: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-10bnx2: clean up unnecessary MSI/MSI-X capability findYijing Wang1-2/+2
2013-08-10net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-08-10net: via-rhine: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-098139cp: Fix skb leak in rx_status_loop failure path.Dave Jones1-0/+1
2013-08-07bnx2: Update version to 2.2.4Michael Chan2-4/+4
2013-08-07bnx2: Add pci shutdown handler.Michael Chan1-22/+25
2013-08-07bnx2: Use SIMPLE_DEV_PM_OPS.Michael Chan1-20/+25
2013-08-07bnx2: Refactor WoL setup into a separate function.Michael Chan1-80/+81
2013-08-07bnx2: Use kernel APIs for WoL and power state changes.Michael Chan1-22/+14
2013-08-07bnx2: Handle error condition in ->slot_reset()Michael Chan1-5/+10