summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-04-13mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-13udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-13ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-13erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-13net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-13bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-13netfilter: validate user input for expected lengthEric Dumazet
2024-04-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-13net/rds: fix possible cp null dereferenceMahmoud Adam
2024-04-13netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2024-04-13Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-04-13Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-13nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-04-13wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-04-13xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor
2024-04-13netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-04-13netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-04-13mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-26netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-26netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso
2024-03-26hsr: Handle failures in module initFelix Maurer
2024-03-26rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-26hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida
2024-03-26net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET
2024-03-26net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia
2024-03-26net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia
2024-03-26udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-26l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia
2024-03-26ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2024-03-26net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva
2024-03-26net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2024-03-26tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia
2024-03-26net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet
2024-03-26ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng
2024-03-26Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler
2024-03-26SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-03-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima