summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2025-01-09net: llc: reset skb->transport_headerAntonio Pastor
2025-01-09netrom: check buffer length before accessing itIlya Shchipletsov
2025-01-09ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2025-01-09ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2025-01-09ipv6: use skb_expand_head in ip6_xmitVasily Averin
2025-01-09ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2025-01-09netfilter: ipset: Fix for recursive locking warningPhil Sutter
2025-01-09net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang
2025-01-09net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2025-01-09net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2025-01-09net: sched: fix ordering of qlen adjustmentLion Ackermann
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens
2024-12-19tipc: fix NULL deref in cleanup_bearer()Eric Dumazet
2024-12-19batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel
2024-12-19batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel
2024-12-19batman-adv: Do not send uninitialized TT changesRemi Pommarel
2024-12-19virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-19tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-12-14net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin
2024-12-14net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin
2024-12-14Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin
2024-12-14af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin
2024-12-14net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina
2024-12-14tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang
2024-12-14ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent
2024-12-14netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso
2024-12-14netfilter: ipset: Hold module reference while requesting a modulePhil Sutter
2024-12-14net: sched: fix erspan_opt settings in cls_flowerXin Long
2024-12-14tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima
2024-12-14dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov
2024-12-14net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov
2024-12-14net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet
2024-12-14net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens
2024-12-14netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov