summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06igb: Fix missing time sync eventsVinicius Costa Gomes
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-02-14igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-12-18intel: legacy: field prep conversionJesse Brandeburg
2023-10-20igb: Fix an end of loop testDan Carpenter
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-06-22igb: Fix igb_down hung on surprise removalYing Hsu
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16igb: Enable SR-IOV after reinitAkihiko Odaki
2023-03-16igb: revert rtnl_lock() that causes deadlockLin Ma
2023-03-08igb: Remove unnecessary aer.h includeBjorn Helgaas
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen
2023-02-14igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-30igb: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-12-13igb: Initialize mailbox message for VF resetTony Nguyen
2022-11-04igb: Proactively round up to kmalloc bucket sizeKees Cook
2022-11-04igb: Do not free q_vector unless new one was allocatedKees Cook
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-18igb: Add lock to avoid data raceLin Ma
2022-07-12igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-06-30intel/igb:fix repeated words in commentsJilin Yuan
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng
2022-06-17igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi
2022-05-18igb: skip phy status check where unavailableKevin Mitchell
2022-02-07igb: refactor XDP registrationCorinna Vinschen
2022-01-27igb: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin