summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-29ixgbe: devlink: add devlink region support for E610Slawomir Mrozowicz
2025-04-29ixgbe: create E610 specific ethtool_ops structureJedrzej Jagielski
2025-04-15ixgbe: add support for FW rollback modeAndrii Staikov
2025-04-15ixgbe: add E610 implementation of FW recovery modeJedrzej Jagielski
2025-04-15ixgbe: add FW API version checkJedrzej Jagielski
2025-04-15ixgbe: add support for devlink reloadJedrzej Jagielski
2025-04-15ixgbe: add E610 functions getting PBA and FW ver infoJedrzej Jagielski
2025-04-15ixgbe: add E610 functions for acquiring flash dataSlawomir Mrozowicz
2025-04-15ixgbe: add initial devlink supportJedrzej Jagielski
2025-04-15ixgbe: wrap netdev_priv() usagePrzemek Kitszel
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-18ixgbe: add support for thermal sensor event receptionJedrzej Jagielski
2025-02-11ixgbe: Fix possible skb NULL pointer dereferencePiotr Kwapulinski
2025-01-07ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()Yue Haibing
2024-12-20ixgbe: Enable link management in E610 devicePiotr Kwapulinski
2024-12-20ixgbe: Clean up the E610 link management related codePiotr Kwapulinski
2024-12-20ixgbe: Add support for E610 device capabilities detectionPiotr Kwapulinski
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-13ixgbe: Break include dependency cycleDiomidis Spinellis
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06ixgbe: pull out stats update to common routinesMaciej Fijalkowski
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-03-01ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski
2024-02-06ixgbe: Convert ret val type from s32 to intJedrzej Jagielski
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski
2024-01-02ixgbe: Refactor overtemp event handlingJedrzej Jagielski
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-08-08rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma
2023-07-24vxlan: calculate correct header length for GPEJiri Benc
2023-06-07eth: ixgbe: fix the wake conditionJakub Kicinski
2023-04-27ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski
2023-04-10ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka