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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
net: ipv6: fix dst ref loop on input in rpl lwt
Justin Iurman
1
-2
/
+12
2025-03-07
net: ipv6: fix dst ref loop on input in seg6 lwt
Justin Iurman
1
-2
/
+12
2025-03-07
net: Clear old fragment checksum value in napi_reuse_skb
Mohammad Heib
1
-0
/
+1
2025-03-07
tcp: Defer ts_recent changes until req is owned
Wang Hai
1
-6
/
+4
2025-03-07
tcp: devmem: don't write truncated dmabuf CMSGs to userspace
Stanislav Fomichev
2
-16
/
+20
2025-03-07
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-03-07
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
4
-7
/
+10
2025-03-07
ipv4: Convert icmp_route_lookup() to dscp_t.
Guillaume Nault
1
-10
/
+9
2025-03-07
net: set the minimum for net_hotdata.netdev_budget_usecs
Jiri Slaby (SUSE)
1
-1
/
+2
2025-03-07
rxrpc: rxperf: Fix missing decoding of terminal magic cookie
David Howells
1
-0
/
+12
2025-03-07
Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
Luiz Augusto von Dentz
1
-2
/
+7
2025-03-07
sunrpc: suppress warnings for unused procfs functions
Arnd Bergmann
1
-7
/
+3
2025-03-07
SUNRPC: Handle -ETIMEDOUT return from tlshd
Benjamin Coddington
1
-1
/
+9
2025-03-07
SUNRPC: Prevent looping due to rpc_signal_task() races
Trond Myklebust
1
-2
/
+0
2025-02-27
drop_monitor: fix incorrect initialization order
Gavrilov Ilia
1
-15
/
+14
2025-02-27
bpf: Disable non stream socket for strparser
Jiayuan Chen
1
-1
/
+4
2025-02-27
bpf: Fix wrong copied_seq calculation
Jiayuan Chen
3
-5
/
+67
2025-02-27
strparser: Add read_sock callback
Jiayuan Chen
1
-2
/
+9
2025-02-27
bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
Shigeru Yoshida
1
-4
/
+1
2025-02-27
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
2
-6
/
+7
2025-02-27
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
3
-7
/
+7
2025-02-27
arp: switch to dev_getbyhwaddr() in arp_req_set_public()
Breno Leitao
1
-1
/
+1
2025-02-27
net: Add non-RCU dev_getbyhwaddr() helper
Breno Leitao
1
-3
/
+34
2025-02-27
flow_dissector: Fix port range key handling in BPF conversion
Cong Wang
1
-8
/
+10
2025-02-27
flow_dissector: Fix handling of mixed port and port-range keys
Cong Wang
1
-12
/
+19
2025-02-27
tcp: adjust rcvq_space after updating scaling ratio
Jakub Kicinski
1
-3
/
+9
2025-02-27
vsock/bpf: Warn on socket without transport
Michal Luczaj
2
-1
/
+4
2025-02-27
sockmap, vsock: For connectible sockets allow only connected
Michal Luczaj
1
-0
/
+3
2025-02-27
net/sched: cls_api: fix error handling causing NULL dereference
Pierre Riteau
1
-1
/
+1
2025-02-27
vsock/virtio: fix variables initialization during resuming
Junnan Wu
1
-3
/
+7
2025-02-21
vsock: Orphan socket after transport release
Michal Luczaj
1
-1
/
+7
2025-02-21
vsock: Keep the binding until socket destruction
Michal Luczaj
1
-2
/
+6
2025-02-21
net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
Jakub Kicinski
3
-6
/
+11
2025-02-21
ipv6: mcast: add RCU protection to mld_newpack()
Eric Dumazet
1
-4
/
+10
2025-02-21
ipv6: mcast: extend RCU protection in igmp6_send()
Eric Dumazet
1
-16
/
+15
2025-02-21
ndisc: extend RCU protection in ndisc_send_skb()
Eric Dumazet
1
-4
/
+8
2025-02-21
openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
Eric Dumazet
1
-3
/
+9
2025-02-21
arp: use RCU protection in arp_xmit()
Eric Dumazet
1
-1
/
+3
2025-02-21
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
1
-2
/
+6
2025-02-21
ndisc: use RCU protection in ndisc_alloc_skb()
Eric Dumazet
1
-6
/
+4
2025-02-21
ipv6: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-19
/
+23
2025-02-21
ipv6: use RCU protection in ip6_default_advmss()
Eric Dumazet
1
-1
/
+6
2025-02-21
flow_dissector: use RCU protection to fetch dev_net()
Eric Dumazet
1
-10
/
+11
2025-02-21
ipv4: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-14
/
+17
2025-02-21
ipv4: use RCU protection in __ip_rt_update_pmtu()
Eric Dumazet
1
-5
/
+6
2025-02-21
net: ipv4: Cache pmtu for all packet paths if multipath enabled
Vladimir Vdovin
1
-0
/
+13
2025-02-21
ipv4: use RCU protection in inet_select_addr()
Eric Dumazet
1
-1
/
+2
2025-02-21
ipv4: use RCU protection in rt_is_expired()
Eric Dumazet
1
-1
/
+7
2025-02-21
ipv4: use RCU protection in ipv4_default_advmss()
Eric Dumazet
1
-3
/
+8
2025-02-21
net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
Jakub Kicinski
3
-9
/
+18
[next]