aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12net: mvneta: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-12ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-12i825xx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-12net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-4/+4
2016-09-12sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-12bnx2: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-12ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2-4/+4
2016-09-12starfire: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-123c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-375/+548
2016-09-11net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh1-5/+7
2016-09-11net/mlx4_en: Fixes for DCBXTariq Toukan4-43/+28
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib1-1/+4
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Kamal Heib1-10/+11
2016-09-10net/mlx5: Organize device list API in one placeMohamad Haj Yahia5-296/+362
2016-09-10net/mlx5e: Restore vlan filter after seamless resetMohamad Haj Yahia1-6/+32
2016-09-10net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia3-63/+183
2016-09-10net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia2-141/+124
2016-09-10net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia3-14/+34
2016-09-10net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia2-3/+23
2016-09-10net/mlx5: Implement SRIOV attach/detach flowsMohamad Haj Yahia2-8/+23
2016-09-10net/mlx5: Split the load/unload flow into hardware and software flowsMohamad Haj Yahia1-64/+107
2016-09-10net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia1-20/+129
2016-09-10net/mlx5: SRIOV core code refactoringMohamad Haj Yahia3-129/+101
2016-09-10net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia1-1/+12
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy1-0/+40
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy1-16/+20
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy5-295/+160
2016-09-10net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt1-0/+7
2016-09-09alx: add module parameter to enable msi-x supportTobias Regnery1-1/+4
2016-09-09alx: add msi-x supportTobias Regnery4-8/+184
2016-09-09alx: factor out part of the interrupt handlerTobias Regnery1-14/+20
2016-09-09alx: refactor msi enablement and disablementTobias Regnery2-9/+26
2016-09-09qed: mark symbols static where possibleBaoyou Xie4-28/+35
2016-09-09dwc_eth_qos: do not register semi-initialized deviceLars Persson1-20/+18
2016-09-09via-velocity: remove null pointer check on array tdinfo->skb_dmaColin Ian King1-12/+9
2016-09-09qede: mark qede_set_features() staticBaoyou Xie1-1/+1
2016-09-09mlxsw: spectrum: Set port type before setting its addressIdo Schimmel1-9/+9
2016-09-09mlxsw: spectrum_router: Fix error path in mlxsw_sp_router_initJiri Pirko1-1/+8
2016-09-08nfp: don't pad frames on receiveJakub Kicinski1-4/+0
2016-09-08nfp: drop support for old firmware ABIsJakub Kicinski1-4/+2
2016-09-08nfp: remove linux/version.h includesJakub Kicinski3-3/+0
2016-09-08net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman1-7/+15
2016-09-08net/mlx5e: Fix global PFC counters replicationGal Pressman1-1/+1
2016-09-08net/mlx5e: Prevent casting overflowGal Pressman1-2/+4
2016-09-08net/mlx5e: Fix xmit_more counter race issueTariq Toukan1-1/+1
2016-09-08net: ethernet: xilinx: Enable emaclite for MIPSZubair Lutfullah Kakakhel1-2/+2
2016-09-07be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna1-1/+1
2016-09-07be2net: Fix mac address collision in some configurationsSuresh Reddy2-2/+5
2016-09-07be2net: Avoid redundant addition of mac address in HWSuresh Reddy1-20/+66