summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
47 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfHEADmasterLinus Torvalds5-14/+27
3 daysMerge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-42/+87
3 daysbpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj1-8/+0
3 daysvsock: Update msg_count on read_skb()Michal Luczaj1-0/+3
3 daysvsock: Update rx_bytes on read_skb()Michal Luczaj1-2/+9
3 daysbpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
3 daysmptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)1-1/+1
4 daysbpf: Fix link info netfilter flags to populate defrag flagTyrone Wu1-1/+2
5 daysudp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2-2/+6
5 daysgenetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
5 daystcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
5 daysmptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
5 daysnet/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
6 daysnet/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
7 daysMerge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
9 daysMerge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+4
9 daysipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
10 daysMerge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds49-287/+720
10 daysnet/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe1-0/+11
10 daysphonet: Handle error of rtnl_register_module().Kuniyuki Iwashima1-17/+11
10 daysmpls: Handle error of rtnl_register_module().Kuniyuki Iwashima1-11/+21
10 daysmctp: Handle error of rtnl_register_module().Kuniyuki Iwashima4-35/+65
10 daysbridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
10 daysrtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
10 daysMerge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni18-170/+426
11 daysnet: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
11 daysmptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)1-1/+2
11 daysmptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
11 daystcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-4/+1
11 daysmptcp: handle consistently DSS corruptionPaolo Abeni4-4/+28
11 daysnet: dsa: refuse cross-chip mirroring operationsVladimir Oltean1-3/+8
11 daysnetfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
11 daysnetfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal16-165/+422
11 dayssctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
12 daysnet/9p/usbg: Fix build errorJinjie Ruan1-0/+2
12 daysnet/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
13 daysMerge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-2/+3
13 daysnet: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
13 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
13 daysvsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin1-4/+4
2024-10-05net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-04rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells1-5/+5
2024-10-04rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
2024-10-04tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell1-2/+9
2024-10-04tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-04tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-54/+98