summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-04-05net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein1-2/+6
2019-04-05net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein1-0/+11
2019-04-05net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein1-9/+25
2019-04-05net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang1-7/+20
2019-04-05net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang1-1/+0
2019-04-05net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()Tonghao Zhang1-2/+2
2019-04-05net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang1-3/+5
2019-04-05net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy1-2/+0
2019-04-05net/mlx5: Handle event of power detection in the PCIE slotAya Levin1-0/+75
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed10-274/+327
2019-04-02net/mlx5: Fix false compilation warningTariq Toukan1-1/+1
2019-04-02net/mlx5: Add rate limit print macrosAya Levin1-0/+10
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen2-2/+3
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen4-103/+106
2019-04-02net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen3-4/+4
2019-04-02net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen1-10/+9
2019-04-02net/mlx5: Break load_one into three stagesSaeed Mahameed1-71/+77
2019-04-02net/mlx5: Function setup/teardown proceduresSaeed Mahameed1-52/+68
2019-04-02net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed2-17/+27
2019-04-02net/mlx5: Split mdev init and pci initSaeed Mahameed1-41/+54
2019-04-02net/mlx5: Remove redundant init functions parameterSaeed Mahameed1-27/+22
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy2-2/+2
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal1-3/+5
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2-9/+7
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal4-12/+12
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal25-27/+28
2019-04-01nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-04-01nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2-0/+70
2019-04-01nfp: flower: reduce action list size by coalescing mangle actionsPieter Jansen van Vuuren1-77/+122
2019-04-01net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko1-11/+11
2019-04-01cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2
2019-04-01cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-03-31r8169: use netif_receive_skb_list batchingHeiner Kallweit1-1/+4
2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko1-2/+2
2019-03-31mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko1-10/+10
2019-03-31mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko1-6/+5
2019-03-31mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko1-4/+1
2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni5-65/+95
2019-03-29cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni1-6/+6
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-16/+18
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern3-22/+22
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-2/+2
2019-03-28net: mvneta: Add 2500BaseT supportMaxime Chevallier1-0/+1
2019-03-28nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko1-1/+4
2019-03-28bnxt: remove ndo_get_phys_port_name implementationJiri Pirko1-18/+0
2019-03-28bnxt: implement ndo_get_devlink_portJiri Pirko1-1/+9
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko5-45/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko5-0/+48