aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes2-5/+8
2025-08-23net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2025-08-23net/9p: Fix buffer overflow in USB transport layerDominique Martinet1-3/+13
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur3-6/+6
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur1-1/+1
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur1-4/+5
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur1-1/+1
2025-08-22Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski4-24/+74
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet1-4/+2
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet3-9/+13
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry1-2/+4
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy2-4/+7
2025-08-22Bluetooth: hci_event: Disconnect device when BIG sync is lostYang Li2-1/+8
2025-08-22Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-08-22Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
2025-08-22Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
2025-08-22Bluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz1-17/+41
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon1-3/+5
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
2025-08-21Merge tag 'nf-next-25-08-20' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-124/+155
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+57
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-86/+182
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal2-7/+4
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum1-4/+3
2025-08-20net: openvswitch: Use for_each_cpu() where appropriateYury Norov (NVIDIA)2-12/+7
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet3-6/+6
2025-08-20ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-08-20net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-08-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activateWilliam Liu1-1/+1
2025-08-20net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He1-1/+3
2025-08-20netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratchSebastian Andrzej Siewior3-0/+11
2025-08-20netfilter: nft_set_pipapo: Store real pointer, adjust later.Sebastian Andrzej Siewior3-40/+14
2025-08-20netfilter: nft_set_pipapo: use avx2 algorithm for insertions tooFlorian Westphal3-9/+48
2025-08-20netfilter: nft_set_pipapo_avx2: split lookup function in two partsFlorian Westphal1-49/+77
2025-08-20netfilter: nft_set_pipapo_avx2: Drop the comment regarding protectionSebastian Andrzej Siewior1-3/+1
2025-08-20netfilter: ctnetlink: remove refcounting in dying list dumpingFlorian Westphal1-29/+10
2025-08-19sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_algEric Biggers1-3/+1
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers6-152/+64
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers6-157/+42
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+4
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima3-16/+13
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima2-4/+4
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-1/+1
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima1-4/+5
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-08-19tcp: Simplify error path in inet_csk_accept().Kuniyuki Iwashima1-8/+7