summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter
2025-08-27netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit
2025-08-26devlink: Move health reporter recovery abort logic to a separate functionShahar Shitrit
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-26wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges
2025-08-26wifi: mac80211: fix incorrect type for retLiao Yuanhong
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima
2025-08-25ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes
2025-08-23net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey
2025-08-23net/9p: Fix buffer overflow in USB transport layerDominique Martinet
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur
2025-08-22Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy
2025-08-22Bluetooth: hci_event: Disconnect device when BIG sync is lostYang Li
2025-08-22Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz
2025-08-22Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis
2025-08-22Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis
2025-08-22Bluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2025-08-21Merge tag 'nf-next-25-08-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum