aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)Author
2022-07-29igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek
2022-04-27igc: Fix BUG: scheduling while atomicSasha Neftin
2022-04-27igc: Fix infinite loop in release_swfw_syncSasha Neftin
2022-03-08igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen
2021-09-22igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET
2021-07-28igc: Prefer to use the pci_release_mem_regions methodSasha Neftin
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes
2021-03-30igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli
2021-03-30igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli
2021-02-10igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng
2021-02-10igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo
2021-02-10igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo
2021-02-03igc: fix link speed advertisingCorinna Vinschen
2020-11-18igc: Fix returning wrong statisticsVinicius Costa Gomes
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin
2019-09-09igc: Remove unneeded PCI bus definesSasha Neftin
2019-09-09igc: Add NVM checksum validationSasha Neftin
2019-09-09igc: Remove useless forward declarationSasha Neftin
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin
2019-07-24igc: Update the MAC reset flowSasha Neftin
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler
2019-05-28igc: Cleanup the redundant codeSasha Neftin
2019-05-28igc: Add flow control supportSasha Neftin
2019-05-28igc: Remove the obsolete workaroundSasha Neftin
2019-05-28igc: Clean up unused pointersSasha Neftin
2019-05-28igc: Fix double definitionsSasha Neftin
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-19igc: Remove unneeded hw_dbg printsSasha Neftin
2019-03-19igc: Fix the typo in igc_base.h header definitionSasha Neftin
2019-03-19igc: Add support for the ntuple featureSasha Neftin
2019-03-19igc: Add support for statisticsSasha Neftin
2019-03-19igc: Extend the ethtool supportingSasha Neftin
2019-03-19igc: Add multiple receive queues control supportingSasha Neftin
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva
2019-02-05igc: Add ethtool supportSasha Neftin
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin