summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2023-06-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller
2023-06-08ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller
2023-06-08ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski
2023-06-07eth: ixgbe: fix the wake conditionJakub Kicinski
2023-06-07ice: make writes to /dev/gnssX synchronousMichal Schmidt
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko
2023-05-30ice: register devlink port for PF with opsJiri Pirko
2023-05-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2023-05-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2023-05-19ice: allow matching on meta dataMichal Swiatkowski
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski
2023-05-19ice: define meta data to match in switchMichal Swiatkowski
2023-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-18e1000e: Add @adapter description to kdocBaozhu Ni
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix
2023-05-18igc: Avoid transmit queue timeout for XDPKurt Kanzenbach
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman
2023-05-17ice: update PHY type to ethtool link mode mappingPaul Greenwalt
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt
2023-05-17ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski
2023-05-16ice: Fix stats after PF resetAhmed Zaki
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski
2023-05-03igc: read before write to SRRCTL registerSong Yoong Siang
2023-04-27igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer
2023-04-27igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer
2023-04-27igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer