index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
Merge tag 'for-net-2026-07-06' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Abeni
12
-239
/
+383
2026-07-07
net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiers
Stanislav Fomichev
2
-2
/
+5
2026-07-07
net: rtnetlink: take instance lock inside rtnl_configure_link
Stanislav Fomichev
1
-7
/
+10
2026-07-07
net: dsa: hold instance lock on close-on-shutdown paths
Stanislav Fomichev
2
-5
/
+34
2026-07-07
net: hold instance lock around NETDEV_DOWN/GOING_DOWN
Stanislav Fomichev
1
-0
/
+2
2026-07-07
wifi: cfg80211: bound element ID read when checking non-inheritance
HE WEI (ギカク)
1
-1
/
+1
2026-07-07
ipv4: igmp: remove multicast group from hash table on device destruction
Yuyang Huang
1
-0
/
+1
2026-07-07
devlink: Allow rate node parents from other devlinks
Cosmin Ratiu
2
-9
/
+81
2026-07-07
devlink: Allow parent dev for rate-set and rate-new
Cosmin Ratiu
4
-10
/
+66
2026-07-07
devlink: Add parent dev to devlink API
Cosmin Ratiu
2
-5
/
+34
2026-07-07
devlink: Decouple rate storage from associated devlink object
Cosmin Ratiu
1
-71
/
+176
2026-07-07
devlink: Migrate from info->user_ptr to info->ctx
Cosmin Ratiu
13
-67
/
+84
2026-07-07
devlink: Add a helper for getting a nested-in instance
Cosmin Ratiu
2
-0
/
+20
2026-07-07
net: fib_rules: Destroy ops->lock in fib_rules_unregister().
Kuniyuki Iwashima
1
-0
/
+1
2026-07-07
ipv4: fib: Define fib_table_hash_lock under CONFIG_IP_MULTIPLE_TABLES.
Kuniyuki Iwashima
1
-0
/
+3
2026-07-07
wifi: mac80211: Route (Re)association req/response to per-STA queue
Ilan Peer
2
-3
/
+8
2026-07-07
net/tls: Consume empty data records in tls_sw_read_sock()
Chuck Lever
1
-0
/
+11
2026-07-07
wifi: cfg80211: validate assoc response length before status and IE access
Zhao Li
1
-21
/
+35
2026-07-07
wifi: cfg80211: validate rx/tx MLME callback frame lengths before access
Zhao Li
1
-8
/
+37
2026-07-07
wifi: mac80211: ibss: wait for in-flight TX on disconnect
Pagadala Yesu Anjaneyulu
1
-6
/
+3
2026-07-07
wifi: mac80211: recalculate rx_nss on IBSS peer capability update
Shahar Tzarfati
1
-2
/
+2
2026-07-07
wifi: cfg80211: use wiphy work for socket owner autodisconnect
Cen Zhang
4
-10
/
+11
2026-07-07
wifi: mac80211: fix memory leak in ieee80211_register_hw()
Dawei Feng
1
-1
/
+2
2026-07-07
wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
Cen Zhang
1
-1
/
+7
2026-07-06
wifi: cfg80211: support MAC address filtering in station dump for link stats
P Praneesh
1
-4
/
+37
2026-07-06
wifi: cfg80211: Fragment per-link station stats in nl80211_dump_station()
P Praneesh
1
-32
/
+138
2026-07-06
wifi: cfg80211: Refactor nl80211_dump_station() to prepare for per-link stats
P Praneesh
1
-44
/
+85
2026-07-06
wifi: cfg80211: Add helper to pack station-level STA_INFO
P Praneesh
1
-27
/
+39
2026-07-06
wifi: cfg80211: Drop unused link stats handling in nl80211_send_station()
P Praneesh
1
-44
/
+6
2026-07-06
Bluetooth: L2CAP: fix tx ident leak for commands without a response
Stig Hornang
1
-2
/
+13
2026-07-06
Bluetooth: ISO: fix malformed ISO_END/CONT handling
Pauli Virtanen
1
-15
/
+16
2026-07-06
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Siwei Zhang
4
-105
/
+121
2026-07-06
Bluetooth: fix UAF in bt_accept_dequeue()
Yousef Alhouseen
2
-16
/
+5
2026-07-06
Bluetooth: bnep: pin L2CAP connection during netdev registration
Yousef Alhouseen
1
-6
/
+21
2026-07-06
Bluetooth: sco: Fix a race condition in sco_sock_timeout()
Sungwoo Kim
1
-1
/
+14
2026-07-06
Bluetooth: MGMT: Fix adv monitor add failure cleanup
Cen Zhang
2
-1
/
+3
2026-07-06
Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
Cen Zhang
2
-6
/
+16
2026-07-06
Bluetooth: 6lowpan: avoid untracked enable work
Cen Zhang
1
-23
/
+4
2026-07-06
Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
Siwei Zhang
2
-32
/
+122
2026-07-06
Bluetooth: L2CAP: validate option length before reading conf opt value
Muhammad Bilal
1
-8
/
+28
2026-07-06
Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock
Runyu Xiao
1
-8
/
+2
2026-07-06
Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()
Muhammad Bilal
1
-1
/
+12
2026-07-06
Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete
Samuel Page
1
-0
/
+3
2026-07-06
Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdev
Luiz Augusto von Dentz
1
-15
/
+3
2026-07-06
wifi: mac80211: validate deauth frame length before reason access
Zhao Li
1
-2
/
+4
2026-07-06
wifi: mac80211: avoid non-S1G AID fallback for S1G assoc
Zhao Li
1
-2
/
+4
2026-07-06
wifi: cfg80211: reject empty PMSR peer lists
Zhao Li
1
-0
/
+5
2026-07-06
wifi: cfg80211: reject unsupported PMSR FTM location requests
Zhao Li
1
-0
/
+2
2026-07-06
wifi: cfg80211: validate PMSR FTM preamble range
Zhao Li
1
-1
/
+3
2026-07-06
wifi: cfg80211: validate PMSR measurement type data
Zhao Li
1
-2
/
+17
[prev]
[next]