summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel4-5/+7
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-02-05wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2024-02-05net: kcm: fix direct access to bv_lenMina Almasry1-1/+1
2024-02-05bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma1-1/+1
2024-02-05net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu1-0/+14
2024-02-05Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis1-1/+2
2024-02-05Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang1-4/+6
2024-02-05Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu1-3/+48
2024-02-05wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg1-0/+4
2024-02-05bpf: Fix a few selftest failures due to llvm18 changeYonghong Song1-1/+1
2024-02-05SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2024-02-05rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov1-1/+2
2024-02-01net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau1-1/+1
2024-02-01netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal1-10/+6
2024-02-01netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso1-2/+9
2024-02-01xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-02-01xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-02-01bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-1/+34
2024-02-01bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer8-16/+23
2024-02-01xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-02-01xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski1-4/+8
2024-02-01netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso8-2/+47
2024-02-01netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal1-0/+4
2024-02-01netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal1-7/+16
2024-02-01net/sched: flower: Fix chain template offloadIdo Schimmel2-1/+31
2024-02-01ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2024-02-01netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao1-1/+1
2024-02-01tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-02-01net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan1-1/+1
2024-02-01net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-02-01udp: fix busy pollingEric Dumazet1-2/+9
2024-02-01llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-7/+0
2024-02-01llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet1-8/+16
2024-02-01vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma1-0/+4
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao3-3/+7
2024-02-01net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-02-01wifi: mac80211: fix potential sta-link leakJohannes Berg1-1/+4
2024-02-01SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach1-2/+2
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