index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()
Jiaming Zhang
1
-0
/
+3
2025-11-24
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-13
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-11-13
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-11-13
page_pool: always add GFP_NOWARN for ATOMIC allocations
Jakub Kicinski
1
-0
/
+6
2025-11-13
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-11-13
net: Prevent RPS table overwrite of active flows
Krishna Kumar
2
-8
/
+60
2025-11-13
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-11-13
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
1
-0
/
+1
2025-10-29
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
2025-10-29
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-23
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
2025-10-19
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-19
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
2025-10-15
net: use dst_dev_rcu() in sk_setup_caps()
Eric Dumazet
1
-6
/
+10
2025-10-15
net: dst: introduce dst->dev_rcu
Eric Dumazet
1
-1
/
+1
2025-10-15
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-09-23
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-09-11
net: Use NAPI_* in test_bit when stopping napi kthread
Samiullah Khawaja
1
-1
/
+1
2025-09-09
net: dev_ioctl: take ops lock in hwtstamp lower paths
Carolina Jubran
1
-4
/
+18
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
1
-22
/
+0
2025-08-29
net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y
Eric Dumazet
1
-0
/
+2
2025-08-22
page_pool: fix incorrect mp_ops error handling
Mina Almasry
1
-2
/
+4
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+14
2025-08-18
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-08-12
net: prevent deadlocks when enabling NAPIs with mixed kthread config
Jakub Kicinski
2
-2
/
+11
2025-08-12
net: update NAPI threaded config even for disabled NAPIs
Jakub Kicinski
1
-1
/
+6
2025-08-08
net: page_pool: allow enabling recycling late, fix false positive warning
Jakub Kicinski
1
-0
/
+29
2025-08-08
Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-24
/
+22
2025-08-05
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
1
-17
/
+9
2025-08-04
net: devmem: fix DMA direction on unmapping
Jakub Kicinski
2
-7
/
+6
2025-08-01
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-07-30
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2
-8
/
+8
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
27
-831
/
+1068
2025-07-28
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+28
2025-07-28
Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-27
/
+61
2025-07-25
neighbour: Fix null-ptr-deref in neigh_flush_dev().
Kuniyuki Iwashima
1
-27
/
+61
2025-07-24
net: define an enum for the napi threaded state
Samiullah Khawaja
5
-12
/
+20
2025-07-24
net: Use netif_threaded_enable instead of netif_set_threaded in drivers
Samiullah Khawaja
2
-1
/
+19
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
1
-6
/
+3
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-10
/
+10
2025-07-18
net: s/dev_close_many/netif_close_many/
Stanislav Fomichev
1
-5
/
+5
2025-07-18
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
3
-4
/
+16
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
3
-8
/
+8
2025-07-18
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
1
-9
/
+13
2025-07-18
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
2
-9
/
+11
2025-07-18
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
3
-4
/
+5
2025-07-18
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
3
-14
/
+15
[next]