aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-56/+3
2024-05-23Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2-56/+3
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2024-05-08net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicatesIlpo Järvinen1-1/+0
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
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/next-queueJakub 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-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-2/+1
2024-03-25ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller3-25/+53
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 Fijalkowski3-25/+53
2024-03-04ixgbe: Add 1000BASE-BX supportErnesto Castellotti5-5/+38
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-28net: ethernet: ixgbe: Convert EEE to use linkmodesAndrew Lunn1-23/+25
2024-02-06ixgbe: Clarify the values of the returning statusJedrzej Jagielski1-4/+4
2024-02-06ixgbe: Rearrange args to fix reverse Christmas treeJedrzej Jagielski7-119/+120
2024-02-06ixgbe: Convert ret val type from s32 to intJedrzej Jagielski22-769/+744
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-9/+9
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-5/+5
2024-01-29ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-01-02ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-01-02ixgbe: report link state for VF devicesOvidiu Panait1-0/+1
2023-12-18intel: legacy: field get conversionJesse Brandeburg6-42/+33
2023-12-18intel: legacy: field prep conversionJesse Brandeburg2-3/+3
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-16/+19
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-3/+2
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10
2023-10-18intel: fix format warningsJesse Brandeburg1-2/+2
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2-2/+2
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan1-5/+2
2023-09-13ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-08-08rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-08-08ixgbe: Remove unused function declarationsYue Haibing2-7/+0
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-06-07eth: ixgbe: fix the wake conditionJakub Kicinski1-1/+1
2023-04-27ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2-5/+4
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-11/+12
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-20ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-04-20ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski1-7/+5