aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-2/+1
* igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-08-191-45/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-0/+3
|\
| * igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2022-07-141-0/+3
* | igc: Lift TAPRIO schedule restrictionKurt Kanzenbach2022-07-181-6/+17
|/
* igc: Remove igc_set_spd_dplx methodSasha Neftin2022-05-101-50/+0
* igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen2022-02-071-0/+3
* igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-6/+7
* igc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-0/+6
|\ \
| * | igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6
* | | igc: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
| |/ |/|
* | igc: enable XDP metadata in driverJesper Dangaard Brouer2021-11-301-11/+22
* | igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer2021-11-301-1/+3
|/
* igc: Add new device IDSasha Neftin2021-10-291-0/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* igc: fix tunnel offloadingPaolo Abeni2021-09-161-1/+3
* igc: Add support for CBS offloadingAravindhan Gunasekaran2021-08-271-0/+71
* igc: Simplify TSN flags handlingVinicius Costa Gomes2021-08-271-1/+1
* igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes2021-08-271-16/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-271-15/+21
|\
| * igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka2021-08-201-2/+2
| * igc: fix page fault when thunderbolt is unpluggedAaron Ma2021-08-201-13/+19
* | igc: Enable PCIe PTMVinicius Costa Gomes2021-08-241-0/+6
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli2021-07-201-1/+3
* | igc: Remove phy->type checkingSasha Neftin2021-07-201-11/+4
* | igc: Remove _I_PHY_ID checkingSasha Neftin2021-07-201-2/+1
* | igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin2021-07-201-1/+8
* | Revert "igc: Export LEDs"Kurt Kanzenbach2021-07-201-132/+0
* | igc: Export LEDsKurt Kanzenbach2021-07-161-0/+132
* | igc: Make flex filter more flexibleKurt Kanzenbach2021-07-161-9/+5
* | igc: Integrate flex filter into ethtool opsKurt Kanzenbach2021-07-161-3/+187
* | igc: Add possibility to add flex filterKurt Kanzenbach2021-07-161-0/+134
|/
* igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET2021-07-011-0/+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-041-2/+72
* | igc: Enable TX via AF_XDP zero-copyAndre Guedes2021-05-201-4/+109
* | igc: Enable RX via AF_XDP zero-copyAndre Guedes2021-05-201-12/+330
* | igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes2021-05-201-5/+20
* | 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-201-4/+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