index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
wifi: mac80211: accept broadcast probe responses on 6 GHz
Johannes Berg
1
-12
/
+18
2024-02-02
wifi: mac80211: adding missing drv_mgd_complete_tx() call
Johannes Berg
1
-0
/
+1
2024-02-02
wifi: mac80211: fix waiting for beacons logic
Johannes Berg
1
-2
/
+1
2024-02-02
wifi: mac80211: fix unsolicited broadcast probe config
Johannes Berg
1
-7
/
+7
2024-02-02
wifi: mac80211: initialize SMPS mode correctly
Johannes Berg
1
-4
/
+3
2024-02-02
wifi: mac80211: fix driver debugfs for vif type change
Johannes Berg
3
-8
/
+3
2024-02-02
wifi: mac80211: set station RX-NSS on reconfig
Johannes Berg
1
-0
/
+2
2024-02-02
wifi: mac80211: fix RCU use in TDLS fast-xmit
Johannes Berg
1
-3
/
+4
2024-02-02
wifi: mac80211: improve CSA/ECSA connection refusal
Johannes Berg
1
-27
/
+76
2024-02-02
wifi: cfg80211: detect stuck ECSA element in probe resp
Johannes Berg
1
-1
/
+58
2024-01-26
wifi: mac80211: Drop WBRF debugging statements
Mario Limonciello
1
-2
/
+0
2024-01-26
wifi: cfg80211: fix wiphy delayed work queueing
Johannes Berg
1
-1
/
+2
2024-01-26
Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...
Jeff Johnson
1
-55
/
+0
2024-01-26
wifi: mac80211: apply duration for SW scan
Michael-CY Lee
1
-2
/
+8
2024-01-26
wifi: mac80211: use deflink and fix typo in link ID check
Benjamin Berg
1
-2
/
+2
2024-01-26
wifi: mac80211: don't set bss_conf in parsing
Johannes Berg
2
-20
/
+28
2024-01-26
wifi: mac80211: disallow drivers with HT wider than HE
Johannes Berg
1
-0
/
+18
2024-01-26
wifi: mac80211: simplify HE capability access
Johannes Berg
1
-27
/
+5
2024-01-26
wifi: mac80211: remove extra element parsing
Johannes Berg
1
-22
/
+2
2024-01-26
wifi: mac80211: simplify ieee80211_config_bw() prototype
Johannes Berg
1
-12
/
+8
2024-01-26
wifi: cfg80211: validate MLO connections better
Johannes Berg
4
-17
/
+128
2024-01-26
wifi: mac80211: take EML/MLD capa from assoc response
Johannes Berg
1
-9
/
+13
2024-01-26
wifi: mac80211: add support for SPP A-MSDUs
Johannes Berg
6
-11
/
+39
2024-01-26
wifi: cfg80211: add support for SPP A-MSDUs
Johannes Berg
1
-3
/
+21
2024-01-26
wifi: mac80211: add support for negotiated TTLM request
Ayala Beker
5
-0
/
+146
2024-01-26
wifi: mac80211: process and save negotiated TID to Link mapping request
Ayala Beker
7
-17
/
+420
2024-01-26
wifi: cfg80211: add RNR with reporting AP information
Benjamin Berg
2
-8
/
+163
2024-01-26
wifi: wireless: avoid strlen() in cfg80211_michael_mic_failure()
Dmitry Antipov
1
-5
/
+5
2024-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-74
/
+229
2024-01-25
Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
35
-59
/
+223
2024-01-25
Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-2
/
+2
2024-01-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
3
-10
/
+47
2024-01-25
tipc: node: remove Excess struct member kernel-doc warnings
Randy Dunlap
1
-2
/
+0
2024-01-25
tipc: socket: remove Excess struct member kernel-doc warning
Randy Dunlap
1
-1
/
+0
2024-01-25
xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
Maciej Fijalkowski
1
-0
/
+2
2024-01-25
xsk: fix usage of multi-buffer BPF helpers for ZC XDP
Maciej Fijalkowski
1
-6
/
+36
2024-01-25
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
1
-0
/
+1
2024-01-25
xsk: recycle buffer in case Rx queue was full
Maciej Fijalkowski
1
-4
/
+8
2024-01-24
netfilter: nf_tables: validate NFPROTO_* family
Pablo Neira Ayuso
8
-2
/
+47
2024-01-24
netfilter: nf_tables: reject QUEUE/DROP verdict parameters
Florian Westphal
1
-10
/
+6
2024-01-24
netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
Florian Westphal
1
-0
/
+4
2024-01-24
netfilter: nft_limit: reject configurations that cause integer overflow
Florian Westphal
1
-7
/
+16
2024-01-24
netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
Pablo Neira Ayuso
1
-2
/
+9
2024-01-24
net/sched: flower: Fix chain template offload
Ido Schimmel
2
-1
/
+31
2024-01-24
net/ipv6: resolve warning in ip6_fib.c
Breno Leitao
2
-10
/
+13
2024-01-24
net/ipv6: Remove unnecessary pr_debug() logs
Breno Leitao
1
-4
/
+0
2024-01-23
Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
5
-4
/
+8
2024-01-23
inet_diag: skip over empty buckets
Eric Dumazet
1
-0
/
+8
2024-01-23
sock_diag: remove sock_diag_mutex
Eric Dumazet
1
-4
/
+0
2024-01-23
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
2
-19
/
+33
[prev]
[next]