Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-06wifi: mac80211: implement link switchingJohannes Berg
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg
2022-09-06wifi: mac80211: set up beacon timing config on linksJohannes Berg
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-09-06wifi: mac80211: use correct rx link_sta instead of defaultBenjamin Berg
2022-09-06wifi: mac80211: set link_sta in reorder timeoutJohannes Berg
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg
2022-09-03wifi: use struct_group to copy addressesJohannes Berg
2022-09-03wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg
2022-09-03wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg
2022-09-03wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao
2022-09-03net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao
2022-09-03net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao
2022-09-02ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet
2022-09-02net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang
2022-09-02net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net: sched: gred: remove NULL check before free table->tab in gred_destroy()Zhengchao Shao
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-09-01Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-09-01tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-09-01tcp: annotate data-race around challenge_timestampEric Dumazet
2022-09-01net: dsa: hellcreek: Print warning only onceKurt Kanzenbach
2022-09-01net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-09-01ip: fix triggering of 'icmp redirect'Nicolas Dichtel
2022-09-01net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao
2022-09-01net: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao
2022-09-01net/rds: Pass a pointer to virt_to_page()Linus Walleij
2022-09-01sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen
2022-08-31kcm: fix strp_init() order and cleanupCong Wang
2022-08-31core: Variable type completionXin Gao
2022-08-31Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"Vlad Buslov