aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-02-10Daniel Borkmann says:Jakub Kicinski1-0/+3
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+23
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean1-3/+3
2023-02-07igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean1-0/+23
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+3
2023-01-30igc: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-01-03igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli1-3/+3
2023-01-03igc: enable Qbv configuration for 2nd GCLTan Tee Min1-4/+5
2023-01-03igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli1-1/+4
2022-12-15igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2022-12-15igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2022-12-15igc: allow BaseTime 0 enrollment for QbvTan Tee Min1-0/+2
2022-12-15igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2022-12-15igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes1-29/+147
2022-11-02igc: Correct the launchtime offsetMuhammad Husaini Zulkifli1-0/+7
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-18igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-45/+83
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-18igc: Lift TAPRIO schedule restrictionKurt Kanzenbach1-6/+17
2022-07-14igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek1-0/+3
2022-05-10igc: Remove igc_set_spd_dplx methodSasha Neftin1-50/+0
2022-02-07igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-01-31igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
2022-01-27igc: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-30igc: enable XDP metadata in driverJesper Dangaard Brouer1-11/+22
2021-11-30igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer1-1/+3
2021-10-29igc: Add new device IDSasha Neftin1-0/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
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-26Merge 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-20igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli1-1/+3
2021-07-20igc: Remove phy->type checkingSasha Neftin1-11/+4
2021-07-20igc: Remove _I_PHY_ID checkingSasha Neftin1-2/+1
2021-07-20igc: 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