summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-18net: ethernet: mtk_eth_soc: fix WED + wifi resetFelix Fietkau1-5/+1
2024-04-18net:usb:qmi_wwan: support Rolling modulesVanillan Wang1-0/+1
2024-04-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+13
2024-04-17net: dsa: mt7530: fix port mirroring for MT7988 SoC switchArınç ÜNAL1-4/+6
2024-04-17net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL2-0/+10
2024-04-17wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmdMiri Korenblit1-1/+2
2024-04-17wifi: iwlwifi: mvm: remove old PASN station when adding a new oneAvraham Stern1-0/+2
2024-04-17tun: limit printing rate when illegal packet received by tun devLei Chen1-8/+10
2024-04-16ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik1-1/+4
2024-04-16ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski1-1/+1
2024-04-16ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski1-0/+8
2024-04-16wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo1-1/+3
2024-04-16net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin7-19/+23
2024-04-16net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin1-0/+5
2024-04-16net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2-16/+10
2024-04-15octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen1-2/+5
2024-04-13net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran1-11/+16
2024-04-13net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran1-0/+7
2024-04-13net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu1-2/+2
2024-04-13net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2-2/+4
2024-04-13net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan5-7/+7
2024-04-13net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory1-1/+3
2024-04-13net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen1-21/+40
2024-04-12Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+5
2024-04-11net: ena: Set tx_info->xdpf value to NULLDavid Arinzon1-1/+3
2024-04-11net: ena: Fix incorrect descriptor free behaviorDavid Arinzon1-3/+11
2024-04-11net: ena: Wrong missing IO completions check orderDavid Arinzon1-9/+12
2024-04-11net: ena: Fix potential sign extension issueDavid Arinzon1-1/+1
2024-04-11net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2-34/+200
2024-04-11net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon1-2/+2
2024-04-11net/mlx5: fix possible stack overflowsArnd Bergmann1-41/+41
2024-04-11net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan1-0/+7
2024-04-11net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran3-2/+34
2024-04-11net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2-5/+10
2024-04-11net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran1-16/+17
2024-04-11net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2-2/+2
2024-04-11net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran1-0/+17
2024-04-11net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu1-2/+12
2024-04-11net/mlx5: Properly link new fs rules into the treeCosmin Ratiu1-1/+2
2024-04-11net/mlx5: offset comp irq index in name by oneMichael Liang1-1/+3
2024-04-11net/mlx5: Register devlink first under devlink lockShay Drory2-18/+20
2024-04-11net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2-6/+7
2024-04-11r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit1-1/+2
2024-04-11net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL2-5/+13
2024-04-11hv_netvsc: Don't free decrypted memoryRick Edgecombe1-2/+5
2024-04-10r8169: fix LED-related deadlock on module removalHeiner Kallweit3-16/+33
2024-04-10pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley4-1/+18
2024-04-09octeontx2-af: Fix NIX SQ mode and BP configGeetha sowjanya1-10/+10
2024-04-09net: ks8851: Handle softirqs at the end of IRQ thread to fix hangMarek Vasut1-1/+5
2024-04-09net: ks8851: Inline ks8851_rx_skb()Marek Vasut4-36/+1