summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn2023-12-031-0/+3
* net/smc: avoid data corruption caused by declineD. Wythe2023-12-031-2/+6
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-12-031-1/+1
* bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-12-032-0/+9
* net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-12-031-1/+48
* rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-12-031-13/+13
* rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-12-031-19/+16
* mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni2023-11-281-0/+3
* mptcp: add validity check for sending RM_ADDRGeliang Tang2023-11-281-2/+3
* mptcp: deal with large GSO sizePaolo Abeni2023-11-281-0/+4
* Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-11-281-5/+0
* netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso2023-11-281-29/+32
* netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso2023-11-281-5/+21
* svcrdma: Drop connection after an RDMA Read errorChuck Lever2023-11-281-1/+2
* net: sched: do not offload flows with a helper in act_ctXin Long2023-11-281-0/+3
* netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso2023-11-281-2/+3
* netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-282-3/+4
* netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-281-1/+1
* af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet2023-11-281-4/+5
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-281-0/+1
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-281-1/+1
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-281-1/+4
* SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter2023-11-281-0/+4
* SUNRPC: ECONNRESET might require a rebindTrond Myklebust2023-11-281-1/+1
* 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-11-281-1/+1
* 9p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver2023-11-281-3/+10
* Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-11-282-15/+14
* vsock: read from socket's error queueArseniy Krasnov2023-11-281-0/+6
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-282-2/+2
* wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih2023-11-281-0/+4
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-202-2/+15
* netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-201-1/+26
* netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-201-1/+1
* virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida2023-11-201-0/+2
* vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo2023-11-201-5/+11
* net/smc: put sk reference if close work was canceledD. Wythe2023-11-201-1/+2
* net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-201-5/+4
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-204-4/+9
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-202-6/+7
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-201-3/+3
* net: page_pool: add missing free_percpu when page_pool_init failJian Shen2023-11-201-1/+5
* rxrpc: Fix two connection reaping bugsDavid Howells2023-11-202-2/+2
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter2023-11-201-3/+1
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-203-2/+14
* 9p/net: fix possible memory leak in p9_check_errors()Hangyu Hua2023-11-201-2/+4
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* mptcp: properly account fastopen dataPaolo Abeni2023-11-201-0/+1
* Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-11-201-2/+2
* Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-11-204-50/+51