aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov3-11/+66
2019-08-21net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lockVlad Buslov2-6/+14
2019-08-21net/mlx5e: Extend neigh hash entry with rcuVlad Buslov2-24/+46
2019-08-21net/mlx5e: Always take reference to neigh entryVlad Buslov2-40/+39
2019-08-21net/mlx5e: Extract code that queues neigh update work into functionVlad Buslov1-15/+23
2019-08-21net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: systemport: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: bcmgenet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21pxa168_eth: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-08-21net: mvneta: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21ezchip: nps_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: ks8851-ml: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-08-21net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-08-21amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-11/+8
2019-08-21mlxsw: spectrum: Add devlink-trap supportIdo Schimmel6-1/+363
2019-08-21mlxsw: Add trap group for layer 2 discardsIdo Schimmel1-0/+8
2019-08-21mlxsw: Add layer 2 discard trap IDsIdo Schimmel1-0/+7
2019-08-21mlxsw: reg: Add new trap actionsIdo Schimmel1-0/+4
2019-08-21mlxsw: core: Add API to set trap actionIdo Schimmel2-0/+15
2019-08-20Merge tag 'mlx5-updates-2019-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller17-205/+934
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley1-2/+2
2019-08-20ice: Change type for queue countsPawel Kaminski1-12/+13
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2-10/+13
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2-3/+4
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley2-11/+19
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2-11/+16
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen1-2/+0
2019-08-20ice: allow empty Rx descriptorsMitch Williams1-3/+12
2019-08-20ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni1-61/+88
2019-08-20ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley3-0/+70
2019-08-20ice: fix set pause param autoneg checkPaul Greenwalt1-1/+26
2019-08-20net/mlx5: Fix the order of fc_stats cleanupGavi Teitz1-5/+4
2019-08-20net/mlx5e: Fix deallocation of non-fully init encap entriesVlad Buslov1-4/+8
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin5-0/+101
2019-08-20net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed2-21/+30
2019-08-20net/mlx5e: Report and recover from rx timeoutAya Levin3-0/+34
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin7-7/+140
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin3-4/+24
2019-08-20net/mlx5e: Add support to rx reporter diagnoseAya Levin6-23/+237
2019-08-20net/mlx5e: Add helper functions for reporter's basicsAya Levin3-6/+24
2019-08-20net/mlx5e: Add cq info to tx reporter diagnoseAya Levin5-0/+78
2019-08-20net/mlx5e: Extend tx reporter diagnostics outputAya Levin3-8/+94