aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: don't fail igc_probe() on LED setup errorKohei Enju2025-09-161-3/+9
* igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS2025-08-211-7/+7
* igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang2025-07-181-0/+22
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2025-07-081-19/+2
|\
| * igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-031-19/+2
* | 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
* | Merge branch 'intel-next-queue-1GbE'Paolo Abeni2025-06-171-14/+43
|\ \ | |/ |/|
| * igc: add preemptible queue support in mqprioFaizal Rahim2025-06-111-7/+2
| * igc: add preemptible queue support in taprioFaizal Rahim2025-06-111-3/+18
| * igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim2025-06-111-1/+2
| * igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim2025-06-111-0/+20
| * igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim2025-06-111-4/+2
| * igc: add DCTL prefix to related macrosFaizal Rahim2025-06-111-6/+6
* | treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-2/+4
|/
* igc: Limit netdev_tc calls to MQPRIOKurt Kanzenbach2025-04-291-1/+17
* igc: block setting preemptible traffic class in taprioFaizal Rahim2025-04-181-0/+4
* igc: add support for frame preemption verificationFaizal Rahim2025-04-181-1/+51
* igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim2025-04-181-2/+2
* igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim2025-04-181-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-04-171-0/+1
|\
| * igc: cleanup PTP module if probe failsChristopher S M Hall2025-04-111-0/+1
* | 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-021-2/+2
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-271-35/+111
|\
| * net: skb: free up one bit in tx_flagsWillem de Bruijn2025-02-271-1/+2
| * igc: Add launch time support to XDP ZCSong Yoong Siang2025-02-201-2/+59
| * igc: Refactor empty frame insertion for launch time supportSong Yoong Siang2025-02-201-32/+50
* | igc: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+2
|/
* igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang2025-02-111-0/+1
* igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska2025-02-111-9/+12
* igc: Link queues to NAPI instancesJoe Damato2025-01-081-9/+47
* igc: Link IRQs to NAPI instancesJoe Damato2025-01-081-0/+3
* igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()Yue Haibing2025-01-081-13/+7
* igc: Remove unused igc_read/write_pcie_cap_regDr. David Alan Gilbert2025-01-061-25/+0
* igc: Remove unused igc_read/write_pci_cfg wrappersDr. David Alan Gilbert2025-01-061-14/+0
* igc: remove autoneg parameter from igc_mac_infoVitaly Lifshits2024-11-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-0/+1
|\
| * igc: Unlock on error in igc_io_resume()Dan Carpenter2024-09-021-0/+1
* | igc: Get rid of spurious interruptsKurt Kanzenbach2024-08-301-4/+26
* | igc: Add MQPRIO offload supportKurt Kanzenbach2024-08-301-0/+69
|/
* igc: Fix qbv_config_change_errors logicsFaizal Rahim2024-08-071-2/+6
* igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-08-011-16/+17
* igc: Remove the internal 'eee_advert' fieldSasha Neftin2024-07-111-3/+0
* net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin2024-06-131-3/+2
* igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2024-06-061-0/+4
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-1/+1
|\