summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg10-50/+60
2022-07-15wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg2-2/+5
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg3-6/+6
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg1-0/+1
2022-07-15wifi: mac80211: set up/tear down client vif links properlyJohannes Berg3-151/+232
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg3-13/+12
2022-07-15wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg1-0/+2
2022-07-15wifi: mac80211: fix key lookupJohannes Berg1-0/+4
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg7-209/+221
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer3-31/+92
2022-07-15wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PSJohannes Berg1-1/+2
2022-07-15wifi: mac80211: debug: omit link if non-MLO connectionJohannes Berg1-6/+25
2022-07-15wifi: cfg80211: drop BSS elements from assoc trace for nowJohannes Berg2-21/+3
2022-07-15wifi: nl80211: enable setting the link address at new stationShaul Triebitz1-1/+19
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg20-268/+407
2022-07-15wifi: nl80211: hold wdev mutex for station APIsJohannes Berg1-1/+10
2022-07-15wifi: nl80211: hold wdev mutex for channel switch APIsJohannes Berg1-5/+16
2022-07-15wifi: nl80211: hold wdev mutex in add/mod/del link stationJohannes Berg1-3/+13
2022-07-15wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz3-0/+116
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz3-108/+156
2022-07-15wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz3-8/+305
2022-07-15wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz1-0/+22
2022-07-15wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski4-38/+0
2022-07-15wifi: cfg80211: Allow MLO TX with link source addressAndrei Otcheretianski1-1/+13
2022-07-15wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski1-2/+16
2022-07-15wifi: mac80211: rx: accept link-addressed framesJohannes Berg2-8/+63
2022-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg2-14/+7
2022-07-15wifi: mac80211: fix mesh airtime link metric estimatingAditya Kumar Singh1-1/+6
2022-07-15wifi: mac80211: make 4addr null frames using min_rate for WDSLian Chen1-0/+1
2022-07-15wifi: cfg80211: use strscpy to replace strlcpyXueBing Chen1-6/+6
2022-07-15wifi: mac80211: exclude multicast packets from AQL pending airtimeFelix Fietkau1-1/+1
2022-07-15net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko1-2/+1
2022-07-15net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko1-4/+4
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-3/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-103/+192
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan2-3/+8
2022-07-14ip: fix dflt addr selection for connected nexthopNicolas Dichtel1-1/+1
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0
2022-07-14seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer1-2/+0
2022-07-14seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer1-1/+4
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-2/+3
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller55-3405/+5231
2022-07-13Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-29/+26
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter1-1/+92
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko1-115/+115
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko1-0/+22
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima3-4/+5
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2-1/+3
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima4-3/+5