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
3 days
xdp: produce a warning when calculated tailroom is negative
Larysa Zaremba
1
-1
/
+2
3 days
xdp: use modulo operation to calculate XDP frag tailroom
Larysa Zaremba
1
-1
/
+2
3 days
net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lock
Sebastian Andrzej Siewior
2
-5
/
+2
3 days
net: devmem: use READ_ONCE/WRITE_ONCE on binding->dev
Bobby Eshleman
2
-3
/
+5
3 days
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
1
-51
/
+29
3 days
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
1
-7
/
+7
11 days
net: consume xmit errors of GSO frames
Jakub Kicinski
1
-5
/
+18
11 days
net: add a common function to compute features for upper devices
Hangbin Liu
1
-0
/
+88
11 days
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-5
/
+18
11 days
net: do not pass flow_id to set_rps_cpu()
Eric Dumazet
1
-7
/
+5
11 days
gro: change the BUG_ON() in gro_pull_from_frag0()
Eric Dumazet
1
-1
/
+1
2026-02-26
net: remove WARN_ON_ONCE when accessing forward path array
Pablo Neira Ayuso
1
-1
/
+1
2026-02-26
bpf: Fix bpf_xdp_store_bytes proto for read-only arg
Paul Chaignon
1
-1
/
+1
2026-02-26
bpf, sockmap: Fix FIONREAD for sockmap
Jiayuan Chen
1
-0
/
+3
2026-02-26
bpf, sockmap: Fix incorrect copied_seq calculation
Jiayuan Chen
1
-3
/
+24
2026-02-26
bpf: Fix memory access flags in helper prototypes
Zesen Liu
1
-10
/
+10
2026-02-11
net: gro: fix outer network offset
Paolo Abeni
1
-0
/
+2
2026-02-11
net: add proper RCU protection to /proc/net/ptype
Eric Dumazet
1
-16
/
+34
2026-02-11
linkwatch: use __dev_put() in callers to prevent UAF
Jiayuan Chen
1
-5
/
+15
2026-02-11
net: don't touch dev->stats in BPF redirect paths
Jakub Kicinski
1
-4
/
+4
2026-02-06
net: fix segmentation of forwarding fraglist GRO
Jibin Zhang
1
-0
/
+2
2026-01-23
dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()
Eric Dumazet
1
-0
/
+1
2026-01-23
net: update netdev_lock_{type,name}
Eric Dumazet
1
-6
/
+19
2026-01-17
net: fix memory leak in skb_segment_list for GRO packets
Mohammad Heib
1
-3
/
+5
2026-01-17
net: sock: fix hardened usercopy panic in sock_recv_errqueue
Weiming Shi
1
-3
/
+4
2025-12-18
net: netpoll: initialize work queue before error checks
Breno Leitao
1
-1
/
+1
2025-12-18
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
Martin KaFai Lau
1
-3
/
+6
2025-12-18
net: export netdev_get_by_index_lock()
David Wei
1
-1
/
+0
2025-12-18
bpf: Do not let BPF test infra emit invalid GSO types to stack
Daniel Borkmann
1
-0
/
+7
2025-11-13
net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()
Jiaming Zhang
1
-0
/
+3
2025-11-10
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-06
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-7
/
+4
2025-11-05
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-04
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2025-10-29
net: devmem: refresh devmem TX dst in case of route invalidation
Shivaji Kant
1
-3
/
+24
2025-10-28
bpf: Reject negative head_room in __bpf_skb_change_head
Daniel Borkmann
1
-1
/
+2
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
2025-10-21
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
1
-3
/
+2
2025-10-16
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-16
net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()
Eric Dumazet
1
-2
/
+8
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-5
/
+46
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+1
2025-10-14
net: core: fix lockdep splat on device unregister
Florian Westphal
1
-5
/
+35
2025-10-13
net: gro_cells: Use nested-BH locking for gro_cell
Sebastian Andrzej Siewior
1
-0
/
+10
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+2
2025-10-06
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
1
-0
/
+2
2025-10-06
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
1
-23
/
+53
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
27
-160
/
+391
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-23
/
+187
[next]