summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-126-13/+18
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-125-7/+7
* net: bcmgenet: Fix speed selection for reverse MIIAndrew Lunn2018-09-121-4/+3
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-1227-109/+46
* nfp: report FW vNIC stats in interface statsJakub Kicinski2018-09-121-0/+9
* net: aquantia: bump driver versionIgor Russkikh2018-09-111-1/+1
* net: aquantia: renaming for better visibilityNikita Danilov2018-09-118-64/+52
* net: aquantia: whitespace changesNikita Danilov2018-09-118-49/+49
* net: aquantia: implement EEE supportYana Esina2018-09-117-0/+189
* net: aquantia: implement WOL supportYana Esina2018-09-118-17/+220
* net: aquantia: definitions for WOLYana Esina2018-09-113-5/+124
* net: aquantia: fix hw_atl_utils_fw_upload_dwordsYana Esina2018-09-116-11/+59
* liquidio: Removed droq lockIntiyaz Basha2018-09-113-37/+3
* liquidio: Per queue oom work queueIntiyaz Basha2018-09-116-73/+110
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-112-1/+29
* cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King2018-09-101-1/+0
* net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu2018-09-081-3/+3
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-084-444/+436
* cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-072-0/+4
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-071-1/+1
* nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-071-2/+2
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* bnxt_en: remove set but not used variable 'addr_type'YueHaibing2018-09-061-15/+0
* liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing2018-09-061-3/+1
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-068-12/+187
* Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-09-0612-148/+229
|\
| * net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel2018-09-051-0/+12
| * net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman2018-09-053-5/+35
| * net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-052-20/+22
| * net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-054-25/+55
| * net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2018-09-052-7/+7
| * net/mlx5: Add flow counters idrVlad Buslov2018-09-051-4/+33
| * net/mlx5: Store flow counters in a listVlad Buslov2018-09-052-49/+41
| * net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-052-23/+13
| * net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-052-26/+22
* | qed*: Utilize FW 8.37.7.0Denis Bolotin2018-09-064-196/+361
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-051-7/+10
* | nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-051-3/+45
* | nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-051-10/+11
* | nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-051-2/+4
|/
* net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() staticYueHaibing2018-09-051-2/+2
* net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun2018-09-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-0433-74/+387
|\
| * net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan2018-09-041-2/+3
| * bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-034-12/+9
| * bnxt_en: Clean up unused functions.Michael Chan2018-09-034-18/+1
| * bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-031-3/+10
| * net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-09-031-3/+3
| * r8169: add support for NCube 8168 network cardAnthony Wong2018-09-031-0/+1
| * net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-09-021-1/+1