summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
* net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-082-12/+101
* mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-071-1/+4
* hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2Star
* mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau2017-02-033-7/+27
* mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau2017-02-031-6/+2Star
* be2net: fix initial MAC settingIvan Vecera2017-02-011-5/+28
* net: thunderx: avoid dereferencing xcv when NULLVincent2017-01-311-2/+1Star
* net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein2017-01-303-1/+14
* Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-01-3015-157/+181
|\
| * net/mlx5e: Check ets capability before ets query FW commandMoshe Shemesh2017-01-291-0/+5
| * net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman2017-01-293-105/+109
| * net/mlx5e: Modify TIRs hash only when it's neededGal Pressman2017-01-291-5/+13
| * net/mlx5e: Support TC encapsulation offloads with upper devicesHadar Hen Zion2017-01-291-7/+6Star
| * net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroyOr Gerlitz2017-01-291-11/+18
| * net/mlx5: E-Switch, Err when retrieving steering name-space failsOr Gerlitz2017-01-291-1/+2
| * net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz2017-01-294-6/+6
| * net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-01-2912-22/+22
* | gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha2017-01-301-2/+2
* | net: adaptec: starfire: add checks for dma mapping errorsAlexey Khoroshilov2017-01-301-2/+43
* | net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2017-01-302-61/+147
* | stmmac: Discard masked flags in interrupt status registerAlexey Brodkin2017-01-301-0/+4
|/
* ravb: unmap descriptors when freeing ringsKazuya Mizuguchi2017-01-271-48/+64
* net-next: ethernet: mediatek: change the compatible stringJohn Crispin2017-01-251-1/+1
* bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan2017-01-251-3/+6
* bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan2017-01-251-19/+18Star
* bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan2017-01-251-13/+25
* alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
* alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
* alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
* ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth2017-01-241-2/+5
* mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel2017-01-241-4/+6
* amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-222-2/+6
* amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-224-3/+20
* net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
* bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann2017-01-201-2/+4
* qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann2017-01-203-61/+53Star
* gianfar: Do not reuse pages from emergency reserveEric Dumazet2017-01-191-1/+1
* net/mlx5e: Remove unused variableArnd Bergmann2017-01-191-1/+0Star
* bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan2017-01-181-1/+1
* net/mlx5e: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-10/+0Star
* net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha2017-01-181-6/+1Star
* stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
* net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
* net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
* net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
* net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
* net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
* be2net: fix MAC addr setting on privileged BE3 VFsIvan Vecera2017-01-161-2/+10
* be2net: don't delete MAC on close on unprivileged BE3 VFsIvan Vecera2017-01-161-1/+5