summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2024-03-01ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski
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
2023-01-30ixgbe: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-17ixgbe: Use C45 mdiobus accessorsAndrew Lunn
2023-01-13ixgbe: XDP: fix checker warning from rcu pointerJesse Brandeburg
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-06-30ixgbe: drop unexpected word 'for' in commentsJiang Jian
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-05-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-05ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz
2022-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski
2022-01-27ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-10ixgbe: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30ixgbe: let the xdpdrv work with more than 64 cpusJason Xing
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-20ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme
2021-07-01ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-03ixgbe: add correct exception tracing for XDPMagnus Karlsson