summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-07-27igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-27igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-27igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-07-27igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-27igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-07-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-04-05igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-02-15igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix1-5/+9
2023-01-14igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2023-01-14igc: Lift TAPRIO schedule restrictionKurt Kanzenbach1-6/+17
2023-01-14igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2023-01-14igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2023-01-14igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes1-9/+2
2023-01-14igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes3-29/+151
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-1/+1
2023-01-14net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2022-07-29igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2-1/+7
2022-06-22igc: Enable PCIe PTMVinicius Costa Gomes1-0/+5
2022-05-25igc: Update I226_K device IDSasha Neftin1-0/+1
2022-05-25igc: Remove phy->type checkingSasha Neftin1-11/+4
2022-05-25igc: Remove _I_PHY_ID checkingSasha Neftin3-15/+4
2022-04-27igc: Fix BUG: scheduling while atomicSasha Neftin1-2/+2
2022-04-27igc: Fix infinite loop in release_swfw_syncSasha Neftin1-2/+9
2022-03-08igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-22igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-09-18igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-09-03igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka1-2/+2
2021-09-03igc: fix page fault when thunderbolt is unpluggedAaron Ma2-14/+21
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-03-30igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2-33/+41
2021-03-30igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli1-0/+3
2021-03-30igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli1-3/+1
2021-03-30igc: reinit_locked() should be called with rtnl_lockSasha Neftin1-0/+9
2021-02-10igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-02-10igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-10igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-04igc: fix link speed advertisingCorinna Vinschen1-6/+18
2020-11-11igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-29igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-29igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-29igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-29igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-29igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2