index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
Haoxiang Li
1
-0
/
+2
2025-02-20
net: axienet: Set mac_managed_pm
Nick Hu
1
-0
/
+1
2025-02-19
geneve: Suppress list corruption splat in geneve_destroy_tunnels().
Kuniyuki Iwashima
1
-7
/
+0
2025-02-19
gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().
Kuniyuki Iwashima
1
-5
/
+0
2025-02-18
net: pse-pd: pd692x0: Fix power limit retrieval
Kory Maincent
1
-1
/
+1
2025-02-18
gve: set xdp redirect target only when it is available
Joshua Washington
2
-1
/
+15
2025-02-17
ibmvnic: Don't reference skb after sending to VIOS
Nick Child
1
-1
/
+3
2025-02-14
geneve: Fix use-after-free in geneve_find_dev().
Kuniyuki Iwashima
1
-8
/
+3
2025-02-14
net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
Stephan Gerhold
1
-1
/
+1
2025-02-13
net: pse-pd: Fix deadlock in current limit functions
Kory Maincent
1
-2
/
+2
2025-02-13
mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()
Wentao Liang
1
-1
/
+3
2025-02-13
team: better TEAM_OPTION_TYPE_STRING validation
Eric Dumazet
1
-1
/
+3
2025-02-12
net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case
Roger Quadros
1
-3
/
+11
2025-02-12
net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX case
Roger Quadros
1
-3
/
+7
2025-02-12
net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
Roger Quadros
1
-13
/
+13
2025-02-12
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
4
-14
/
+20
2025-02-11
iavf: Fix a locking bug in an error path
Bart Van Assche
1
-1
/
+1
2025-02-11
net: phylink: make configuring clock-stop dependent on MAC support
Russell King (Oracle)
1
-6
/
+9
2025-02-11
vxlan: check vxlan_vnigroup_init() return value
Eric Dumazet
1
-2
/
+5
2025-02-11
igc: Set buffer type for empty frames in igc_init_empty_frame
Song Yoong Siang
1
-0
/
+1
2025-02-11
igc: Fix HW RX timestamp when passed by ZC XDP
Zdenek Bouska
1
-9
/
+12
2025-02-11
ixgbe: Fix possible skb NULL pointer dereference
Piotr Kwapulinski
1
-1
/
+1
2025-02-11
idpf: call set_real_num_queues in idpf_open
Joshua Hay
1
-0
/
+5
2025-02-11
idpf: record rx queue in skb for RSC packets
Sridhar Samudrala
1
-2
/
+1
2025-02-11
idpf: fix handling rsc packet with a single segment
Sridhar Samudrala
1
-2
/
+0
2025-02-10
Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...
Jakub Kicinski
4
-8
/
+15
2025-02-10
Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-19
/
+47
2025-02-10
net: stmmac: Apply new page pool parameters when SPH is enabled
Furong Xu
1
-0
/
+5
2025-02-08
can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot ...
Robin van der Gracht
1
-1
/
+1
2025-02-08
can: etas_es58x: fix potential NULL pointer dereference on udev->serial
Vincent Mailhol
1
-1
/
+5
2025-02-08
can: c_can: fix unbalanced runtime PM disable in error path
Krzysztof Kozlowski
1
-2
/
+3
2025-02-08
can: ctucanfd: handle skb allocation failure
Fedor Pchelkin
1
-4
/
+6
2025-02-06
Revert "net: stmmac: Specify hardware capability value when FIFO size isn't s...
Russell King (Oracle)
1
-18
/
+17
2025-02-05
tun: revert fix group permission check
Willem de Bruijn
1
-9
/
+5
2025-02-04
net: atlantic: fix warning during hot unplug
Jacob Moroni
1
-1
/
+3
2025-02-03
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
3
-91
/
+103
2025-02-03
tg3: Disable tg3 PCIe AER on system reboot
Lenny Szubowicz
1
-0
/
+58
2025-02-01
vmxnet3: Fix tx queue race condition with XDP
Sankararaman Jayaraman
1
-2
/
+12
2025-02-01
ice: Add check for devm_kzalloc()
Jiasheng Jiang
1
-0
/
+3
2025-02-01
net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LAN
Florian Fainelli
1
-4
/
+12
2025-01-31
ice: stop storing XDP verdict within ice_rx_buf
Maciej Fijalkowski
3
-70
/
+36
2025-01-31
ice: gather page_count()'s of each frag right before XDP prog call
Maciej Fijalkowski
1
-1
/
+26
2025-01-31
ice: put Rx buffers after being done with current frame
Maciej Fijalkowski
1
-29
/
+50
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
49
-170
/
+439
2025-01-30
net: sh_eth: Fix missing rtnl lock in suspend/resume path
Kory Maincent
1
-0
/
+4
2025-01-30
net: ravb: Fix missing rtnl lock in suspend/resume path
Kory Maincent
1
-8
/
+14
2025-01-29
bgmac: reduce max frame size to support just MTU 1500
Rafał Miłecki
1
-2
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-151
/
+79
2025-01-28
Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...
Kalle Valo
2
-17
/
+45
2025-01-28
wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmware
Aditya Garg
1
-2
/
+2
[next]