summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-02Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-4/+4
2024-03-30netlink: 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-05intel: 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-07ixgbe: Convert ret val type from s32 to intJedrzej Jagielski1-2/+2
2024-01-03ixgbe: Refactor returning internal error codesJedrzej Jagielski1-13/+13
2024-01-03ixgbe: Refactor overtemp event handlingJedrzej Jagielski1-10/+6
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-1/+1
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-08-09rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-06-08eth: ixgbe: fix the wake conditionJakub Kicinski1-1/+1
2023-04-27ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey1-2/+4
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-11net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski1-7/+5
2023-04-11ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski1-28/+10
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+17
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing1-2/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+6
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+6
2023-01-30ixgbe: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-01-18ixgbe: Use C45 mdiobus accessorsAndrew Lunn1-2/+4
2023-01-13ixgbe: XDP: fix checker warning from rcu pointerJesse Brandeburg1-7/+6
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-19ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski1-0/+3
2022-06-30ixgbe: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne1-0/+86
2022-05-14ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-36/+63
2022-05-07Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-05-05ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly1-2/+2
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz1-1/+27
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz1-5/+6
2022-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski1-2/+2
2022-01-27ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+7
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-0/+4
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1