summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-01mptcp: corner case locking for rx path fields initializationPaolo Abeni5-39/+50
2024-03-01mptcp: fix more tx path fields initializationPaolo Abeni2-6/+13
2024-03-01mptcp: use mptcp_set_stateGeliang Tang3-20/+25
2024-03-01mptcp: add CurrEstab MIB counter supportGeliang Tang4-0/+28
2024-03-01libceph: fail sparse-read if the data length doesn't matchXiubo Li1-3/+15
2024-03-01wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg1-12/+18
2024-03-01wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg1-0/+1
2024-03-01wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-03-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long1-1/+1
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2-1/+3
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior1-0/+1
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2-2/+4
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik4-18/+61
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-2/+3
2024-02-23wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-0/+1
2024-02-23net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich1-2/+2
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2024-02-23mptcp: really cope with fastopen racePaolo Abeni1-1/+2
2024-02-23mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang1-1/+12
2024-02-23mptcp: fix rcv space initializationPaolo Abeni3-7/+10
2024-02-23mptcp: drop the push_pending fieldPaolo Abeni2-7/+6
2024-02-23mptcp: fix data re-injection from stale subflowPaolo Abeni1-3/+0
2024-02-23net: tls: fix returned read length with async decryptJakub Kicinski1-1/+0
2024-02-23net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca1-2/+3
2024-02-23net: tls: handle backlogging of crypto requestsJakub Kicinski1-0/+22
2024-02-23tls: fix race between tx work scheduling and socket closeJakub Kicinski1-10/+6
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski1-33/+10
2024-02-23net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski1-51/+45
2024-02-23tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca1-35/+51
2024-02-23net: openvswitch: limit the number of recursions from action setsAaron Conole1-16/+33
2024-02-23net/handshake: Fix handshake_req_destroy_test1Chuck Lever1-1/+4
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1
2024-02-16netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso1-3/+3
2024-02-16libceph: just wait for more data to be available on the socketXiubo Li3-20/+18
2024-02-16libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li1-4/+4
2024-02-16netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal3-39/+10
2024-02-16netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal1-5/+23
2024-02-16netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal3-26/+44
2024-02-16netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso1-0/+3
2024-02-16netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso1-1/+7
2024-02-16netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso1-1/+2
2024-02-16netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso1-3/+3
2024-02-16af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima1-0/+11
2024-02-16tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida1-0/+6
2024-02-16rxrpc: Fix counting of new acks and nacksDavid Howells4-25/+117
2024-02-16rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells1-0/+8
2024-02-16rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2-6/+1
2024-02-16rxrpc: Fix generation of serial numbers to skip zeroDavid Howells5-9/+23