index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2024-10-11
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+4
2024-10-10
Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
49
-287
/
+720
2024-10-10
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
1
-0
/
+11
2024-10-10
phonet: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-17
/
+11
2024-10-10
mpls: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-11
/
+21
2024-10-10
mctp: Handle error of rtnl_register_module().
Kuniyuki Iwashima
4
-35
/
+65
2024-10-10
bridge: Handle error of rtnl_register_module().
Kuniyuki Iwashima
3
-13
/
+17
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
1
-0
/
+29
2024-10-10
Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
18
-170
/
+426
2024-10-10
net: do not delay dst_entries_add() in dst_release()
Eric Dumazet
1
-5
/
+12
2024-10-09
mptcp: pm: do not remove closing subflows
Matthieu Baerts (NGI0)
1
-1
/
+2
2024-10-09
mptcp: fallback when MPTCP opts are dropped after 1st data
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-10-09
tcp: fix mptcp DSS corruption due to large pmtu xmit
Paolo Abeni
1
-4
/
+1
2024-10-09
mptcp: handle consistently DSS corruption
Paolo Abeni
4
-4
/
+28
2024-10-09
net: dsa: refuse cross-chip mirroring operations
Vladimir Oltean
1
-3
/
+8
2024-10-09
netfilter: fib: check correct rtable in vrf setups
Florian Westphal
2
-5
/
+4
2024-10-09
netfilter: xtables: avoid NFPROTO_UNSPEC where needed
Florian Westphal
16
-165
/
+422
2024-10-09
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
1
-5
/
+13
2024-10-09
net/9p/usbg: Fix build error
Jinjie Ruan
1
-0
/
+2
2024-10-08
net/sched: accept TCA_STAB only for root qdisc
Eric Dumazet
1
-1
/
+6
2024-10-07
Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2
-2
/
+3
2024-10-07
net: explicitly clear the sk pointer, when pf->create fails
Ignat Korchagin
1
-1
/
+6
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+4
2024-10-07
vsock/virtio: use GFP_ATOMIC under RCU read lock
Michael S. Tsirkin
1
-4
/
+4
2024-10-04
net: Fix an unsafe loop on the list
Anastasia Kovaleva
1
-1
/
+2
2024-10-04
Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
Luiz Augusto von Dentz
1
-0
/
+3
2024-10-04
Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
Luiz Augusto von Dentz
1
-2
/
+0
2024-10-04
netfilter: br_netfilter: fix panic with metadata_dst skb
Andy Roulin
1
-0
/
+5
2024-10-03
rxrpc: Fix uninitialised variable in rxrpc_send_data()
David Howells
1
-5
/
+5
2024-10-03
rxrpc: Fix a race between socket set up and I/O thread creation
David Howells
3
-4
/
+10
2024-10-03
tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
Neal Cardwell
1
-2
/
+9
2024-10-03
tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
Neal Cardwell
1
-0
/
+13
2024-10-03
tcp: fix to allow timestamp undo if no retransmits were sent
Neal Cardwell
1
-2
/
+16
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
17
-54
/
+98
2024-10-03
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-10-03
Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-4
/
+10
2024-10-03
net/ncsi: Disable the ncsi work before freeing the associated structure
Eddie James
1
-0
/
+2
2024-10-02
gso: fix udp gso fraglist segmentation after pull from frag_list
Willem de Bruijn
1
-2
/
+20
2024-10-02
bridge: mcast: Fail MDB get request on empty entry
Ido Schimmel
1
-1
/
+1
2024-10-02
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
2
-4
/
+16
2024-10-02
Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
4
-26
/
+22
2024-10-02
Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-1
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
56
-56
/
+56
2024-10-01
ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
Anton Danilov
1
-3
/
+3
2024-10-01
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-01
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-10-01
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
1
-1
/
+1
2024-10-01
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
1
-7
/
+2
2024-10-01
net: dsa: improve shutdown sequence
Vladimir Oltean
1
-0
/
+7
[next]