summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2022-04-27igc: Fix suspending when PTM is activeVinicius Costa Gomes1-1/+14
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-04-08igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-04-08igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
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-27igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer1-1/+3
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2022-01-05igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-22igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-11-18net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-10-20igc: Update I226_K device IDSasha Neftin1-1/+1
2021-09-16igc: fix tunnel offloadingPaolo Abeni1-1/+3
2021-08-27igc: Add support for CBS offloadingAravindhan Gunasekaran5-1/+195
2021-08-27igc: Simplify TSN flags handlingVinicius Costa Gomes4-27/+43
2021-08-27igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes2-22/+21
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+23
2021-08-24igc: Add support for PTP getcrosststamp()Vinicius Costa Gomes4-0/+234
2021-08-24igc: Enable PCIe PTMVinicius Costa Gomes1-0/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-20igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka1-2/+2
2021-08-20igc: fix page fault when thunderbolt is unpluggedAaron Ma2-14/+21
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-21igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli1-1/+3
2021-07-21igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli1-1/+1
2021-07-21igc: Remove phy->type checkingSasha Neftin1-11/+4
2021-07-21igc: Remove _I_PHY_ID checkingSasha Neftin3-15/+4
2021-07-21igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-07-20Revert "igc: Export LEDs"Kurt Kanzenbach4-154/+0
2021-07-17igc: Export LEDsKurt Kanzenbach4-0/+154
2021-07-17igc: Make flex filter more flexibleKurt Kanzenbach3-20/+22
2021-07-17igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-17igc: Integrate flex filter into ethtool opsKurt Kanzenbach4-10/+228
2021-07-17igc: Add possibility to add flex filterKurt Kanzenbach4-5/+207
2021-07-01igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-01igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-01igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-5/+2
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli4-2/+78
2021-06-04igc: Indentation fixesSasha Neftin1-2/+2
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin1-1/+0
2021-06-04igc: Remove unused asymmetric pause bit from igc definesSasha Neftin1-1/+0
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin1-26/+13
2021-06-03igc: add correct exception tracing for XDPMagnus Karlsson1-6/+5
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg1-1/+1
2021-05-26intel: remove checker warningJesse Brandeburg1-1/+1
2021-05-20igc: Enable TX via AF_XDP zero-copyAndre Guedes4-8/+129
2021-05-20igc: Enable RX via AF_XDP zero-copyAndre Guedes5-19/+450