aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: cleanup PTP module if probe failsChristopher S M Hall2025-04-111-0/+1
* 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
|\
| * xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-1/+1
* | igc: fix a log entry using uninitialized netdevCorinna Vinschen2024-05-081-2/+3
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* | igc: Add Tx hardware timestamp request for AF_XDP zero-copy packetSong Yoong Siang2024-04-261-6/+107
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+3
|\|
| * igc: Fix LED-related deadlock on driver unbindLukas Wunner2024-04-251-0/+3
* | igc: Refactor runtime power management flowSasha Neftin2024-03-291-17/+15
* | net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-16/+8
* | net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-291-2/+1
|/
* igc: Remove stale comment about Tx timestampingKurt Kanzenbach2024-03-251-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-121-11/+1
|\
| * igc: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-11/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-7/+6
|\|
| * igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer2024-03-051-7/+6
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* | igc: Add support for LEDs on i225/i226Kurt Kanzenbach2024-02-151-0/+6
* | igc: Unify filtering rule fieldsKurt Kanzenbach2024-02-071-4/+6
* | igc: Use netdev printing functions for flex filtersKurt Kanzenbach2024-02-071-5/+4
* | igc: Use reverse xmas treeKurt Kanzenbach2024-02-071-1/+1
|/
* igc: field get conversionJesse Brandeburg2023-12-181-4/+2
* igc: field prep conversionJesse Brandeburg2023-12-181-2/+2
* igc: Add support for PTP .getcyclesx64()Vinicius Costa Gomes2023-11-131-16/+39