summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2024-01-25ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2024-01-25netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso1-1/+5
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso1-1/+1
2024-01-25netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso1-1/+5
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov4-18/+58
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov6-14/+15
2024-01-25netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov1-3/+1
2024-01-25netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov1-4/+4
2024-01-25netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso1-7/+12
2024-01-25netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso1-1/+9
2024-01-25mptcp: relax check on MPC passive fallbackPaolo Abeni1-1/+2
2024-01-25udp: annotate data-races around up->pendingEric Dumazet2-14/+14
2024-01-25mptcp: refine opt_mp_capable determinationEric Dumazet1-4/+4
2024-01-25mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet1-2/+2
2024-01-25mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet1-1/+1
2024-01-25mptcp: strict validation before using mp_opt->hmacEric Dumazet1-1/+1
2024-01-25mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet1-3/+3
2024-01-25Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2024-01-25Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han1-4/+8
2024-01-25netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso1-1/+1
2024-01-25keys, dns: Fix size check of V1 server-list headerDavid Howells1-1/+1
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-25net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-25sctp: fix busy pollingEric Dumazet1-6/+4
2024-01-25sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2-0/+4
2024-01-25bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend1-3/+18
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2024-01-25netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal1-0/+1
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2024-01-25ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando1-7/+6
2024-01-25net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2024-01-25SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia1-1/+1
2024-01-25calipso: 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-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
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell2-14/+7
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+2
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2-2/+15
2024-01-10net/sched: act_ct: additional checks for outdated flowsVlad Buslov1-0/+2
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2-7/+14
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey3-6/+20
2024-01-10net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov3-9/+11
2024-01-10netfilter: flowtable: allow unidirectional rulesVlad Buslov1-4/+8