index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mac80211: Add getter functions for vif MLD state
Ilan Peer
2023-06-14
9
-51
/
+52
*
wifi: mac80211: allow disabling SMPS debugfs controls
Miri Korenblit
2023-06-14
1
-1
/
+4
*
wifi: mac80211: don't update rx_stats.last_rate for NDP
Johannes Berg
2023-06-14
1
-3
/
+3
*
wifi: mac80211: fix CSA processing while scanning
Benjamin Berg
2023-06-14
1
-3
/
+4
*
wifi: mac80211: mlme: clarify WMM messages
Johannes Berg
2023-06-14
1
-9
/
+9
*
wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()
Anjaneyulu
2023-06-14
1
-2
/
+2
*
wifi: mac80211: include key action/command in tracing
Johannes Berg
2023-06-14
1
-3
/
+5
*
wifi: mac80211: add helpers to access sband iftype data
Johannes Berg
2023-06-14
4
-32
/
+17
*
wifi: cfg80211: S1G rate information and calculations
Gilad Itzkovitch
2023-06-14
2
-0
/
+133
*
mptcp: unify pm set_flags interfaces
Geliang Tang
2023-06-10
3
-32
/
+51
*
mptcp: unify pm get_flags_and_ifindex_by_id
Geliang Tang
2023-06-10
4
-22
/
+24
*
mptcp: unify pm get_local_id interfaces
Geliang Tang
2023-06-10
3
-21
/
+21
*
mptcp: export local_address
Geliang Tang
2023-06-10
2
-9
/
+9
*
Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2023-06-10
30
-430
/
+684
|
\
|
*
wifi: cfg80211: move scan done work to wiphy work
Johannes Berg
2023-06-07
3
-14
/
+7
|
*
wifi: cfg80211: move sched scan stop to wiphy work
Johannes Berg
2023-06-07
3
-7
/
+6
|
*
wifi: mac80211: mlme: move disconnects to wiphy work
Johannes Berg
2023-06-07
4
-26
/
+32
|
*
wifi: mac80211: ibss: move disconnect to wiphy work
Johannes Berg
2023-06-07
2
-7
/
+9
|
*
wifi: mac80211: use wiphy work for channel switch
Johannes Berg
2023-06-07
3
-27
/
+20
|
*
wifi: mac80211: use wiphy work for SMPS
Johannes Berg
2023-06-07
4
-9
/
+12
|
*
wifi: mac80211: unregister netdevs through cfg80211
Johannes Berg
2023-06-07
1
-13
/
+7
|
*
wifi: mac80211: use wiphy work for sdata->work
Johannes Berg
2023-06-07
11
-30
/
+30
|
*
wifi: cfg80211: add a work abstraction with special semantics
Johannes Berg
2023-06-07
3
-1
/
+136
|
*
wifi: cfg80211: hold wiphy lock when sending wiphy
Johannes Berg
2023-06-07
2
-0
/
+11
|
*
wifi: cfg80211: wext: hold wiphy lock in siwgenie
Johannes Berg
2023-06-07
1
-1
/
+3
|
*
wifi: cfg80211: move wowlan disable under locks
Johannes Berg
2023-06-07
1
-4
/
+4
|
*
wifi: cfg80211: hold wiphy lock in pmsr work
Johannes Berg
2023-06-07
2
-3
/
+4
|
*
wifi: cfg80211: hold wiphy lock in auto-disconnect
Johannes Berg
2023-06-07
2
-5
/
+5
|
*
Merge wireless into wireless-next
Johannes Berg
2023-06-07
13
-47
/
+88
|
|
\
|
*
|
wifi: mac80211: stop warning after reconfig failures
Johannes Berg
2023-06-06
4
-4
/
+13
|
*
|
wifi: mac80211: consistently use u64 for BSS changes
Anjaneyulu
2023-06-06
12
-111
/
+119
|
*
|
wifi: mac80211: batch recalc during STA flush
Johannes Berg
2023-06-06
1
-14
/
+34
|
*
|
wifi: mac80211: move sta_info_move_state() up
Johannes Berg
2023-06-06
1
-101
/
+100
|
*
|
wifi: mac80211: recalc min chandef for new STA links
Johannes Berg
2023-06-06
1
-0
/
+2
|
*
|
wifi: mac80211: provide a helper to fetch the medium synchronization delay
Emmanuel Grumbach
2023-06-06
1
-1
/
+4
|
*
|
wifi: mac80211: refactor ieee80211_select_link_key()
Mukesh Sisodiya
2023-06-06
1
-22
/
+6
|
*
|
wifi: mac80211: use u64 to hold enum ieee80211_bss_change flags
Mukesh Sisodiya
2023-06-06
1
-2
/
+2
|
*
|
wifi: mac80211: implement proper AP MLD HW restart
Johannes Berg
2023-06-06
1
-1
/
+43
|
*
|
wifi: mac80211: fetch and store the EML capability information
Emmanuel Grumbach
2023-06-06
1
-0
/
+11
|
*
|
wifi: mac80211: skip EHT BSS membership selector
Johannes Berg
2023-06-06
1
-2
/
+3
|
*
|
wifi: mac80211: remove element scratch_len
Johannes Berg
2023-06-06
2
-4
/
+1
|
*
|
wifi: mac80211: HW restart for MLO
Johannes Berg
2023-06-06
1
-34
/
+73
*
|
|
net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
Ivan Mikhaylov
2023-06-09
1
-2
/
+3
*
|
|
net/ncsi: make one oem_gma function for all mfr id
Ivan Mikhaylov
2023-06-09
1
-69
/
+19
*
|
|
tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
David Howells
2023-06-09
1
-69
/
+23
*
|
|
tls/device: Support MSG_SPLICE_PAGES
David Howells
2023-06-09
1
-0
/
+26
*
|
|
tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
David Howells
2023-06-09
1
-138
/
+35
*
|
|
tls/sw: Support MSG_SPLICE_PAGES
David Howells
2023-06-09
1
-0
/
+41
*
|
|
kcm: Use splice_eof() to flush
David Howells
2023-06-09
1
-0
/
+15
*
|
|
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-06-09
7
-0
/
+68
[next]