summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-27net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-27psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-27netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-27net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean1-5/+11
2024-12-27netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2024-12-27ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-27netdev: fix repeated netlink messages in queue statsJakub Kicinski1-2/+2
2024-12-27netdev: fix repeated netlink messages in queue dumpJakub Kicinski1-7/+4
2024-12-27net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-27net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-27net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang3-3/+16
2024-12-27net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2024-12-27net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-27net/smc: protect link down work from execute after lgr freedGuangguan Wang1-2/+7
2024-12-27net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-19net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi1-1/+1
2024-12-19Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-19Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-14/+15
2024-12-19Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-19Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu1-2/+1
2024-12-19Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-17/+15
2024-12-19netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter1-24/+28
2024-12-19Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj5-31/+33
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-12-19wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-19tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-19batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-19batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-19batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-19wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2
2024-12-19wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach5-41/+48
2024-12-19wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li1-1/+1
2024-12-19wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma1-1/+1
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-19bpf, sockmap: Fix race between element replace and close()Michal Luczaj1-3/+2
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-19splice: do not checksum AF_UNIX socketsFrederik Deweerdt1-0/+1
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao1-1/+1
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-12-14Bluetooth: Support new quirks for ATS2851Danil Pylaev2-1/+15
2024-12-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-12-14Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz1-3/+3
2024-12-14Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring1-10/+3
2024-12-14mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-12-14net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov3-22/+27
2024-12-14mptcp: annotate data-races around subflow->fully_establishedGang Yan5-9/+9
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10