summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-10netlink: annotate data-races around sk->sk_errEric Dumazet
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-10sctp: update transport state when processing a dupcook packetXin Long
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-10netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-10netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-10-10ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran
2023-10-10ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-10neighbour: fix data-races around n->outputEric Dumazet
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-10-10bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-10-10bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend
2023-10-10wifi: mac80211: Create resources for disabled linksBenjamin Berg
2023-10-10wifi: mac80211: fix potential key use-after-freeJohannes Berg
2023-10-10Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz
2023-10-10Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu
2023-10-10Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao
2023-10-10wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau
2023-10-10wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-10-10wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-10Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz
2023-10-10Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-10-10mptcp: userspace pm allow creating id 0 subflowGeliang Tang
2023-10-10mptcp: fix delegated action racesPaolo Abeni
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-10-10mptcp: fix dangling connection hang-upPaolo Abeni
2023-10-10mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-10-10mptcp: Remove unnecessary test for __mptcp_init_sock()Kuniyuki Iwashima
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-10-06mptcp: process pending subflow error on closePaolo Abeni
2023-10-06mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-10-06mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni
2023-10-06net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior
2023-10-06ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-10-06net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan
2023-10-06netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-10-06netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal