aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
Commit message (Expand)AuthorAgeFilesLines
* igc: don't fail igc_probe() on LED setup errorKohei Enju2025-09-162-3/+10
* igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS2025-08-211-7/+7
* net: Fix typosBjorn Helgaas2025-07-251-1/+1
* igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang2025-07-184-3/+49
* igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang2025-07-182-4/+3
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2025-07-083-41/+25
|\
| * igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-033-41/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-07-041-0/+10
|\ \ | |/ |/|
| * igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits2025-07-011-0/+10
* | igc: Make the const read-only array supported_sizes staticColin Ian King2025-06-191-1/+1
* | Merge branch 'intel-next-queue-1GbE'Paolo Abeni2025-06-177-43/+189
|\ \
| * | igc: add preemptible queue support in mqprioFaizal Rahim2025-06-113-7/+12
| * | igc: add preemptible queue support in taprioFaizal Rahim2025-06-115-3/+100
| * | igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim2025-06-114-4/+15
| * | igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim2025-06-112-13/+42
| * | igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim2025-06-112-9/+12
| * | igc: add DCTL prefix to related macrosFaizal Rahim2025-06-112-12/+12
| * | igc: move TXDCTL and RXDCTL related macrosFaizal Rahim2025-06-112-9/+10
* | | eth: igc: migrate to new RXFH callbacksJakub Kicinski2025-06-171-8/+10
| |/ |/|
* | treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-2/+4
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2025-05-023-41/+21
|\
| * igc: Change Tx mode for MQPRIO offloadingKurt Kanzenbach2025-04-292-20/+4
| * igc: Limit netdev_tc calls to MQPRIOKurt Kanzenbach2025-04-292-21/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-05-011-2/+4
|\ \ | |/ |/|
| * igc: fix lock order in igc_ptp_resetJacob Keller2025-04-291-2/+4
* | igc: add support to get frame preemption statistics via ethtoolFaizal Rahim2025-04-182-0/+57
* | igc: add support to get MAC Merge data via ethtoolFaizal Rahim2025-04-182-0/+15
* | igc: block setting preemptible traffic class in taprioFaizal Rahim2025-04-181-0/+4
* | igc: add support to set tx-min-frag-sizeFaizal Rahim2025-04-185-3/+44
* | igc: add support for frame preemption verificationFaizal Rahim2025-04-187-5/+285
* | igc: set the RX packet buffer size for TSN modeFaizal Rahim2025-04-182-0/+32
* | igc: use FIELD_PREP and GENMASK for existing RX packet buffer sizeFaizal Rahim2025-04-181-3/+14
* | igc: optimize TX packet buffer utilization for TSN modeFaizal Rahim2025-04-181-2/+2
* | igc: use FIELD_PREP and GENMASK for existing TX packet buffer sizeFaizal Rahim2025-04-181-2/+21
* | igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim2025-04-183-6/+7
* | igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim2025-04-182-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-04-174-40/+81
|\|
| * igc: add lock preventing multiple simultaneous PTM transactionsChristopher S M Hall2025-04-112-2/+19
| * igc: cleanup PTP module if probe failsChristopher S M Hall2025-04-111-0/+1
| * igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall2025-04-111-0/+7
| * igc: move ktime snapshot into PTM retry loopChristopher S M Hall2025-04-111-9/+9
| * igc: increase wait time before retrying PTMChristopher S M Hall2025-04-111-1/+4
| * igc: fix PTM cycle trigger logicChristopher S M Hall2025-04-112-29/+42
* | net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller2025-04-161-4/+0
* | net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller2025-04-161-7/+3
* | igc: enable HW vlan tag insertion/stripping by defaultRui Salvaterra2025-04-111-0/+3
|/
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-4/+4
* igc: Fix TX drops in XDP ZCZdenek Bouska2025-04-021-1/+1
* igc: Fix XSK queue NAPI ID mappingJoe Damato2025-04-023-6/+2
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-273-39/+127
|\