summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-11-203-19/+55
* wifi: mac80211: Fix setting vif linksIlan Peer2023-11-201-1/+1
* wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg2023-11-201-3/+6
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-11-201-13/+7
* net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter2023-11-201-1/+2
* netfilter: nf_tables: Drop pointless memset when dumping rulesPhil Sutter2023-11-201-4/+0
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-11-201-2/+2
* wifi: mac80211: fix check for unusable RX resultJohannes Berg2023-11-202-1/+4
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-11-201-2/+2
* tls: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-11-201-1/+1
* tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-11-201-4/+5
* udplite: fix various data-racesEric Dumazet2023-11-202-14/+16
* udplite: remove UDPLITE_BITEric Dumazet2023-11-202-2/+0
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-11-205-13/+15
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-11-203-9/+5
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-11-201-1/+1
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-11-201-2/+4
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-11-203-6/+6
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-11-202-5/+5
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-11-202-4/+4
* udp: introduce udp->udp_flagsEric Dumazet2023-11-202-9/+9
* wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg2023-11-201-1/+1
* wifi: cfg80211: fix off-by-one in element defragJohannes Berg2023-11-201-2/+2
* wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg2023-11-201-1/+1
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-11-203-8/+10
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-11-203-23/+23