aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorFilesLines
2026-06-29eth: fbnic: don't cache shinfo across skb reallocJakub Kicinski1-5/+6
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-1/+2
2026-06-23eth: fbnic: fix ordering of heartbeat vs ownershipJakub Kicinski1-5/+4
2026-06-18eth: fbnic: take netif_addr_lock_bh() around rx mode address programmingDaniel Zahka3-1/+12
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev1-3/+5
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski1-1/+4
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski1-0/+2
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman1-1/+1
2026-05-10net: eth: fbnic: Fix addr validation in pcs writeMike Marciniszyn (Meta)1-1/+1
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2026-05-07eth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman1-1/+2
2026-05-05net: eth: fbnic: Add pma read and write accessMike Marciniszyn (Meta)2-0/+72
2026-05-05net: eth: fbnic: Consolidate register reads for ids and devsMike Marciniszyn (Meta)1-24/+40
2026-04-21fbnic: convert to ndo_set_rx_mode_asyncStanislav Fomichev4-11/+19
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-04-09eth: fbnic: Use wake instead of startMohsin Bashir1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+5
2026-04-02eth: fbnic: Increase FBNIC_QUEUE_SIZE_MIN to 64Dimitri Daskalakis1-1/+1
2026-03-31fbnic: Set Relaxed Ordering PCIe TLP attributes for DMA enginesAlexander Duyck4-2/+27
2026-03-27eth: fbnic: Fix debugfs output for BDQ's with page fragsDimitri Daskalakis1-1/+1
2026-03-27eth: fbnic: Account for page fragments when updating BDQ tailDimitri Daskalakis1-3/+3
2026-03-10eth fbnic: Add mailbox self testMike Marciniszyn (Meta)3-0/+142
2026-03-10eth fbnic: TLV support for use by MBX self testMike Marciniszyn (Meta)2-0/+303
2026-03-10eth fbnic: Add msix self testMike Marciniszyn (Meta)3-0/+214
2026-03-10eth fbnic: Add register self testMike Marciniszyn (Meta)3-0/+197
2026-03-05eth: fbnic: Fetch TX pause storm statsMohsin Bashir4-0/+20
2026-03-05eth: fbnic: Add protection against pause stormMohsin Bashir7-0/+186
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-17eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
2026-02-17eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
2026-02-17eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2026-01-30eth fbnic: Add debugfs hooks for tx/rx ringsMike Marciniszyn (Meta)5-1/+400
2026-01-30eth fbnic: Add debugfs hooks for firmware mailboxMike Marciniszyn (Meta)3-1/+50
2026-01-23net: fbnic: convert to use .get_rx_ring_countBreno Leitao1-4/+8
2026-01-20eth: fbnic: Update RX mbox timeout valueMohsin Bashir3-5/+14
2026-01-20eth: fbnic: Remove retry supportMohsin Bashir1-19/+5
2026-01-20eth: fbnic: Reuse RX mailbox pagesMohsin Bashir1-9/+16
2026-01-20eth: fbnic: Allocate all pages for RX mailboxMohsin Bashir1-5/+9
2026-01-20eth: fbnic: Use GFP_KERNEL to allocting mbx pagesMohsin Bashir1-2/+1
2026-01-14net: add bare bone queue configsPavel Begunkov1-2/+6
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+0
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck5-63/+55
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck5-0/+205
2025-11-27fbnic: Add handler for reporting link down event statisticsAlexander Duyck1-0/+9
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck9-52/+175