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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2024-11-17
net: do not delay dst_entries_add() in dst_release()
Eric Dumazet
1
-5
/
+12
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-11-08
net: support ip generic csum processing in skb_csum_hwoffload_help
Xin Long
1
-1
/
+12
2024-10-17
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-17
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-10-17
sock_map: Add a cond_resched() in sock_hash_free()
Eric Dumazet
1
-0
/
+1
2024-10-17
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
1
-0
/
+12
2024-09-12
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Connor O'Brien
2
-14
/
+3
2024-09-04
ethtool: check device is present when getting link settings
Jamie Bainbridge
1
-1
/
+1
2024-08-19
net: linkwatch: use system_unbound_wq
Eric Dumazet
1
-2
/
+2
2024-08-19
bpf: Fix a segment issue when downgrading gso_size
Fred Li
1
-4
/
+11
2024-08-19
xdp: fix invalid wait context of page_pool_destroy()
Taehee Yoo
1
-3
/
+1
2024-07-18
bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
Wang Yufen
2
-0
/
+23
2024-07-05
xdp: xdp_mem_allocator can be NULL in trace_mem_connect().
Sebastian Andrzej Siewior
1
-1
/
+2
2024-07-05
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
1
-2
/
+4
2024-07-05
bpf: Add a check for struct bpf_fib_lookup size
Anton Protopopov
1
-0
/
+3
2024-07-05
xdp: Remove WARN() from __xdp_reg_mem_model()
Daniil Dulov
1
-3
/
+1
2024-07-05
xdp: Allow registering memory model without rxq reference
Toke Høiland-Jørgensen
1
-30
/
+62
2024-07-05
xdp: Move the rxq_info.mem clearing to unreg_mem_model()
Jakub Kicinski
1
-5
/
+6
2024-07-05
netns: Make get_net_ns() handle zero refcount net
Yue Haibing
1
-2
/
+7
2024-07-05
netpoll: Fix race condition in netpoll_owner_active
Breno Leitao
1
-1
/
+1
2024-07-05
drop_monitor: replace spin_lock by raw_spin_lock
Wander Lairson Costa
1
-10
/
+10
2024-06-16
net: give more chances to rcu in netdev_wait_allrefs_any()
Eric Dumazet
1
-1
/
+2
2024-05-17
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-05-17
kcov: Remove kcov include from sched.h and move it to its users.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-05-17
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-05-17
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-05-17
net: core: reject skb_copy(_expand) for fraglist GSO skbs
Felix Fietkau
1
-8
/
+19
2024-04-13
bpf, sockmap: Prevent lock inversion deadlock in map delete elem
Jakub Sitnicki
1
-0
/
+6
2024-03-26
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-03-26
sock_diag: annotate data-races around sock_diag_handlers[family]
Eric Dumazet
1
-5
/
+5
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-1
/
+1
2024-03-15
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
1
-1
/
+2
2024-03-15
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-22
/
+26
2024-03-15
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
2024-03-06
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-03-01
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
2
-2
/
+2
2024-02-23
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2024-02-23
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
1
-3
/
+0
2024-01-25
neighbour: Don't let neigh_forced_gc() disable preemption for long
Judy Hsiao
1
-1
/
+8
2024-01-15
ipv6: remove max_size check inline with ipv4
Jon Maxwell
1
-6
/
+2
2024-01-15
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
1
-0
/
+1
2024-01-05
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2024-01-05
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
1
-0
/
+5
2023-12-13
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
1
-1
/
+3
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-13
bpf: sockmap, updating the sg structure should also update curr
John Fastabend
1
-0
/
+19
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-11-08
neighbour: fix various data-races
Eric Dumazet
1
-32
/
+35
2023-10-25
net: pktgen: Fix interface flags printing
Gavrilov Ilia
1
-7
/
+7
[next]