summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-1828-132/+209
|\
| * net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using themSiddharth Vadapalli2024-04-181-0/+18
| * net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez2024-04-181-2/+2
| * net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker2024-04-181-11/+11
| * net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker2024-04-181-1/+1
| * net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker2024-04-181-12/+13
| * net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker2024-04-181-13/+8
| * net: ethernet: mtk_eth_soc: fix WED + wifi resetFelix Fietkau2024-04-171-5/+1
| * net:usb:qmi_wwan: support Rolling modulesVanillan Wang2024-04-171-0/+1
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-171-2/+13
| |\
| | * ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
| | * ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
| | * ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
| * | net: dsa: mt7530: fix port mirroring for MT7988 SoC switchArınç ÜNAL2024-04-171-4/+6
| * | net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL2024-04-172-0/+10
| * | tun: limit printing rate when illegal packet received by tun devLei Chen2024-04-161-8/+10
| |/
| * net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin2024-04-167-19/+23
| * net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin2024-04-161-0/+5
| * net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2024-04-162-16/+10
| * octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen2024-04-151-2/+5
| * net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-121-11/+16
| * net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-121-0/+7
| * net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-121-2/+2
| * net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-122-2/+4
| * net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-125-7/+7
| * net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-121-1/+3
| * net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-121-21/+40
* | Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-04-111-2/+5
|\ \ | |/ |/|
| * hv_netvsc: Don't free decrypted memoryRick Edgecombe2024-04-101-2/+5
* | net: ena: Set tx_info->xdpf value to NULLDavid Arinzon2024-04-111-1/+3
* | net: ena: Fix incorrect descriptor free behaviorDavid Arinzon2024-04-111-3/+11
* | net: ena: Wrong missing IO completions check orderDavid Arinzon2024-04-111-9/+12
* | net: ena: Fix potential sign extension issueDavid Arinzon2024-04-111-1/+1
* | net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL2024-04-112-34/+200
* | net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon2024-04-111-2/+2
* | net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-101-41/+41
* | net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan2024-04-101-0/+7
* | net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran2024-04-103-2/+34
* | net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2024-04-102-5/+10
* | net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran2024-04-101-16/+17
* | net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-102-2/+2
* | net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran2024-04-101-0/+17
* | net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-101-2/+12
* | net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-04-101-1/+2
* | net/mlx5: offset comp irq index in name by oneMichael Liang2024-04-101-1/+3
* | net/mlx5: Register devlink first under devlink lockShay Drory2024-04-102-18/+20
* | net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2024-04-102-6/+7
* | r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit2024-04-101-1/+2
* | net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL2024-04-102-5/+13
* | r8169: fix LED-related deadlock on module removalHeiner Kallweit2024-04-103-16/+33