summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: Fix typosBjorn Helgaas1-1/+1
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang4-3/+49
2025-07-18igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang2-4/+3
2025-07-08Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-41/+25
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+10
2025-07-03igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-41/+25
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
2025-06-20igc: Make the const read-only array supported_sizes staticColin Ian King1-1/+1
2025-06-17Merge branch 'intel-next-queue-1GbE'Paolo Abeni7-43/+189
2025-06-17eth: igc: migrate to new RXFH callbacksJakub Kicinski1-8/+10
2025-06-11igc: add preemptible queue support in mqprioFaizal Rahim3-7/+12
2025-06-11igc: add preemptible queue support in taprioFaizal Rahim5-3/+100
2025-06-11igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim4-4/+15
2025-06-11igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim2-13/+42
2025-06-11igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim2-9/+12
2025-06-11igc: add DCTL prefix to related macrosFaizal Rahim2-12/+12
2025-06-11igc: move TXDCTL and RXDCTL related macrosFaizal Rahim2-9/+10
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+4
2025-05-02Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-41/+21
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-04-30igc: Change Tx mode for MQPRIO offloadingKurt Kanzenbach2-20/+4
2025-04-30igc: Limit netdev_tc calls to MQPRIOKurt Kanzenbach2-21/+17
2025-04-30igc: fix lock order in igc_ptp_resetJacob Keller1-2/+4
2025-04-18igc: add support to get frame preemption statistics via ethtoolFaizal Rahim2-0/+57
2025-04-18igc: add support to get MAC Merge data via ethtoolFaizal Rahim2-0/+15
2025-04-18igc: block setting preemptible traffic class in taprioFaizal Rahim1-0/+4
2025-04-18igc: add support to set tx-min-frag-sizeFaizal Rahim5-3/+44
2025-04-18igc: add support for frame preemption verificationFaizal Rahim7-5/+285
2025-04-18igc: set the RX packet buffer size for TSN modeFaizal Rahim2-0/+32
2025-04-18igc: use FIELD_PREP and GENMASK for existing RX packet buffer sizeFaizal Rahim1-3/+14
2025-04-18igc: optimize TX packet buffer utilization for TSN modeFaizal Rahim1-2/+2
2025-04-18igc: use FIELD_PREP and GENMASK for existing TX packet buffer sizeFaizal Rahim1-2/+21
2025-04-18igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim3-6/+7
2025-04-18igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim2-6/+5
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-40/+81
2025-04-16net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-4/+0
2025-04-16net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller1-7/+3
2025-04-11igc: enable HW vlan tag insertion/stripping by defaultRui Salvaterra1-0/+3
2025-04-11igc: add lock preventing multiple simultaneous PTM transactionsChristopher S M Hall2-2/+19
2025-04-11igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-04-11igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-11igc: move ktime snapshot into PTM retry loopChristopher S M Hall1-9/+9
2025-04-11igc: increase wait time before retrying PTMChristopher S M Hall1-1/+4
2025-04-11igc: fix PTM cycle trigger logicChristopher S M Hall2-29/+42
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-04-02igc: Fix TX drops in XDP ZCZdenek Bouska1-1/+1
2025-04-02igc: Fix XSK queue NAPI ID mappingJoe Damato3-6/+2
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-39/+127
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-1/+2
2025-02-21igc: Add launch time support to XDP ZCSong Yoong Siang2-2/+60