summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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: 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-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-18net: bql: allow the config to be disabledBreno Leitao
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-15net: dsa: remove OF-based MDIO bus registration from DSA coreArınç ÜNAL
2024-02-15Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski
2024-02-15genetlink: Add per family bind/unbind callbacksStanislaw Gruszka
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing
2024-02-15Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-15wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg