summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-12-14net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul1-2/+12
2024-12-14Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz3-10/+3
2024-12-14fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+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: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-12-14net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin1-5/+7
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin1-0/+1
2024-12-14Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin1-0/+1
2024-12-14af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin1-6/+6
2024-12-14net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina1-1/+1
2024-12-14xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski1-1/+1
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang1-7/+4
2024-12-14ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-12-14netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso1-0/+16
2024-12-14netfilter: ipset: Hold module reference while requesting a modulePhil Sutter1-0/+5
2024-12-14net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-14net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-14net/smc: Limit backlog connectionsD. Wythe2-1/+50
2024-12-14tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima1-1/+1
2024-12-14dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov1-1/+5
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-12-14net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-12-14net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens1-6/+12
2024-12-14netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov1-1/+3
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia1-3/+1
2024-12-14sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian1-0/+1
2024-12-14SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-18/+4
2024-12-14sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker1-18/+15
2024-12-149p/xen: fix release of IRQAlex Zenla1-1/+1
2024-12-149p/xen: fix init sequenceAlex Zenla1-2/+5
2024-12-14SUNRPC: make sure cache entry active before cache_showYang Erkun1-1/+3
2024-12-14netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park1-5/+2
2024-12-14Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura1-4/+6
2024-12-14tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-12-14net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-12-14svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin1-5/+14
2024-12-14sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain1-19/+2
2024-12-14svcrdma: Address an integer overflowChuck Lever1-1/+7
2024-12-14bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-12-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-12-14net: rfkill: gpio: Add check for clk_enable()Mingwei Zheng1-2/+6
2024-12-14bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-12-14bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+9
2024-12-14bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-12-14netfilter: nf_tables: must hold rcu read lock while iterating object type listFlorian Westphal1-7/+6