index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt
Archie Pusaka
1
-1
/
+1
2022-08-25
Bluetooth: ISO: Fix not handling shutdown condition
Luiz Augusto von Dentz
1
-10
/
+25
2022-08-25
Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()
Tetsuo Handa
1
-1
/
+0
2022-08-25
Bluetooth: MGMT: Fix Get Device Flags
Luiz Augusto von Dentz
1
-29
/
+42
2022-08-25
Bluetooth: L2CAP: Fix build errors in some archs
Luiz Augusto von Dentz
1
-5
/
+5
2022-08-25
Bluetooth: hci_sync: Fix suspend performance regression
Luiz Augusto von Dentz
1
-10
/
+14
2022-08-25
Bluetooth: hci_event: Fix vendor (unknown) opcode status handling
Hans de Goede
1
-0
/
+11
2022-08-25
Bluetooth: convert hci_update_adv_data to hci_sync
Brian Gix
5
-68
/
+22
2022-08-25
Bluetooth: move hci_get_random_address() to hci_sync
Brian Gix
3
-172
/
+165
2022-08-25
Bluetooth: Delete unreferenced hci_request code
Brian Gix
2
-768
/
+2
2022-08-25
Bluetooth: Move Adv Instance timer to hci_sync
Brian Gix
4
-126
/
+123
2022-08-25
Bluetooth: Convert SCO configure_datapath to hci_sync
Brian Gix
3
-60
/
+75
2022-08-25
Bluetooth: Delete unused hci_req_stop_discovery()
Brian Gix
2
-50
/
+0
2022-08-25
Bluetooth: Rework le_scan_restart for hci_sync
Brian Gix
2
-89
/
+75
2022-08-25
Bluetooth: Convert le_scan_disable timeout to hci_sync
Brian Gix
2
-97
/
+74
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
43
-162
/
+252
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
42
-161
/
+251
2022-08-25
net: devlink: limit flash component name to match version returned by info_get()
Jiri Pirko
1
-17
/
+88
2022-08-25
net: devlink: extend info_get() version put to indicate a flash component
Jiri Pirko
1
-4
/
+30
2022-08-25
rxrpc: Fix locking in rxrpc's sendmsg
David Howells
2
-39
/
+57
2022-08-25
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
20
-39
/
+0
2022-08-25
wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
Veerendranath Jakkam
4
-10
/
+23
2022-08-25
wifi: nl80211: send MLO links channel info in GET_INTERFACE
Veerendranath Jakkam
1
-0
/
+7
2022-08-25
wifi: mac80211: allow bw change during channel switch in mesh
Hari Chandrakanthan
1
-3
/
+0
2022-08-25
wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()
Lukas Bulwahn
1
-3
/
+1
2022-08-25
wifi: mac80211: allow link address A2 in TXQ dequeue
Johannes Berg
1
-2
/
+2
2022-08-25
wifi: mac80211: fix control port frame addressing
Johannes Berg
1
-1
/
+2
2022-08-25
wifi: mac80211: set link ID in TX info for beacons
Johannes Berg
1
-0
/
+2
2022-08-25
wifi: mac80211: maintain link_id in link_sta
Johannes Berg
1
-0
/
+1
2022-08-25
wifi: cfg80211/mac80211: check EHT capability size correctly
Johannes Berg
6
-25
/
+91
2022-08-25
wifi: mac80211: mlme: don't add empty EML capabilities
Mordechay Goodstein
1
-3
/
+10
2022-08-25
wifi: mac80211: use link ID for MLO in queued frames
Johannes Berg
2
-7
/
+27
2022-08-25
wifi: mac80211: use the corresponding link for stats update
Vasanthakumar Thiagarajan
1
-6
/
+29
2022-08-25
wifi: mac80211: add link information in ieee80211_rx_status
Vasanthakumar Thiagarajan
1
-1
/
+94
2022-08-25
wifi: mac80211: properly implement MLO key handling
Johannes Berg
7
-104
/
+284
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
8
-106
/
+200
2022-08-25
wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLD
Veerendranath Jakkam
1
-0
/
+7
2022-08-25
wifi: cfg80211: reject connect response with MLO params for WEP
Veerendranath Jakkam
1
-0
/
+3
2022-08-25
wifi: mac80211: fix use-after-free
Johannes Berg
1
-1
/
+1
2022-08-25
wifi: mac80211: use link in TXQ parameter configuration
Shaul Triebitz
1
-1
/
+23
2022-08-25
wifi: cfg80211: add link id to txq params
Shaul Triebitz
1
-2
/
+15
2022-08-25
wifi: mac80211: set link BSSID
Shaul Triebitz
1
-0
/
+2
2022-08-25
wifi: cfg80211: get correct AP link chandef
Shaul Triebitz
1
-0
/
+4
2022-08-25
wifi: cfg80211: Update RNR parsing to align with Draft P802.11be_D2.0
Ilan Peer
1
-1
/
+1
2022-08-25
wifi: mac80211: properly set old_links when removing a link
Shaul Triebitz
1
-2
/
+2
2022-08-25
wifi: mac80211: accept STA changes without link changes
Johannes Berg
1
-0
/
+14
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
7
-42
/
+21
2022-08-25
wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()
Dan Carpenter
1
-1
/
+1
2022-08-25
wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
Dan Carpenter
1
-1
/
+2
2022-08-25
wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected
Siddh Raman Pant
1
-0
/
+4
[prev]
[next]