summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-24Merge tag 'net-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-194/+408
2025-07-24net: hns3: default enable tx bounce buffer when smmu enabledJijie Shao2-0/+33
2025-07-24net: hns3: fixed vf get max channels bugJian Shen1-5/+1
2025-07-24net: hns3: disable interrupt when ptp init failedYonglong Liu1-3/+6
2025-07-24net: hns3: fix concurrent setting vlan filter issueJian Shen1-15/+21
2025-07-23Merge tag 'linux-can-fixes-for-6.16-20250722' of git://git.kernel.org/pub/scm...Jakub Kicinski2-3/+21
2025-07-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-3/+16
2025-07-22can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do...Marc Kleine-Budde2-3/+21
2025-07-22gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi1-30/+37
2025-07-22net: bcmasp: Restore programming of TX map vector registerFlorian Fainelli1-0/+3
2025-07-21e1000e: ignore uninitialized checksum word on tgpJacek Kowalski2-0/+9
2025-07-21e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski1-0/+2
2025-07-21ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+2
2025-07-19net/mlx5: E-Switch, Fix peer miss rules to use peer eswitchShahar Shitrit1-54/+54
2025-07-19net/mlx5: Fix memory leak in cmd_exec()Chiara Meiohas1-2/+2
2025-07-19net: ti: icssg-prueth: Fix buffer allocation for ICSSGHimanshu Mittal5-73/+190
2025-07-19dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-19dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-17Merge tag 'ovpn-net-20250716' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski5-14/+112
2025-07-17virtio-net: fix recursived rtnl_lock() during probe()Zigit Zo1-1/+1
2025-07-17net/mlx5: Update the list of the PCI supported devicesMaor Gottlieb1-0/+1
2025-07-17hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 a...Li Tian1-1/+4
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni6-10/+17
2025-07-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-5/+8
2025-07-17net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari1-1/+2
2025-07-17net/mlx5: Correctly set gso_size when LRO is usedChristoph Paasch1-4/+8
2025-07-16ovpn: reset GSO metadata after decapsulationRalf Lici1-0/+7
2025-07-16ovpn: reject unexpected netlink attributesAntonio Quartulli3-14/+104
2025-07-16ovpn: propagate socket mark to skb in UDPRalf Lici1-0/+1
2025-07-16net: libwx: fix multicast packets received countJiawen Wu1-0/+2
2025-07-16net: libwx: properly reset Rx ring descriptorJiawen Wu2-4/+8
2025-07-16net: libwx: fix the using of Rx buffer DMAJiawen Wu2-3/+2
2025-07-16net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu2-12/+0
2025-07-16net: stmmac: intel: populate entire system_counterval_t in get_time_fn() call...Markus Blöchl1-1/+7
2025-07-16Merge tag 'linux-can-fixes-for-6.16-20250715' of git://git.kernel.org/pub/scm...Jakub Kicinski1-20/+41
2025-07-16usb: net: sierra: check for no status endpointOliver Neukum1-0/+4
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-07-15Merge tag 'iwlwifi-fixes-2025-07-15' of https://git.kernel.org/pub/scm/linux/...Johannes Berg5-9/+15
2025-07-15can: tcan4x5x: fix reset gpio usage during probeBrett Werling1-20/+41
2025-07-15wifi: iwlwifi: Fix botched indexing conversionVille Syrjälä1-4/+4
2025-07-15Merge tag 'ath-current-20250714' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg1-1/+2
2025-07-15net: phy: Don't register LEDs for genphySean Anderson1-2/+4
2025-07-12net: emaclite: Fix missing pointer increment in aligned_read()Alok Tiwari1-1/+1
2025-07-11wifi: ath12k: Fix packets received in WBM error ring with REO LUT enabledNithyanantham Paramasivam1-1/+2
2025-07-11bnxt_en: Set DMA unmap len correctly for XDP_REDIRECTSomnath Kotur1-1/+1