summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-291-1/+4
* enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is setYueHaibing2019-08-291-0/+1
* net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang2019-08-291-1/+1
* enetc: Fix build error without PHYLIBYueHaibing2019-08-291-0/+1
* net: stmmac: manage errors returned by of_get_mac_address()Martin Blumenstingl2019-08-291-0/+7
* qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon2019-08-291-1/+1
* net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier2019-08-291-3/+3
* net/mlx5e: Use flow keys dissector to parse packets for ARFSMaxim Mikityanskiy2019-08-251-63/+34
* net/mlx5e: Remove redundant check in CQE recovery flow of tx reporterAya Levin2019-08-251-3/+0
* net/mlx5e: Fix false negative indication on tx reporter CQE recoveryAya Levin2019-08-251-4/+2
* net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg offMohamad Heib2019-08-251-0/+8
* bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2019-08-252-5/+5
* bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru2019-08-251-3/+1
* bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam2019-08-251-3/+6
* bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam2019-08-251-7/+5
* bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-251-3/+7
* bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-251-8/+18
* net/mlx5e: Only support tx/rx pause setting for port ownerHuy Nguyen2019-08-251-0/+3
* net/mlx4_en: fix a memory leak bugWenwen Wang2019-08-251-1/+2
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-253-8/+18
* allocate_flower_entry: should check for null derefNavid Emamdoost2019-08-161-1/+2
* net/mlx5e: Fix matching of speed to PRM link modesAya Levin2019-08-093-32/+68
* net/mlx5: Add missing RDMA_RX capabilitiesMaor Gottlieb2019-08-091-2/+3
* mlxsw: spectrum_buffers: Further reduce pool size on Spectrum-2Petr Machata2019-08-091-2/+2
* rocker: fix memory leaks of fib_work on two error return pathsColin Ian King2019-08-091-0/+1
* r8169: don't use MSI before RTL8168dHeiner Kallweit2019-08-091-2/+7
* net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-08-092-2/+7
* ocelot: Cancel delayed work before wq destructionClaudiu Manoil2019-08-091-0/+1
* net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen2019-08-091-2/+3
* net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-08-092-5/+10
* net/mlx5: Use reversed order when unregister devicesMark Zhang2019-08-091-1/+1
* net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-091-3/+2
* mvpp2: refactor MTU change codeMatteo Croce2019-08-091-28/+13
* mvpp2: fix panic on module removalMatteo Croce2019-08-091-3/+2
* mlxsw: spectrum: Fix error path in mlxsw_sp_module_init()Jiri Pirko2019-08-091-1/+1
* drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard (Rtp)2019-08-091-6/+22
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-08-091-2/+1
* be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier2019-08-061-1/+5
* cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann2019-07-311-6/+13
* mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-283-0/+17
* net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-282-5/+7
* mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-281-8/+8
* bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-281-2/+5
* net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-281-2/+2
* net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-281-4/+2
* net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-283-1/+10
* net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-281-19/+4
* net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-281-1/+8
* sky2: Disable MSI on ASUS P6TTakashi Iwai2019-07-281-0/+7
* r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-281-0/+137