summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-27llc: Don't drop packet from non-root netns.Kuniyuki Iwashima
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-07-27net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-07-27wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva
2023-07-27devlink: report devlink_port_type_warn source devicePetr Oros
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-07-27net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-27cls_flower: Add extack support for src and dst port range optionsGuillaume Nault
2023-07-27ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-07-27udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-27icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-07-27net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-27netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-07-27netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-07-27netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2023-07-27netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-07-27netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-07-27netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2023-07-27netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2023-07-27netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2023-07-27netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2023-07-27net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2023-07-27net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-07-27xsk: Honor SO_BINDTODEVICE on bindIlya Maximets
2023-07-27tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-07-27net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean
2023-07-27sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-27netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-07-27netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal
2023-07-27net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-07-27nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski
2023-07-27netlink: do not hard code device address lenth in fdb dumpsEric Dumazet
2023-07-27netlink: fix potential deadlock in netlink_set_err()Eric Dumazet
2023-07-27wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg
2023-07-27rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer
2023-07-27nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski