summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
Commit message (Expand)AuthorAgeFilesLines
* igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET2021-07-011-0/+1
* igc: change default return of igc_read_phy_reg()Tom Rix2021-07-011-1/+1
* igc: Fix use-after-free error during resetVinicius Costa Gomes2021-07-011-0/+2
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-5/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-4/+8
|\
| * igc: add correct exception tracing for XDPMagnus Karlsson2021-06-031-6/+5
* | igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli2021-06-044-2/+78
* | igc: Indentation fixesSasha Neftin2021-06-041-2/+2
* | igc: Remove unused MDICNFG registerSasha Neftin2021-06-041-1/+0
* | igc: Remove unused asymmetric pause bit from igc definesSasha Neftin2021-06-041-1/+0
* | igc: Update driver to use ethtool_sprintfSasha Neftin2021-06-041-26/+13
* | igb/igc: use strongly typed pointerJesse Brandeburg2021-05-261-1/+1
* | intel: remove checker warningJesse Brandeburg2021-05-261-1/+1
* | igc: Enable TX via AF_XDP zero-copyAndre Guedes2021-05-204-8/+129
* | igc: Enable RX via AF_XDP zero-copyAndre Guedes2021-05-205-19/+450
* | igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes2021-05-202-7/+26
* | igc: Introduce igc_unmap_tx_buffer() helperAndre Guedes2021-05-201-34/+15
* | igc: Introduce TX/RX stats helpersAndre Guedes2021-05-201-12/+31
* | igc: Refactor XDP rxq info registrationAndre Guedes2021-05-203-34/+12
* | igc: Refactor igc_clean_rx_ring()Andre Guedes2021-05-201-9/+14
* | igc: Refactor __igc_xdp_run_prog()Andre Guedes2021-05-201-28/+28
* | igc: Move igc_xdp_is_enabled()Andre Guedes2021-05-202-5/+5
* | igc: use XDP helpersMatteo Croce2021-05-151-6/+3
|/
* igc: Expose LPI countersSasha Neftin2021-04-161-0/+2
* igc: Fix overwrites return valueSasha Neftin2021-04-161-2/+2
* igc: enable auxiliary PHC functions for the i225Ederson de Souza2021-04-165-3/+405
* igc: Enable internal i225 PPSEderson de Souza2021-04-163-1/+37
* igc: Add support for XDP_REDIRECT actionAndre Guedes2021-03-291-11/+73
* igc: Add support for XDP_TX actionAndre Guedes2021-03-294-11/+204
* igc: Add initial XDP supportAndre Guedes2021-03-295-12/+153
* igc: Add set/clear large buffer helpersAndre Guedes2021-03-291-0/+4
* igc: Refactor Rx timestamp handlingAndre Guedes2021-03-293-24/+34
* igc: Introduce igc_get_rx_frame_truesize() helperAndre Guedes2021-03-291-11/+18
* igc: Introduce igc_rx_buffer_flip() helperAndre Guedes2021-03-291-22/+21
* igc: Remove unused argument from igc_tx_cmd_type()Andre Guedes2021-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-254-36/+54
|\
| * igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2021-03-112-33/+41
| * igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli2021-03-111-0/+3
| * igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli2021-03-111-3/+1
| * igc: reinit_locked() should be called with rtnl_lockSasha Neftin2021-03-111-0/+9
* | igc: Fix prototype warningSasha Neftin2021-03-231-1/+1
* | igc: Assign boolean values to a bool variableJiapeng Zhong2021-03-191-8/+8
* | igc: Remove unused MII_CR_LOOPBACKSasha Neftin2021-03-191-1/+0
* | igc: Remove unused MII_CR_SPEEDSasha Neftin2021-03-191-3/+0
* | igc: Remove unused MII_CR_RESETSasha Neftin2021-03-191-1/+0
* | net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean2021-03-101-1/+1
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-059-9/+45
|\
| * igc: Fix TDBAL register show incorrect valueSasha Neftin2021-02-041-1/+1
| * igc: Remove unused FUNC_1 maskSasha Neftin2021-02-041-1/+0
| * igc: Remove unused local receiver maskSasha Neftin2021-02-041-1/+0