summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-26net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend1-1/+5
2024-01-26bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau1-11/+10
2024-01-26bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau1-1/+0
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-26rxrpc: Fix use of Don't Fragment flagDavid Howells4-5/+17
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-26rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells1-2/+2
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-26wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg1-14/+26
2024-01-26wifi: cfg80211: correct comment about MLD IDBenjamin Berg1-2/+5
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2024-01-26netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso1-1/+10
2024-01-26netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal1-0/+1
2024-01-26virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov5-4/+41
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
2024-01-26SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia1-1/+1
2024-01-26calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2024-01-20net: qrtr: ns: Return 0 if server port is not presentSarannya S1-1/+3
2024-01-20nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant1-0/+5
2024-01-20neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2024-01-20wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear1-0/+1
2024-01-20wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg1-0/+2
2024-01-20mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis1-0/+1