summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-31netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-01-31netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso
2024-01-31xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-31xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-31xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-31xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski
2024-01-31netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2024-01-31netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-31netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal
2024-01-31net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-31ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-31netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao
2024-01-31tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-01-31rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2024-01-31net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan
2024-01-31net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima
2024-01-31llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet
2024-01-31vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-31net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2024-01-31wifi: mac80211: fix potential sta-link leakJohannes Berg
2024-01-31SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach
2024-01-25ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-25ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-25netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso
2024-01-25netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov
2024-01-25netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov
2024-01-25netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso
2024-01-25netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso
2024-01-25mptcp: relax check on MPC passive fallbackPaolo Abeni
2024-01-25net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend
2024-01-25bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau
2024-01-25bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau
2024-01-25udp: annotate data-races around up->pendingEric Dumazet
2024-01-25mptcp: refine opt_mp_capable determinationEric Dumazet
2024-01-25mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet
2024-01-25mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet
2024-01-25mptcp: strict validation before using mp_opt->hmacEric Dumazet
2024-01-25mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet
2024-01-25rxrpc: Fix use of Don't Fragment flagDavid Howells
2024-01-25net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean
2024-01-25Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel
2024-01-25Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han