aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin1-5/+7
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-47/+75
2021-12-22ice: trivial: fix odd indentingJesse Brandeburg1-3/+4
2021-12-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski11-233/+4357
2021-12-21fm10k: Fix syntax errors in commentsXiang wangx1-1/+1
2021-12-21igbvf: Refactor traceKaren Sornek1-1/+1
2021-12-21igb: remove never changed variable `ret_val'Jason Wang1-2/+1
2021-12-21igc: Remove obsolete defineSasha Neftin1-1/+0
2021-12-21igc: Remove obsolete maskSasha Neftin1-3/+0
2021-12-21igc: Remove obsolete nvm typeSasha Neftin2-4/+0
2021-12-21igc: Remove unused phy typeSasha Neftin1-1/+0
2021-12-21igc: Remove unused _I_PHY_ID defineSasha Neftin1-3/+0
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller3-0/+135
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller4-2/+616
2021-12-21ice: ensure the hardware Clock Generation Unit is configuredJacob Keller4-0/+500
2021-12-21ice: implement basic E822 PTP supportJacob Keller7-70/+2742
2021-12-21ice: convert clk_freq capability into time_refJacob Keller2-1/+34
2021-12-21ice: introduce ice_ptp_init_phc functionJacob Keller3-33/+55
2021-12-21ice: use 'int err' instead of 'int status' in ice_ptp_hw.cJacob Keller1-103/+103
2021-12-21ice: PTP: move setting of tstamp_configJacob Keller1-11/+7
2021-12-21ice: introduce ice_base_incval functionJacob Keller1-3/+17
2021-12-21ice: Fix E810 PTP reset flowKarol Kolacinski3-35/+173
2021-12-20igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit1-6/+13
2021-12-17iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley1-0/+50
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley3-51/+383
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley5-51/+135
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley3-94/+453
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley3-52/+240
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski2-6/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski3-22/+47
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-26/+36
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14