summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-04-05net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing1-2/+1
2019-04-05ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2019-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen1-18/+22
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan1-3/+1
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan1-0/+3
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan1-0/+5
2019-04-04net: hns3: add protect when handling mac addr listJian Shen1-2/+8
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan1-11/+24
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin1-3/+21
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin1-10/+5
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu4-5/+43
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu1-1/+22
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li1-0/+4
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-02drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal1-3/+5
2019-04-02drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2-9/+7
2019-04-02drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal4-12/+12
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal25-27/+28
2019-04-02nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-04-02nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2-0/+70
2019-04-02nfp: flower: reduce action list size by coalescing mangle actionsPieter Jansen van Vuuren1-77/+122
2019-04-02net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko1-11/+11
2019-04-02cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2
2019-04-02cxgb3/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-29net: 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
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko4-8/+8
2019-03-28nfp: register devlink port before netdevJiri Pirko1-15/+17
2019-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-432/+163
2019-03-27bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru1-7/+14
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-423/+160
2019-03-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-187/+630
2019-03-27net: mvpp2: cls: Rework C2 engine macrosMaxime Chevallier1-21/+7
2019-03-27net: mvpp2: cls: Initialize lookup priorities for all entries in the flowMaxime Chevallier1-13/+24