index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()
Dan Carpenter
-1
/
+1
2025-09-25
net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...
Vladimir Oltean
-1
/
+2
2025-09-25
net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()
Vladimir Oltean
-4
/
+14
2025-09-24
libie: fix string names for AQ error codes
Jacob Keller
-1
/
+1
2025-09-23
net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUAD
Carolina Jubran
-0
/
+1
2025-09-23
net/mlx5: HWS, ignore flow level for multi-dest table
Yevgeny Kliteynik
-12
/
+6
2025-09-23
net/mlx5: fs, fix UAF in flow counter release
Moshe Shemesh
-5
/
+31
2025-09-23
Merge tag 'linux-can-fixes-for-6.17-20250923' of git://git.kernel.org/pub/scm...
Jakub Kicinski
-21
/
+27
2025-09-22
bnxt_en: correct offset handling for IPv6 destination address
Alok Tiwari
-1
/
+1
2025-09-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-52
/
+90
2025-09-22
broadcom: fix support for PTP_EXTTS_REQUEST2 ioctl
Jacob Keller
-0
/
+1
2025-09-22
broadcom: fix support for PTP_PEROUT_DUTY_CYCLE
Jacob Keller
-4
/
+1
2025-09-19
ethernet: rvu-af: Remove slash from the driver name
Petr Malat
-2
/
+1
2025-09-19
net: tun: Update napi->skb after XDP process
Wang Liang
-0
/
+3
2025-09-19
can: peak_usb: fix shift-out-of-bounds issue
Stéphane Grosjean
-1
/
+1
2025-09-19
can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-0
/
+1
2025-09-19
can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-0
/
+1
2025-09-19
can: hi311x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-0
/
+1
2025-09-19
can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-1
/
+2
2025-09-19
can: rcar_canfd: Fix controller mode setting
Duy Nguyen
-3
/
+4
2025-09-19
can: hi311x: fix null pointer dereference when resuming from sleep before int...
Chen Yufeng
-16
/
+17
2025-09-18
i40e: improve VF MAC filters accounting
Lukasz Czapnik
-44
/
+50
2025-09-18
i40e: add mask to apply valid bits for itr_idx
Lukasz Czapnik
-1
/
+1
2025-09-18
i40e: add max boundary check for VF filters
Lukasz Czapnik
-0
/
+10
2025-09-18
i40e: fix validation of VF state in get resources
Lukasz Czapnik
-2
/
+8
2025-09-18
i40e: fix input validation logic for action_meta
Lukasz Czapnik
-1
/
+1
2025-09-18
i40e: fix idx validation in config queues msg
Lukasz Czapnik
-2
/
+2
2025-09-18
i40e: fix idx validation in i40e_validate_queue_map
Lukasz Czapnik
-2
/
+4
2025-09-18
i40e: add validation for ring_len param
Lukasz Czapnik
-0
/
+14
2025-09-18
octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()
Duoming Zhou
-1
/
+1
2025-09-18
cnic: Fix use-after-free bugs in cnic_delete_task
Duoming Zhou
-2
/
+1
2025-09-18
net: liquidio: fix overflow in octeon_init_instr_queue()
Alexey Nepomnyashih
-1
/
+1
2025-09-18
Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"
Tariq Toukan
-2
/
+0
2025-09-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-63
/
+56
2025-09-17
Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-1
/
+1
2025-09-17
octeon_ep: fix VF MAC address lifecycle handling
Sathesh B Edara
-0
/
+3
2025-09-17
bonding: don't set oif to bond dev when getting NS target destination
Hangbin Liu
-1
/
+0
2025-09-17
Merge tag 'iwlwifi-fixes-2025-09-15' of https://git.kernel.org/pub/scm/linux/...
Johannes Berg
-1
/
+1
2025-09-16
net/mlx5e: Add a miss level for ipsec crypto offload
Lama Kayal
-3
/
+6
2025-09-16
net/mlx5e: Harden uplink netdev access against device unbind
Jianbo Liu
-6
/
+37
2025-09-16
igc: don't fail igc_probe() on LED setup error
Kohei Enju
-3
/
+10
2025-09-16
ixgbe: destroy aci.lock later within ixgbe_remove path
Jedrzej Jagielski
-3
/
+4
2025-09-16
ixgbe: initialize aci.lock before it's used
Jedrzej Jagielski
-7
/
+8
2025-09-16
i40e: remove redundant memory barrier when cleaning Tx descs
Maciej Fijalkowski
-3
/
+0
2025-09-16
ice: fix Rx page leak on multi-buffer frames
Jacob Keller
-47
/
+34
2025-09-15
net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failure
Yeounsu Moon
-7
/
+6
2025-09-15
bonding: set random address only when slaves already exist
Hangbin Liu
-0
/
+1
2025-09-15
wifi: iwlwifi: pcie: fix byte count table for some devices
Johannes Berg
-1
/
+1
2025-09-14
qed: Don't collect too many protection override GRC elements
Jamie Bainbridge
-3
/
+4
2025-09-14
octeon_ep: Validate the VF ID
Kamal Heib
-0
/
+16
[next]