aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel1-3/+2
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2023-06-22ice: reduce initial wait for control queue messagesJacob Keller2-3/+7
2023-06-22iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-06-22iavf: remove some unused functions and pointless wrappersPrzemek Kitszel5-76/+8
2023-06-22iavf: fix err handling for MAC replacePrzemek Kitszel1-23/+19
2023-06-22igc: Work around HW bug causing missing timestampsVinicius Costa Gomes1-11/+37
2023-06-22igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes3-12/+7
2023-06-22igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes3-5/+43
2023-06-22igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki1-5/+0
2023-06-15i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki1-6/+0
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-32/+38
2023-06-14ice: Fix ice module unloadJakub Buchocki1-11/+5
2023-06-12igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-06-12igc: Fix possible system crash when loading moduleVinicius Costa Gomes1-0/+3
2023-06-12igc: Clean the TX buffer and TX descriptor ringMuhammad Husaini Zulkifli1-1/+8
2023-06-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-48/+84
2023-06-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-7/+5
2023-06-10iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki3-11/+8
2023-06-08igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan1-2/+6
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller1-4/+5
2023-06-08ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller1-2/+9
2023-06-08ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz1-0/+4
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-73/+7
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller3-22/+42
2023-06-08ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski1-10/+4
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski4-19/+33
2023-06-08ice: Don't dereference NULL in ice_gnss_read error pathSimon Horman1-7/+1
2023-06-07eth: ixgbe: fix the wake conditionJakub Kicinski1-1/+1
2023-06-07ice: make writes to /dev/gnssX synchronousMichal Schmidt4-72/+6
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski1-1/+1
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-2/+11
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko1-2/+2
2023-05-30ice: register devlink port for PF with opsJiri Pirko1-1/+5
2023-05-26overflow: Add struct_size_t() helperKees Cook1-5/+4
2023-05-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-259/+351
2023-05-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-1/+11
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski9-102/+40
2023-05-19ice: allow matching on meta dataMichal Swiatkowski5-105/+95
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski1-23/+28
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski4-22/+14
2023-05-19ice: define meta data to match in switchMichal Swiatkowski3-16/+183
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-366/+142
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-25/+40
2023-05-18e1000e: Add @adapter description to kdocBaozhu Ni1-1/+1
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-18igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8