index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...
Remi Pommarel
-0
/
+1
2025-07-18
wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()
Remi Pommarel
-0
/
+6
2025-07-18
wifi: mac80211: Don't call fq_flow_idx() for management frames
Alexander Wetzel
-1
/
+2
2025-07-18
wifi: mac80211: Do not schedule stopped TXQs
Alexander Wetzel
-1
/
+3
2025-07-18
wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
Alexander Wetzel
-0
/
+2
2025-07-18
wifi: mac80211: support returning the S1G short beacon skb
Lachlan Hodges
-11
/
+84
2025-07-18
wifi: mac80211: support initialising current S1G short beacon index
Lachlan Hodges
-9
/
+40
2025-07-18
wifi: mac80211: support initialising an S1G short beaconing BSS
Lachlan Hodges
-2
/
+73
2025-07-18
wifi: cfg80211: support configuring an S1G short beaconing BSS
Lachlan Hodges
-0
/
+72
2025-07-18
wifi: mac80211: reject TDLS operations when station is not associated
Moon Hee Lee
-1
/
+1
2025-07-18
wifi: mac80211: extend connection monitoring for MLO
Maharaja Kennadyrajan
-24
/
+52
2025-07-18
wifi: mac80211: extend beacon monitoring for MLO
Maharaja Kennadyrajan
-5
/
+36
2025-07-18
wifi: mac80211: Add link iteration macro for link data with rcu_dereference
Maharaja Kennadyrajan
-0
/
+13
2025-07-18
wifi: mac80211: fix macro scoping in for_each_link_data
Aditya Kumar Singh
-1
/
+3
2025-07-18
wifi: cfg80211/mac80211: remove wrong scan request n_channels
Johannes Berg
-3
/
+0
2025-07-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-69
/
+200
2025-07-17
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
-21
/
+17
2025-07-17
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
-18
/
+21
2025-07-17
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
Kuniyuki Iwashima
-27
/
+16
2025-07-17
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
-15
/
+2
2025-07-17
neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
Kuniyuki Iwashima
-5
/
+5
2025-07-17
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
Kuniyuki Iwashima
-8
/
+3
2025-07-17
neighbour: Convert RTM_GETNEIGH to RCU.
Kuniyuki Iwashima
-10
/
+15
2025-07-17
neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
Kuniyuki Iwashima
-5
/
+8
2025-07-17
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
-17
/
+28
2025-07-17
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
-21
/
+31
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
-14
/
+33
2025-07-17
neighbour: Move neigh_find_table() to neigh_get().
Kuniyuki Iwashima
-17
/
+20
2025-07-17
neighbour: Allocate skb in neigh_get().
Kuniyuki Iwashima
-56
/
+32
2025-07-17
neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
Kuniyuki Iwashima
-13
/
+13
2025-07-17
neighbour: Make neigh_valid_get_req() return ndmsg.
Kuniyuki Iwashima
-24
/
+19
2025-07-17
ethtool: rss: support setting flow hashing fields
Jakub Kicinski
-9
/
+104
2025-07-17
ethtool: rss: support setting input-xfrm via Netlink
Jakub Kicinski
-5
/
+69
2025-07-17
ethtool: rss: support setting hkey via Netlink
Jakub Kicinski
-1
/
+40
2025-07-17
ethtool: rss: support setting hfunc via Netlink
Jakub Kicinski
-1
/
+11
2025-07-17
ethtool: rss: initial RSS_SET (indirection table handling)
Jakub Kicinski
-0
/
+204
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-258
/
+409
2025-07-17
Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-76
/
+109
2025-07-17
rxrpc: Fix to use conn aborts for conn-wide failures
David Howells
-19
/
+37
2025-07-17
rxrpc: Fix transmission of an abort in response to an abort
David Howells
-0
/
+3
2025-07-17
rxrpc: Fix notification vs call-release vs recvmsg
David Howells
-16
/
+16
2025-07-17
rxrpc: Fix recv-recv race of completed call
David Howells
-2
/
+18
2025-07-17
rxrpc: Fix irq-disabled in local_bh_enable()
David Howells
-4
/
+4
2025-07-17
net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree
William Liu
-1
/
+3
2025-07-17
net: bridge: Do not offload IGMP/MLD messages
Joseph Huang
-0
/
+3
2025-07-17
net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime
Dong Chenchen
-9
/
+34
2025-07-17
tls: always refresh the queue when reading sock
Jakub Kicinski
-2
/
+1
2025-07-17
phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()
Nathan Chancellor
-1
/
+1
2025-07-17
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
Luiz Augusto von Dentz
-5
/
+21
2025-07-17
Merge tag 'wireless-next-2025-07-17' of https://git.kernel.org/pub/scm/linux/...
Paolo Abeni
-127
/
+230
[prev]
[next]