summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2025-01-07igb: Fix passing 0 to ERR_PTR in igb_run_xdp()Yue Haibing
2025-01-07igb: Add AF_XDP zero-copy Tx supportSriram Yagnaraman
2025-01-07igb: Add AF_XDP zero-copy Rx supportSriram Yagnaraman
2025-01-07igb: Add XDP finalize and stats update functionsKurt Kanzenbach
2025-01-07igb: Introduce XSK data structures and helpersSriram Yagnaraman
2025-01-07igb: Introduce igb_xdp_is_enabled()Sriram Yagnaraman
2025-01-07igb: Remove static qualifiersSriram Yagnaraman
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park
2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-08igb: Cleanup unused declarationsYue Haibing
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman
2024-09-06igb: Remove setting of RX software timestampGal Pressman
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-06-20igb: Add MII write supportJackie Jone
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-05-08igb: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-08igb: Remove redundant runtime resume for ethtool_opsBjorn Helgaas
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-29igb: simplify pci ops declarationJesse Brandeburg
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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-28igb: extend PTP timestamp adjustments to i211Oleksij Rempel
2024-02-28net: intel: igb: Use linkmode helpers for EEEAndrew Lunn
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-12-18intel: legacy: field prep conversionJesse Brandeburg
2023-12-18intel: add bit macro includes where neededJesse Brandeburg
2023-12-13Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-12igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen