summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang1-0/+22
2025-07-08Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-19/+2
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 Oltean1-19/+2
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
2025-06-17Merge branch 'intel-next-queue-1GbE'Paolo Abeni1-14/+43
2025-06-11igc: add preemptible queue support in mqprioFaizal Rahim1-7/+2
2025-06-11igc: add preemptible queue support in taprioFaizal Rahim1-3/+18
2025-06-11igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim1-1/+2
2025-06-11igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim1-0/+20
2025-06-11igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim1-4/+2
2025-06-11igc: add DCTL prefix to related macrosFaizal Rahim1-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+4
2025-04-30igc: Limit netdev_tc calls to MQPRIOKurt Kanzenbach1-1/+17
2025-04-18igc: block setting preemptible traffic class in taprioFaizal Rahim1-0/+4
2025-04-18igc: add support for frame preemption verificationFaizal Rahim1-1/+51
2025-04-18igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim1-2/+2
2025-04-18igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim1-5/+4
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-04-11igc: enable HW vlan tag insertion/stripping by defaultRui Salvaterra1-0/+3
2025-04-11igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
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 Damato1-2/+2
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-35/+111
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 Siang1-2/+59
2025-02-21igc: Refactor empty frame insertion for launch time supportSong Yoong Siang1-32/+50
2025-02-18igc: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-11igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang1-0/+1
2025-02-11igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska1-9/+12
2025-01-08igc: Link queues to NAPI instancesJoe Damato1-9/+47
2025-01-08igc: Link IRQs to NAPI instancesJoe Damato1-0/+3
2025-01-08igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()Yue Haibing1-13/+7
2025-01-07igc: Remove unused igc_read/write_pcie_cap_regDr. David Alan Gilbert1-25/+0
2025-01-07igc: Remove unused igc_read/write_pci_cfg wrappersDr. David Alan Gilbert1-14/+0
2024-11-13igc: remove autoneg parameter from igc_mac_infoVitaly Lifshits1-1/+0
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-09-02igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach1-4/+26
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach1-0/+69
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim1-2/+6
2024-08-01igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin1-3/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-06igc: Fix Energy Efficient Ethernet support declarationSasha Neftin1-0/+4
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-08igc: fix a log entry using uninitialized netdevCorinna Vinschen1-2/+3
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1