summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-07-27net: relax socket state check at accept time.Paolo Abeni
2024-07-27Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
2024-07-27net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang
2024-07-27wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov
2024-07-27ila: block BH in ila_output()Eric Dumazet
2024-07-27wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov
2024-07-27wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande
2024-07-18SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2024-07-18tcp: avoid too many retransmit packetsEric Dumazet
2024-07-18tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet
2024-07-18net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2024-07-18tcp: refactor tcp_retransmit_timer()Eric Dumazet
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-18Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery
2024-07-18inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida
2024-07-18tcp_metrics: validate source addr lengthJakub Kicinski
2024-07-18UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell
2024-07-18net: tcp better handling of reordering then loss casesYuchung Cheng
2024-07-18tcp: add ece_ack flag to reno sack functionsYousuk Seung
2024-07-18tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai
2024-07-18tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet
2024-07-18sctp: prefer struct_size over open coded arithmeticErick Archer
2024-07-05tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2024-07-05ipv6: annotate some data-races around sk->sk_protEric Dumazet
2024-07-05batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann
2024-07-05net/iucv: Avoid explicit cpumask var allocation on stackDawei Li
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso
2024-07-05xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet
2024-07-05ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet
2024-07-05netrom: Fix a memory leak in nr_heartbeat_expiry()Gavrilov Ilia
2024-07-05cipso: fix total option length computationOndrej Mosnacek
2024-07-05batman-adv: bypass empty buckets in batadv_purge_orig_ref()Eric Dumazet
2024-07-05net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-07-05ipv6/route: Add a missing check on proc_dointvecAditya Pakki
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-07-05tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-07-05xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-07-05af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-07-05af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima
2024-07-05af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima
2024-07-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-07-05ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet