aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn6-13/+18
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn5-7/+7
2018-09-12net: bcmgenet: Fix speed selection for reverse MIIAndrew Lunn1-4/+3
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn27-109/+46
2018-09-12nfp: report FW vNIC stats in interface statsJakub Kicinski1-0/+9
2018-09-11net: aquantia: bump driver versionIgor Russkikh1-1/+1
2018-09-11net: aquantia: renaming for better visibilityNikita Danilov8-64/+52
2018-09-11net: aquantia: whitespace changesNikita Danilov8-49/+49
2018-09-11net: aquantia: implement EEE supportYana Esina7-0/+189
2018-09-11net: aquantia: implement WOL supportYana Esina8-17/+220
2018-09-11net: aquantia: definitions for WOLYana Esina3-5/+124
2018-09-11net: aquantia: fix hw_atl_utils_fw_upload_dwordsYana Esina6-11/+59
2018-09-11liquidio: Removed droq lockIntiyaz Basha3-37/+3
2018-09-11liquidio: Per queue oom work queueIntiyaz Basha6-73/+110
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2-1/+29
2018-09-10cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King1-1/+0
2018-09-08net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu1-3/+3
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller4-444/+436
2018-09-07cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2-0/+4
2018-09-07liquidio: lio_fetch_vf_stats() can be statickbuild test robot1-1/+1
2018-09-07nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa1-5/+3
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing1-15/+0
2018-09-06liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing1-3/+1
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang8-12/+187
2018-09-06Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-148/+229
2018-09-06qed*: Utilize FW 8.37.7.0Denis Bolotin4-196/+361
2018-09-05nfp: separate VXLAN and GRE feature handlingJakub Kicinski1-7/+10
2018-09-05nfp: validate rtsym accesses fall within the symbolJakub Kicinski1-3/+45
2018-09-05nfp: prefix rtsym error messages with symbol nameJakub Kicinski1-10/+11
2018-09-05nfp: fix readq on absolute RTsymsJakub Kicinski1-2/+4
2018-09-05net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel1-0/+12
2018-09-05net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman3-5/+35
2018-09-05net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2-20/+22
2018-09-05net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan4-25/+55
2018-09-05net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2-7/+7
2018-09-05net/mlx5: Add flow counters idrVlad Buslov1-4/+33
2018-09-05net/mlx5: Store flow counters in a listVlad Buslov2-49/+41
2018-09-05net/mlx5: Add new list to store deleted flow countersVlad Buslov2-23/+13
2018-09-05net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2-26/+22
2018-09-05net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing1-2/+2
2018-09-05net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller33-74/+387
2018-09-04net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan1-2/+3
2018-09-03cxgb4: collect hardware queue descriptorsRahul Lakkireddy6-1/+399
2018-09-03cxgb4: when max_tx_rate is 0 disable tx rate limitingGanesh Goudar1-2/+23
2018-09-03net: hns3: Refine hns3_get_link_ksettings()Jian Shen1-28/+40
2018-09-03net: hns3: Remove redundant codes of query advertised flow control abilitiyJian Shen2-27/+0
2018-09-03net: hns3: Change the dst mac addr of loopback packetYunsheng Lin1-0/+1
2018-09-03net: hns3: Only update mac configuation when necessaryYunsheng Lin1-17/+31