summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-10-20Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-17bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-10-17vsock: Update msg_count on read_skb()Michal Luczaj
2024-10-17vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-10-17mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-10-16bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-09mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-09mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-09net: dsa: refuse cross-chip mirroring operationsVladimir Oltean
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-09netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-09net/9p/usbg: Fix build errorJinjie Ruan
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-07Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-10-07net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin