summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg
2022-07-15wifi: mac80211: set up/tear down client vif links properlyJohannes Berg
2022-07-15wifi: mac80211: move ieee80211_request_smps_mgd_workJohannes Berg
2022-07-15wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg
2022-07-15wifi: mac80211: fix key lookupJohannes Berg
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer
2022-07-15wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PSJohannes Berg
2022-07-15wifi: mac80211: debug: omit link if non-MLO connectionJohannes Berg
2022-07-15wifi: cfg80211: drop BSS elements from assoc trace for nowJohannes Berg
2022-07-15wifi: nl80211: enable setting the link address at new stationShaul Triebitz
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg
2022-07-15wifi: nl80211: hold wdev mutex for station APIsJohannes Berg
2022-07-15wifi: nl80211: hold wdev mutex for channel switch APIsJohannes Berg
2022-07-15wifi: nl80211: hold wdev mutex in add/mod/del link stationJohannes Berg
2022-07-15wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz
2022-07-15wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz
2022-07-15wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz
2022-07-15wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski
2022-07-15wifi: cfg80211: Allow MLO TX with link source addressAndrei Otcheretianski
2022-07-15wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski
2022-07-15wifi: mac80211: rx: accept link-addressed framesJohannes Berg
2022-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg
2022-07-15wifi: mac80211: fix mesh airtime link metric estimatingAditya Kumar Singh
2022-07-15wifi: mac80211: make 4addr null frames using min_rate for WDSLian Chen
2022-07-15wifi: cfg80211: use strscpy to replace strlcpyXueBing Chen
2022-07-15wifi: mac80211: exclude multicast packets from AQL pending airtimeFelix Fietkau
2022-07-14net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko
2022-07-14net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-14ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-14seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer
2022-07-14seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-07-13Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima