summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-232-2/+4
* netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-02-234-18/+61
* can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2024-02-232-4/+19
* can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao2024-02-233-14/+14
* wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-231-2/+3
* wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg2024-02-231-0/+1
* net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich2024-02-231-2/+2
* nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin2024-02-231-0/+4
* mptcp: really cope with fastopen racePaolo Abeni2024-02-231-1/+2
* mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang2024-02-231-1/+12
* mptcp: fix rcv space initializationPaolo Abeni2024-02-233-7/+10
* mptcp: drop the push_pending fieldPaolo Abeni2024-02-232-7/+6
* mptcp: fix data re-injection from stale subflowPaolo Abeni2024-02-231-3/+0
* net: tls: fix returned read length with async decryptJakub Kicinski2024-02-231-1/+0
* net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca2024-02-231-2/+3
* net: tls: handle backlogging of crypto requestsJakub Kicinski2024-02-231-0/+22
* tls: fix race between tx work scheduling and socket closeJakub Kicinski2024-02-231-10/+6
* tls: fix race between async notify and socket closeJakub Kicinski2024-02-231-33/+10
* net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski2024-02-231-51/+45
* tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca2024-02-231-35/+51
* net: openvswitch: limit the number of recursions from action setsAaron Conole2024-02-231-16/+33
* net/handshake: Fix handshake_req_destroy_test1Chuck Lever2024-02-231-1/+4
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-231-1/+1
* netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso2024-02-161-3/+3
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-163-20/+18
* libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li2024-02-161-4/+4
* netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal2024-02-163-39/+10
* netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal2024-02-161-5/+23
* netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal2024-02-163-26/+44
* netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso2024-02-161-0/+3
* netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso2024-02-161-1/+7
* netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-161-1/+2
* netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso2024-02-161-3/+3
* af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima2024-02-161-0/+11
* tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-161-0/+6
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-164-25/+117
* rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-161-0/+8
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-162-6/+1
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-165-9/+23
* inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-161-2/+4
* tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-161-1/+1
* wifi: mac80211: fix waiting for beacons logicJohannes Berg2024-02-161-2/+1
* wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-161-3/+4
* af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-052-9/+7
* net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu2024-02-051-6/+6
* netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso2024-02-051-0/+24
* netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso2024-02-051-3/+4
* netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-02-052-5/+10
* netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer2024-02-051-4/+6
* devlink: Fix referring to hw_addr attribute during state validationParav Pandit2024-02-051-1/+1