aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+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 Zulkifli1-2/+72
2021-06-03igc: add correct exception tracing for XDPMagnus Karlsson1-6/+5
2021-05-20igc: Enable TX via AF_XDP zero-copyAndre Guedes1-4/+109
2021-05-20igc: Enable RX via AF_XDP zero-copyAndre Guedes1-13/+331
2021-05-20igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes1-5/+20
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 Guedes1-4/+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 Guedes1-5/+0
2021-05-14igc: use XDP helpersMatteo Croce1-6/+3
2021-04-16igc: enable auxiliary PHC functions for the i225Ederson de Souza1-2/+53
2021-04-16igc: Enable internal i225 PPSEderson de Souza1-0/+8
2021-03-29igc: Add support for XDP_REDIRECT actionAndre Guedes1-11/+73
2021-03-29igc: Add support for XDP_TX actionAndre Guedes1-10/+166
2021-03-29igc: Add initial XDP supportAndre Guedes1-11/+107
2021-03-29igc: Refactor Rx timestamp handlingAndre Guedes1-10/+20
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. Miller1-0/+9
2021-03-19igc: Assign boolean values to a bool variableJiapeng Zhong1-8/+8
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/ne...Jakub Kicinski1-0/+1
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-7/+2
2021-02-03igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2020-12-10igc: Add new device IDSasha Neftin1-0/+1
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: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes1-0/+2
2020-09-28igc: Expose LPI countersSasha Neftin1-0/+2
2020-09-28igc: Clean RX descriptor error flagsAndre Guedes1-3/+2
2020-09-28igc: Add new device ID'sSasha Neftin1-0/+5
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+1
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes1-3/+2
2020-07-27igc: Clean up the hw_stats structureSasha Neftin1-2/+0
2020-07-27igc: Fix registers definitionSasha Neftin1-4/+0
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin1-1/+0
2020-07-27igc: Remove unneeded variableSasha Neftin1-1/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+2
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1