summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-09-16igc: fix tunnel offloadingPaolo Abeni1-1/+3
2021-08-27igc: Add support for CBS offloadingAravindhan Gunasekaran1-0/+71
2021-08-27igc: Simplify TSN flags handlingVinicius Costa Gomes1-1/+1
2021-08-27igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes1-16/+21
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+21
2021-08-24igc: Enable PCIe PTMVinicius Costa Gomes1-0/+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 Ma1-13/+19
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: Remove phy->type checkingSasha Neftin1-11/+4
2021-07-21igc: Remove _I_PHY_ID checkingSasha Neftin1-2/+1
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 Kanzenbach1-132/+0
2021-07-17igc: Export LEDsKurt Kanzenbach1-0/+132
2021-07-17igc: Make flex filter more flexibleKurt Kanzenbach1-9/+5
2021-07-17igc: Integrate flex filter into ethtool opsKurt Kanzenbach1-3/+187
2021-07-17igc: Add possibility to add flex filterKurt Kanzenbach1-0/+134
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-15igc: 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-26Merge 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