summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg4-9/+12
2023-06-07wifi: mac80211: unregister netdevs through cfg80211Johannes Berg1-13/+7
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg11-30/+30
2023-06-07wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg3-1/+136
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2-0/+11
2023-06-07wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg1-1/+3
2023-06-07wifi: cfg80211: move wowlan disable under locksJohannes Berg1-4/+4
2023-06-07wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg2-3/+4
2023-06-07wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2-5/+5
2023-06-07Merge wireless into wireless-nextJohannes Berg13-47/+88
2023-06-06wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg1-2/+2
2023-06-06wifi: cfg80211: fix locking in sched scan stop workJohannes Berg1-2/+2
2023-06-06wifi: mac80211: stop warning after reconfig failuresJohannes Berg4-4/+13
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu12-111/+119
2023-06-06wifi: mac80211: batch recalc during STA flushJohannes Berg1-14/+34
2023-06-06wifi: mac80211: move sta_info_move_state() upJohannes Berg1-101/+100
2023-06-06wifi: mac80211: recalc min chandef for new STA linksJohannes Berg1-0/+2
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach1-1/+4
2023-06-06wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya1-22/+6
2023-06-06wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsMukesh Sisodiya1-2/+2
2023-06-06wifi: mac80211: implement proper AP MLD HW restartJohannes Berg1-1/+43
2023-06-06wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach1-0/+11
2023-06-06wifi: mac80211: skip EHT BSS membership selectorJohannes Berg1-2/+3
2023-06-06wifi: mac80211: remove element scratch_lenJohannes Berg2-4/+1
2023-06-06wifi: mac80211: HW restart for MLOJohannes Berg1-34/+73
2023-06-06wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh1-1/+1
2023-06-06wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-06-06wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg1-1/+7
2023-06-06wifi: cfg80211: reject bad AP MLD addressJohannes Berg1-0/+2
2023-06-06wifi: mac80211: use correct iftype HE capJohannes Berg1-5/+10
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer1-1/+5
2023-05-15net: Remove low_thresh in ip defragAngus Chen4-23/+17
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima1-26/+15
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin6-24/+18
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-05-12net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+8
2023-05-12net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-12net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-12net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-12net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-12net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-61/+79
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley3-4/+24