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