summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-27netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso1-0/+2
2023-07-27netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso1-0/+3
2023-07-27netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal1-1/+5
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal1-2/+2
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal1-0/+3
2023-07-27llc: Don't drop packet from non-root netns.Kuniyuki Iwashima1-3/+0
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-07-27net:ipv6: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-07-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming1-1/+1
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet4-6/+9
2023-07-27bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima1-0/+3
2023-07-27wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva1-0/+6
2023-07-27devlink: report devlink_port_type_warn source devicePetr Oros1-1/+4
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-07-27net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-07-27net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-07-27net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela1-14/+11
2023-07-27net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-07-27ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-07-27udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-07-27icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-27net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-07-27net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-07-27netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo1-7/+7
2023-07-27netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo1-4/+7
2023-07-27netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4
2023-07-27netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal1-4/+0
2023-07-27netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso1-0/+2
2023-07-27netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso5-23/+113
2023-07-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso1-11/+11
2023-07-27netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso1-0/+13
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-3/+31
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2-7/+41
2023-07-27netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2-40/+133
2023-07-27netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-07-27netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal4-160/+269
2023-07-27net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean1-2/+2
2023-07-27net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-07-27xsk: Honor SO_BINDTODEVICE on bindIlya Maximets1-0/+5
2023-07-27tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-07-27net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean1-2/+3
2023-07-27sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye1-2/+2
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2-4/+15
2023-07-27netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1