summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-16inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-16tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-16wifi: mac80211: fix waiting for beacons logicJohannes Berg1-2/+1
2024-02-16wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg1-3/+4
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2-9/+7
2024-02-05net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-05netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso1-0/+24
2024-02-05netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso1-3/+4
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2-5/+10
2024-02-05netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer1-4/+6
2024-02-05devlink: Fix referring to hw_addr attribute during state validationParav Pandit1-1/+1
2024-02-05bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2-7/+17
2024-02-05llc: call sock_orphan() at release timeEric Dumazet1-0/+2
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller1-7/+14
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel4-5/+7
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-02-05wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2024-02-05net: kcm: fix direct access to bv_lenMina Almasry1-1/+1