aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn1-1/+2
2025-02-20igc: Add launch time support to XDP ZCSong Yoong Siang2-2/+60
2025-02-20igc: Refactor empty frame insertion for launch time supportSong Yoong Siang1-32/+50
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+13
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-02-10igc: Avoid unnecessary link down event in XDP_SETUP_PROG processSong Yoong Siang1-4/+15
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2025-01-07igc: Link queues to NAPI instancesJoe Damato3-9/+51
2025-01-07igc: Link IRQs to NAPI instancesJoe Damato1-0/+3
2025-01-07igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()Yue Haibing1-13/+7
2025-01-07igc: Allow hot-swapping XDP programSong Yoong Siang1-2/+4
2025-01-07igc: return early when failing to read EECD registerEn-Wei Wu1-0/+6
2025-01-06igc: Remove unused igc_read/write_pcie_cap_regDr. David Alan Gilbert2-28/+0
2025-01-06igc: Remove unused igc_read/write_pci_cfg wrappersDr. David Alan Gilbert2-16/+0
2025-01-06igc: Remove unused igc_acquire/release_nvmDr. David Alan Gilbert2-52/+0
2024-11-13igc: remove autoneg parameter from igc_mac_infoVitaly Lifshits6-195/+163
2024-09-06igc: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-05Merge 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: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin3-3/+5
2024-08-30igc: Add Energy Efficient Ethernet abilitySasha Neftin3-1/+89
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach2-4/+27
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach6-2/+161
2024-08-07igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-08-07igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-5/+19
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim3-10/+15
2024-08-07igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2-0/+40
2024-07-31igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-15/+4
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2-5/+13
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin3-10/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-3/+3
2024-06-05igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2-2/+11
2024-06-03igc: Remove convert_art_ns_to_tsc()Thomas Gleixner1-1/+5
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
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-26igc: Add Tx hardware timestamp request for AF_XDP zero-copy packetSong Yoong Siang3-40/+195
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+35
2024-04-24igc: Fix LED-related deadlock on driver unbindLukas Wunner3-8/+35
2024-04-08igc: Remove redundant runtime resume for ethtool opsBjorn Helgaas1-17/+0
2024-03-29igc: Refactor runtime power management flowSasha Neftin1-17/+15
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-16/+8