aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju1-1/+1
2025-10-13ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den1-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+12
2025-09-16ixgbe: destroy aci.lock later within ixgbe_remove pathJedrzej Jagielski1-3/+4
2025-09-16ixgbe: initialize aci.lock before it's usedJedrzej Jagielski1-7/+8
2025-09-11ixgbe: fwlog support for e610Michal Swiatkowski1-0/+10
2025-08-20ixgbe: fix ndo_xdp_xmit() workloadsMaciej Fijalkowski1-23/+11
2025-07-03ixgbe: spelling correctionsSimon Horman1-4/+4
2025-07-03ixgbe: turn off MDD while modifying SRRCTLRadoslaw Tyl1-1/+8
2025-07-03ixgbe: add Tx hang detection unhandled MDDSlawomir Mrozowicz1-20/+191
2025-07-03ixgbe: check for MDD eventsDon Skidmore1-0/+3
2025-07-03ixgbe: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-4/+2
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-06-09ixgbe: add link_down_events statisticMartyna Szapar-Mudlaw1-0/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-04-29ixgbe: devlink: add devlink region support for E610Slawomir Mrozowicz1-0/+3
2025-04-29ixgbe: create E610 specific ethtool_ops structureJedrzej Jagielski1-5/+5
2025-04-15ixgbe: add support for FW rollback modeAndrii Staikov1-0/+26
2025-04-15ixgbe: add E610 implementation of FW recovery modeJedrzej Jagielski1-10/+84
2025-04-15ixgbe: add FW API version checkJedrzej Jagielski1-0/+34
2025-04-15ixgbe: add support for devlink reloadJedrzej Jagielski1-2/+3
2025-04-15ixgbe: add E610 functions getting PBA and FW ver infoJedrzej Jagielski1-2/+2
2025-04-15ixgbe: add E610 functions for acquiring flash dataSlawomir Mrozowicz1-0/+4
2025-04-15ixgbe: add initial devlink supportJedrzej Jagielski1-2/+28
2025-04-15ixgbe: wrap netdev_priv() usagePrzemek Kitszel1-37/+37
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-18ixgbe: add support for thermal sensor event receptionJedrzej Jagielski1-0/+4
2025-02-11ixgbe: Fix possible skb NULL pointer dereferencePiotr Kwapulinski1-1/+1
2025-01-07ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()Yue Haibing1-14/+9
2024-12-20ixgbe: Enable link management in E610 devicePiotr Kwapulinski1-6/+408
2024-12-20ixgbe: Clean up the E610 link management related codePiotr Kwapulinski1-6/+11
2024-12-20ixgbe: Add support for E610 device capabilities detectionPiotr Kwapulinski1-0/+7
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+1
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-11-13ixgbe: Break include dependency cycleDiomidis Spinellis1-0/+1
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-7/+4
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-4/+4
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-8/+3
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-4/+4
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller1-12/+42
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+49
2024-03-06ixgbe: pull out stats update to common routinesMaciej Fijalkowski1-12/+42
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-03-01ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-02-06ixgbe: Convert ret val type from s32 to intJedrzej Jagielski1-2/+2
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski1-13/+13
2024-01-02ixgbe: Refactor overtemp event handlingJedrzej Jagielski1-10/+6