summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2023-10-20igb: Fix an end of loop testDan Carpenter1-3/+6
2023-10-19igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19intel: fix format warningsJesse Brandeburg1-2/+2
2023-10-19intel: fix string truncation warningsJesse Brandeburg1-19/+18
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan1-5/+2
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen1-1/+4
2023-09-05igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+7
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+12
2023-08-23igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-06-23igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+9
2023-06-12igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-06-09igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan1-2/+6
2023-05-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-0/+2
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-79/+58
2023-03-21igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppmAndrii Staikov1-8/+3
2023-03-16igb: Enable SR-IOV after reinitAkihiko Odaki1-77/+58
2023-03-16igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-03-09igb: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+38
2023-02-16igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-15igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-11Daniel Borkmann says:Jakub Kicinski1-1/+8
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean1-0/+18
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-1/+8
2023-01-30igb: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2022-12-14igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-30igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-11-04igb: Proactively round up to kmalloc bucket sizeKees Cook1-1/+1
2022-11-04igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-16/+2
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-10/+10
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-08-18igb: Add lock to avoid data raceLin Ma2-1/+13
2022-07-28igb: convert .adjfreq to .adjfineJacob Keller1-8/+7
2022-07-13igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-43/+78
2022-06-30intel/igb:fix repeated words in commentsJilin Yuan2-3/+3
2022-06-30igb: remove unexpected word "the"Jiang Jian1-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+10
2022-06-23igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-18igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-06-09igb: Remove duplicate definesKai-Heng Feng2-4/+0