summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-01netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal1-10/+6
2024-02-01netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso1-2/+9
2024-02-01netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso8-2/+47
2024-02-01netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal1-0/+4
2024-02-01netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal1-7/+16
2024-02-01ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2024-02-01netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao1-1/+1
2024-02-01tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-02-01net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan1-1/+1
2024-02-01net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-02-01udp: fix busy pollingEric Dumazet1-2/+9
2024-02-01llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-7/+0
2024-02-01llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet1-8/+16
2024-02-01vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma1-0/+4
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao3-3/+7
2024-02-01net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-02-01wifi: mac80211: fix potential sta-link leakJohannes Berg1-1/+4
2024-01-26ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2024-01-26ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-26ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2024-01-26netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso1-1/+5
2024-01-26netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso1-1/+1
2024-01-26netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso1-1/+5
2024-01-26netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov4-18/+58
2024-01-26netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov6-14/+15
2024-01-26netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov1-3/+1
2024-01-26netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov1-4/+4
2024-01-26netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso1-7/+12
2024-01-26netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso1-1/+9
2024-01-26mptcp: relax check on MPC passive fallbackPaolo Abeni1-1/+2
2024-01-26udp: annotate data-races around up->pendingEric Dumazet2-14/+14
2024-01-26mptcp: refine opt_mp_capable determinationEric Dumazet1-4/+4
2024-01-26mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet1-2/+2
2024-01-26mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet1-1/+1
2024-01-26mptcp: strict validation before using mp_opt->hmacEric Dumazet1-1/+1
2024-01-26mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet1-3/+3
2024-01-26Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2024-01-26Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han1-4/+8
2024-01-26netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso1-1/+1
2024-01-26keys, dns: Fix size check of V1 server-list headerDavid Howells1-1/+1
2024-01-26ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-26net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-26sctp: fix busy pollingEric Dumazet1-6/+4
2024-01-26sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2-0/+4
2024-01-26bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend1-3/+18
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2024-01-26netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal1-0/+1
2024-01-26virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2024-01-26ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando1-7/+6
2024-01-26net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36