summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan
2024-02-21ipmr: Simplify the allocation of slab cachesKunwu Chan
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan
2024-02-21net: kcm: Simplify the allocation of slab cachesKunwu Chan
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-02-21netfilter: x_tables: Use unsafe_memcpy() for 0-sized destinationKees Cook
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal
2024-02-21netfilter: nft_set_pipapo: use GFP_KERNEL for insertionsFlorian Westphal
2024-02-21netfilter: nft_set_pipapo: speed up bulk element insertionsFlorian Westphal
2024-02-21netfilter: nft_set_pipapo: shrink data structuresFlorian Westphal
2024-02-21netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTRFlorian Westphal
2024-02-21netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal
2024-02-21netfilter: xtables: fix up kconfig dependenciesFlorian Westphal
2024-02-21netfilter: nft_osf: simplify init pathPablo Neira Ayuso
2024-02-21netfilter: nf_log: validate nf_logger_find_get()Pablo Neira Ayuso
2024-02-21netfilter: nf_log: consolidate check for NULL logger in lookup functionPablo Neira Ayuso
2024-02-21netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_exp...Kunwu Chan
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: dsa: constify the struct device_type usageRicardo B. Marliere
2024-02-20net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet
2024-02-20net: tcp: Remove redundant initialization of variable lenColin Ian King
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-02-20devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde
2024-02-20net: add netmem to skb_frag_tMina Almasry
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook
2024-02-18mptcp: fix duplicate subflow creationPaolo Abeni
2024-02-18mptcp: fix data races on remote_idPaolo Abeni
2024-02-18mptcp: fix data races on local_idPaolo Abeni
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-18mptcp: add needs_id for netlink appending addrGeliang Tang
2024-02-18mptcp: add needs_id for userspace appending addrGeliang Tang
2024-02-18ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-02-18ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-02-18net: bql: allow the config to be disabledBreno Leitao
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven