summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-02-21tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-02-21tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-02-21tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-02-21wifi: nl80211: refactor parsing CSA offsetsJohannes Berg
2024-02-21wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg
2024-02-21wifi: cfg80211: refactor RNR parsingJohannes Berg
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg
2024-02-21wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg
2024-02-21wifi: cfg80211: set correct param change count in ML elementBenjamin Berg
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh
2024-02-21af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima
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-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet