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 icsk->icsk_user_timeoutEric 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-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-27tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2023-07-27net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso
2023-07-27netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso
2023-07-27netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal
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-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-27bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima
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-27net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela
2023-07-27net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-07-27net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela
2023-07-27net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
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: prevent skb corruption on frag list segmentationPaolo Abeni
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: nf_tables: do not ignore genmask when looking up chain by idThadeu 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: drop map element references from preparation phasePablo Neira Ayuso
2023-07-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2023-07-27netfilter: nf_tables: reject unbound chain set before commit phasePablo 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: fix chain binding transaction logicPablo 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-27net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean