index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
10
-76
/
+109
2025-07-17
rxrpc: Fix to use conn aborts for conn-wide failures
David Howells
5
-19
/
+37
2025-07-17
rxrpc: Fix transmission of an abort in response to an abort
David Howells
1
-0
/
+3
2025-07-17
rxrpc: Fix notification vs call-release vs recvmsg
David Howells
2
-16
/
+16
2025-07-17
rxrpc: Fix recv-recv race of completed call
David Howells
2
-2
/
+18
2025-07-17
rxrpc: Fix irq-disabled in local_bh_enable()
David Howells
3
-4
/
+4
2025-07-17
net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree
William Liu
1
-1
/
+3
2025-07-17
net: bridge: Do not offload IGMP/MLD messages
Joseph Huang
1
-0
/
+3
2025-07-17
net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime
Dong Chenchen
2
-9
/
+34
2025-07-17
tls: always refresh the queue when reading sock
Jakub Kicinski
1
-2
/
+1
2025-07-17
phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()
Nathan Chancellor
1
-1
/
+1
2025-07-17
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
Luiz Augusto von Dentz
1
-5
/
+21
2025-07-17
Merge tag 'nf-25-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
5
-68
/
+23
2025-07-17
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-6
/
+20
2025-07-17
net: fix segmentation after TCP/UDP fraglist GRO
Felix Fietkau
2
-0
/
+2
2025-07-16
ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
Yue Haibing
1
-1
/
+1
2025-07-16
Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap
Christian Eggers
6
-67
/
+63
2025-07-16
Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
Luiz Augusto von Dentz
1
-1
/
+1
2025-07-16
Bluetooth: SMP: If an unallowed command is received consider it a failure
Luiz Augusto von Dentz
2
-1
/
+19
2025-07-16
Bluetooth: hci_sync: fix connectable extended advertising when using static r...
Alessandro Gasbarroni
1
-2
/
+2
2025-07-16
Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
Kuniyuki Iwashima
1
-0
/
+3
2025-07-15
mptcp: reset fallback status gracefully at disconnect() time
Paolo Abeni
1
-0
/
+9
2025-07-15
mptcp: plug races between subflow fail and subflow creation
Paolo Abeni
4
-13
/
+32
2025-07-15
mptcp: make fallback action and fallback decision atomic
Paolo Abeni
4
-19
/
+61
2025-07-14
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
2
-4
/
+18
2025-07-14
Revert "netfilter: nf_tables: Add notifications for hook changes"
Phil Sutter
3
-62
/
+0
2025-07-14
netfilter: nf_tables: hide clash bit from userspace
Florian Westphal
1
-0
/
+3
2025-07-13
rpl: Fix use-after-free in rpl_do_srh_inline().
Kuniyuki Iwashima
1
-4
/
+4
2025-07-13
af_packet: fix soft lockup issue caused by tpacket_snd()
Yun Lu
1
-12
/
+11
2025-07-13
af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()
Yun Lu
1
-2
/
+2
2025-07-13
net/sched: sch_qfq: Fix race condition on qfq_aggregate
Xiang Mei
1
-9
/
+21
2025-07-11
netlink: make sure we allow at least one dump skb
Jakub Kicinski
1
-2
/
+3
2025-07-11
netlink: Fix rmem check in netlink_broadcast_deliver().
Kuniyuki Iwashima
1
-1
/
+1
2025-07-10
gre: Fix IPv6 multicast route creation.
Guillaume Nault
1
-7
/
+2
2025-07-10
net: appletalk: Fix device refcount leak in atrtr_create()
Kito Xu
1
-0
/
+1
2025-07-10
Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
7
-18
/
+86
2025-07-10
wifi: mac80211: add the virtual monitor after reconfig complete
Miri Korenblit
1
-5
/
+4
2025-07-10
wifi: mac80211: always initialize sdata::key_list
Miri Korenblit
1
-2
/
+2
2025-07-10
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
3
-27
/
+1
2025-07-09
rxrpc: Fix oops due to non-existence of prealloc backlog struct
David Howells
1
-0
/
+3
2025-07-09
rxrpc: Fix bug due to prealloc collision
David Howells
1
-0
/
+1
2025-07-09
tcp: refine sk_rcvbuf increase for ooo packets
Eric Dumazet
1
-1
/
+3
2025-07-09
net/sched: Abort __tc_modify_qdisc if parent class does not exist
Victor Nogueira
1
-7
/
+16
2025-07-09
atm: clip: Fix NULL pointer dereference in vcc_sendmsg()
Yue Haibing
1
-1
/
+9
2025-07-09
atm: clip: Fix infinite recursive call of clip_push().
Kuniyuki Iwashima
1
-0
/
+2
2025-07-09
atm: clip: Fix memory leak of struct clip_vcc.
Kuniyuki Iwashima
1
-0
/
+8
2025-07-09
atm: clip: Fix potential null-ptr-deref in to_atmarpd().
Kuniyuki Iwashima
1
-15
/
+29
2025-07-09
wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()
Pagadala Yesu Anjaneyulu
1
-1
/
+1
2025-07-08
rxrpc: Fix over large frame size warning
David Howells
2
-7
/
+13
2025-07-08
vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
1
-0
/
+2
[next]