aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-29igc: Refactor Rx timestamp handlingAndre Guedes3-24/+34
2021-03-29igc: Introduce igc_get_rx_frame_truesize() helperAndre Guedes1-11/+18
2021-03-29igc: Introduce igc_rx_buffer_flip() helperAndre Guedes1-22/+21
2021-03-29igc: Remove unused argument from igc_tx_cmd_type()Andre Guedes1-2/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-36/+54
2021-03-23igc: Fix prototype warningSasha Neftin1-1/+1
2021-03-19igc: Assign boolean values to a bool variableJiapeng Zhong1-8/+8
2021-03-19igc: Remove unused MII_CR_LOOPBACKSasha Neftin1-1/+0
2021-03-19igc: Remove unused MII_CR_SPEEDSasha Neftin1-3/+0
2021-03-19igc: Remove unused MII_CR_RESETSasha Neftin1-1/+0
2021-03-11igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2-33/+41
2021-03-11igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli1-0/+3
2021-03-11igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli1-3/+1
2021-03-11igc: reinit_locked() should be called with rtnl_lockSasha Neftin1-0/+9
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-1/+1
2021-02-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski9-9/+45
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-7/+2
2021-02-03igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-03igc: Remove unused FUNC_1 maskSasha Neftin1-1/+0
2021-02-03igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-03igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-03igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-03igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-03igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-03igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-03igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-03igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+18
2021-01-26igc: fix link speed advertisingCorinna Vinschen1-6/+18
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2020-12-10igc: Add new device IDSasha Neftin3-0/+3
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-28igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-28igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-28igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-28igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-28igc: Expose LPI countersSasha Neftin3-0/+7
2020-09-28igc: Clean RX descriptor error flagsAndre Guedes2-16/+3
2020-09-28igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-28igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-28igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2-2/+2
2020-09-28igc: Add new device ID'sSasha Neftin3-0/+15
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-3/+3