summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-20igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski
2023-10-20igb: Fix an end of loop testDan Carpenter
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-18intel: fix format warningsJesse Brandeburg
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-05igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
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-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani
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-12igb: fix nvm.ops.read() error handlingAleksandr Loktionov
2023-06-08igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan
2023-05-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppmAndrii Staikov
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-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-30igb: Allocate MSI-X vector when testingAkihiko Odaki
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-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
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-28igb: convert .adjfreq to .adjfineJacob Keller
2022-07-12igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-06-30intel/igb:fix repeated words in commentsJilin Yuan
2022-06-30igb: remove unexpected word "the"Jiang Jian
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng