summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-30wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculationDaniel Gabay1-11/+12
2024-09-30wifi: iwlwifi: lower message level for FW buffer destinationBenjamin Berg1-1/+2
2024-09-30net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou1-8/+18
2024-09-18net: dpaa: Pad packets to ETH_ZLENSean Anderson1-1/+8
2024-09-18net: dsa: felix: ignore pending status of TAS module when it's disabledXiaoliang Yang1-4/+7
2024-09-18net: ftgmac100: Enable TX interrupt to avoid TX timeoutJacky Chou1-1/+1
2024-09-18octeontx2-af: Modify SMQ flush sequence to drop packetsNaveen Mamindlapalli2-14/+48
2024-09-18net/mlx5: Fix bridge mode operations when there are no VFsBenjamin Poirier1-2/+2
2024-09-18net/mlx5: Verify support for scheduling element and TSAR typeCarolina Jubran2-20/+31
2024-09-18net/mlx5: Correct TASR typo into TSARCosmin Ratiu1-1/+1
2024-09-18net/mlx5: Explicitly set scheduling element and TSAR typeCarolina Jubran1-0/+7
2024-09-18net/mlx5e: Add missing link mode to ptys2ext_ethtool_mapShahar Shitrit1-0/+6
2024-09-18IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad1-1/+1
2024-09-18net/mlx5e: Add missing link modes to ptys2ethtool_mapShahar Shitrit1-0/+4
2024-09-18net/mlx5: Update the list of the PCI supported devicesMaher Sanalla1-0/+1
2024-09-18igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-18ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-18ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-18ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-18net: xilinx: axienet: Fix race in axienet_stopSean Anderson2-0/+11
2024-09-18net: hns3: use correct release function during uninitializationPeiyang Wang1-1/+1
2024-09-18wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki1-1/+1
2024-09-18net: phy: vitesse: repair vsc73xx autonegotiationPawel Dembicki1-14/+0
2024-09-18net: ethernet: use ip_hdrlen() instead of bit shiftMoon Yeounsu1-6/+4
2024-09-18usbnet: ipheth: fix carrier detection in modes 1 and 4Foster Snowhill1-2/+3
2024-09-18usbnet: ipheth: do not stop RX on failing RX callbackFoster Snowhill1-1/+0
2024-09-18usbnet: ipheth: drop RX URBs with no payloadFoster Snowhill1-0/+6
2024-09-18usbnet: ipheth: remove extraneous rx URB length checkFoster Snowhill1-6/+2
2024-09-12can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde3-3/+33
2024-09-12can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde5-38/+43
2024-09-12can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde3-47/+56
2024-09-12can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde1-16/+32
2024-09-12intel: legacy: Partial revert of field get conversionSasha Neftin1-1/+1
2024-09-12usbnet: ipheth: race between ipheth_close and error handlingOliver Neukum1-1/+1
2024-09-12net: dpaa: avoid on-stack arrays of NR_CPUS elementsVladimir Oltean2-6/+24
2024-09-12wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer1-0/+3
2024-09-12wifi: rtw88: usb: schedule rx work after everything is set upMarcin Ĺšlusarz1-3/+10
2024-09-12net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-12r8152: fix the firmware doesn't workHayes Wang1-4/+13
2024-09-12bareudp: Fix device stats updates.Guillaume Nault1-11/+11
2024-09-12usbnet: modern method to get random MACOliver Neukum1-8/+3
2024-09-12ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-12ice: protect XDP configuration with a mutexLarysa Zaremba4-19/+39
2024-09-12net: phy: Fix missing of_node_put() for ledsJinjie Ruan1-0/+2
2024-09-12igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-09-12can: kvaser_pciefd: Use a single write when releasing RX buffersMartin Jocic1-10/+8
2024-09-12can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISRMartin Jocic1-12/+18
2024-09-12can: kvaser_pciefd: Rename board_irq to pci_irqMartin Jocic1-4/+4
2024-09-12can: kvaser_pciefd: Remove unnecessary commentMartin Jocic1-1/+0
2024-09-12can: kvaser_pciefd: Skip redundant NULL pointer check in ISRMartin Jocic1-6/+0