aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-03-22net/mlx5: Fix compilation warning in eq.cSaeed Mahameed1-4/+2
2019-03-22net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core APIParav Pandit2-8/+5
2019-03-22net/mlx5: Rename total_vfs to total_vportsParav Pandit1-2/+2
2019-03-22net/mlx5: Simplify sriov enable/disable flowParav Pandit1-36/+8
2019-03-22ice: Get VF VSI instances directly via PFAkeem G Abodunrin1-8/+27
2019-03-22ice: Don't let VF know that it is untrustedAkeem G Abodunrin1-4/+8
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram1-3/+9
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin7-31/+527
2019-03-22ice: code cleanup in ice_sched.cVictor Raj1-8/+9
2019-03-22ice: Remove unused vsi_id fieldAnirudh Venkataramanan1-1/+0
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan11-87/+108
2019-03-22ice: fix the divide by zero issueKiran Patil1-1/+12
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin3-16/+76
2019-03-22ice: Remove unused function prototypeAnirudh Venkataramanan1-10/+0
2019-03-22ice: fix static analysis warningsBruce Allan4-4/+4
2019-03-22ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin1-3/+23
2019-03-22ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin1-0/+9
2019-03-22r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmitHeiner Kallweit1-1/+1
2019-03-22r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit1-2/+4
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski2-5/+1
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2-8/+6
2019-03-21net: systemport: Remove print of base addressFlorian Fainelli1-3/+3
2019-03-21net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-03-20dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu1-1/+1
2019-03-20net: ks8851: Deduplicate register macrosLukas Wunner3-330/+34
2019-03-20net: ks8851: Fix register macro misnomersLukas Wunner1-25/+27
2019-03-20net: ks8851: Set initial carrier state to downLukas Wunner1-0/+2
2019-03-20net: ks8851: Delay requesting IRQ until openedLukas Wunner1-13/+11
2019-03-20net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner1-1/+1
2019-03-20net: ks8851: Dequeue RX packets explicitlyLukas Wunner1-4/+4
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni16-43/+27
2019-03-20qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru3-5/+8
2019-03-20qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru1-5/+19
2019-03-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller11-116/+197
2019-03-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller12-18/+1392
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley3-11/+43
2019-03-19ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin1-1/+1
2019-03-19ice: Get resources per functionBrett Creeley1-5/+8
2019-03-19ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin1-6/+2
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley4-18/+44
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley3-9/+8
2019-03-19ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao3-2/+15
2019-03-19ice: remove redundant variable and if conditionBrett Creeley1-7/+4
2019-03-19ice: avoid multiple unnecessary de-references in probeBruce Allan1-18/+15
2019-03-19ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin1-7/+13
2019-03-19ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski1-32/+44
2019-03-19igc: Remove unneeded hw_dbg printsSasha Neftin1-4/+0