summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-11-25i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-25i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-25i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-25i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-25i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-25iavf: Restore VLAN filters after link downAkeem G Abodunrin2-5/+31
2021-11-25iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-25iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-25iavf: validate pointersMitch Williams1-7/+6
2021-11-25iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-25iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-25iavf: don't clear a lock we don't holdNicholas Nunley1-2/+4
2021-11-25iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-25iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-25iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
2021-11-18ice: Fix not stopping Tx queues for VFsBrett Creeley2-5/+3
2021-11-18ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-11-18net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-11-18ice: Move devlink port to PF/VF structWojciech Drewek7-37/+103
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu1-0/+3
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman1-14/+4
2021-10-20ice: Add missing E810 device idsTony Nguyen3-0/+8
2021-10-20igc: Update I226_K device IDSasha Neftin1-1/+1
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin3-23/+46
2021-10-14ice: Print the api_patch as part of the fw.mgmt.apiBrett Creeley1-1/+2
2021-10-14ice: fix getting UDP tunnel entryMichal Swiatkowski1-2/+2
2021-10-14ice: Avoid crash from unnecessary IDA freeDave Ertman1-1/+5
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley3-0/+23
2021-10-12ice: fix locking for Tx timestamp tracking flushJacob Keller1-8/+7
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-06i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2-3/+7
2021-09-27e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-09-27e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-09-19igc: fix build errors for PTPRandy Dunlap1-0/+1
2021-09-16igc: fix tunnel offloadingPaolo Abeni1-1/+3
2021-09-10ice: Correctly deal with PFs that do not support RDMADave Ertman2-0/+8
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+63
2021-08-27ice: Only lock to update netdev dev_addrBrett Creeley1-4/+9
2021-08-27ice: restart periodic outputs around time changesJacob Keller1-0/+49
2021-08-27igc: Add support for CBS offloadingAravindhan Gunasekaran5-1/+195
2021-08-27igc: Simplify TSN flags handlingVinicius Costa Gomes4-27/+43
2021-08-27igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes2-22/+21
2021-08-27ice: add lock around Tx timestamp tracker flushJacob Keller1-0/+4
2021-08-27ice: remove dead code for allocating pin_configJacob Keller1-11/+0
2021-08-27ice: fix Tx queue iteration for Tx timestamp enablementJacob Keller1-1/+1
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-25/+53
2021-08-24igc: Add support for PTP getcrosststamp()Vinicius Costa Gomes4-0/+234