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-06-27
net_sched: sch_sfq: move the limit validation
Octavian Purdila
1
-4
/
+6
2025-06-27
net_sched: sch_sfq: use a temporary work area for validating configuration
Octavian Purdila
1
-12
/
+44
2025-06-27
net_sched: sch_sfq: don't allow 1 packet limit
Octavian Purdila
1
-0
/
+4
2025-06-27
net_sched: sch_sfq: handle bigger packets
Eric Dumazet
1
-26
/
+13
2025-06-27
net_sched: sch_sfq: annotate data-races around q->perturb_period
Eric Dumazet
1
-4
/
+9
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-2
/
+3
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
3
-6
/
+6
2025-06-27
net/ipv4: fix type mismatch in inet_ehash_locks_alloc() causing build failure
Eliav Farber
1
-1
/
+1
2025-06-27
net: atm: fix /proc/net/atm/lec handling
Eric Dumazet
1
-2
/
+3
2025-06-27
net: atm: add lec_mutex
Eric Dumazet
1
-0
/
+7
2025-06-27
calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().
Kuniyuki Iwashima
1
-0
/
+8
2025-06-27
tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer
Haixia Qu
1
-2
/
+2
2025-06-27
tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
Neal Cardwell
1
-12
/
+25
2025-06-27
mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
Kuniyuki Iwashima
1
-2
/
+2
2025-06-27
atm: Revert atm_account_tx() if copy_from_iter_full() fails.
Kuniyuki Iwashima
2
-1
/
+2
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-06-27
wifi: mac80211: do not offer a mesh path if forwarding is disabled
Benjamin Berg
1
-2
/
+4
2025-06-27
ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-06-27
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
1
-3
/
+3
2025-06-27
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
1
-14
/
+8
2025-06-27
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-06-27
tipc: use kfree_sensitive() for aead cleanup
Zilin Guan
1
-1
/
+1
2025-06-27
sunrpc: fix race in cache cleanup causing stale nextcheck time
Long Li
1
-8
/
+7
2025-06-27
sunrpc: update nextcheck time when adding new cache entries
Long Li
1
-0
/
+2
2025-06-27
NFC: nci: uart: Set tty->disc_data only in success path
Krzysztof Kozlowski
1
-4
/
+4
2025-06-27
tcp: tcp_data_ready() must look at SOCK_DONE
Eric Dumazet
1
-1
/
+1
2025-06-27
calipso: unlock rcu before returning -EAFNOSUPPORT
Eric Dumazet
1
-2
/
+4
2025-06-27
net_sched: ets: fix a race in ets_qdisc_change()
Eric Dumazet
1
-1
/
+1
2025-06-27
sch_ets: make est_qlen_notify() idempotent
Cong Wang
1
-4
/
+4
2025-06-27
net_sched: tbf: fix a race in tbf_change()
Eric Dumazet
1
-1
/
+1
2025-06-27
net_sched: red: fix a race in __red_change()
Eric Dumazet
1
-1
/
+1
2025-06-27
net_sched: prio: fix a race in prio_tune()
Eric Dumazet
1
-1
/
+1
2025-06-27
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
4
-9
/
+6
2025-06-27
bpf: Clean up sockmap related Kconfigs
Cong Wang
6
-76
/
+89
2025-06-27
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
2
-22
/
+7
2025-06-27
net_sched: sch_sfq: fix a potential crash on gso_skb handling
Eric Dumazet
1
-1
/
+4
2025-06-27
Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
Luiz Augusto von Dentz
1
-1
/
+2
2025-06-27
net: tipc: fix refcount warning in tipc_aead_encrypt
Charalampos Mitrodimas
1
-1
/
+5
2025-06-27
net: openvswitch: Fix the dead loop of MPLS parse
Faicker Mo
1
-1
/
+1
2025-06-27
calipso: Don't call calipso functions for AF_INET sk.
Kuniyuki Iwashima
1
-0
/
+3
2025-06-27
netfilter: nft_tunnel: fix geneve_opt dump
Fernando Fernandez Mancera
1
-4
/
+4
2025-06-27
netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy
Florian Westphal
1
-4
/
+9
2025-06-27
ktls, sockmap: Fix missing uncharge operation
Jiayuan Chen
1
-0
/
+7
2025-06-27
netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...
Huajian Yang
2
-12
/
+12
2025-06-27
net: ncsi: Fix GCPS 64-bit member variables
Hari Kalavakunta
3
-34
/
+31
2025-06-27
netfilter: nft_socket: fix sk refcount leaks
Florian Westphal
1
-2
/
+3
2025-06-04
net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
Pedro Tammela
1
-1
/
+8
2025-06-04
llc: fix data loss when reading from a socket in llc_ui_recvmsg()
Ilia Gavrilov
1
-4
/
+4
2025-06-04
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-06-04
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
1
-21
/
+45
[next]