summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-05-20igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes2-7/+26
2021-05-20igc: Introduce igc_unmap_tx_buffer() helperAndre Guedes1-34/+15
2021-05-20igc: Introduce TX/RX stats helpersAndre Guedes1-12/+31
2021-05-20igc: Refactor XDP rxq info registrationAndre Guedes3-34/+12
2021-05-20igc: Refactor igc_clean_rx_ring()Andre Guedes1-9/+14
2021-05-20igc: Refactor __igc_xdp_run_prog()Andre Guedes1-28/+28
2021-05-20igc: Move igc_xdp_is_enabled()Andre Guedes2-5/+5
2021-05-15igc: use XDP helpersMatteo Croce1-6/+3
2021-04-16igc: Expose LPI countersSasha Neftin1-0/+2
2021-04-16igc: Fix overwrites return valueSasha Neftin1-2/+2
2021-04-16igc: enable auxiliary PHC functions for the i225Ederson de Souza5-3/+405
2021-04-16igc: Enable internal i225 PPSEderson de Souza3-1/+37
2021-03-29igc: Add support for XDP_REDIRECT actionAndre Guedes1-11/+73
2021-03-29igc: Add support for XDP_TX actionAndre Guedes4-11/+204
2021-03-29igc: Add initial XDP supportAndre Guedes5-12/+153
2021-03-29igc: Add set/clear large buffer helpersAndre Guedes1-0/+4
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-26Merge 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-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski9-9/+45
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-7/+2