summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2024-01-25netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2024-01-25rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells
2024-01-25net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu
2024-01-25sctp: fix busy pollingEric Dumazet
2024-01-25sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2024-01-25bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend
2024-01-25wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg
2024-01-25wifi: cfg80211: correct comment about MLD IDBenjamin Berg
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2024-01-25netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso
2024-01-25netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal
2024-01-25wifi: mac80211: fix advertised TTLM schedulingAyala Beker
2024-01-25virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2024-01-25ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando
2024-01-25net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas
2024-01-25SUNRPC: Fixup v4.1 backchannel request timeoutsBenjamin Coddington
2024-01-25SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia
2024-01-25keys, dns: Fix size check of V1 server-list headerDavid Howells
2024-01-25calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia
2024-01-04Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-03Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski