index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-20
wifi: nl80211: support MLO in auth/assoc
Johannes Berg
3
-6
/
+117
2022-06-20
wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx mode
Johannes Berg
1
-1
/
+2
2022-06-20
wifi: cfg80211: simplify cfg80211_mlme_auth() prototype
Johannes Berg
4
-55
/
+46
2022-06-20
wifi: nl80211: refactor BSS lookup in nl80211_associate()
Johannes Berg
1
-21
/
+38
2022-06-20
wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()
Johannes Berg
4
-22
/
+27
2022-06-20
wifi: mac80211: tx: simplify chanctx_conf handling
Johannes Berg
1
-36
/
+9
2022-06-20
wifi: mac80211: status: look up band only where needed
Johannes Berg
5
-23
/
+13
2022-06-20
wifi: mac80211: sort trace.h file
Johannes Berg
1
-456
/
+456
2022-06-20
wifi: mac80211: correct link config data in tracing
Johannes Berg
1
-23
/
+25
2022-06-20
wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-aware
Johannes Berg
5
-11
/
+13
2022-06-20
wifi: mac80211: make some SMPS code MLD-aware
Johannes Berg
7
-25
/
+38
2022-06-20
wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-aware
Johannes Berg
6
-11
/
+12
2022-06-20
wifi: mac80211: add link_id to eht.c code for MLO
Johannes Berg
4
-7
/
+12
2022-06-20
wifi: mac80211: add link_id to vht.c code for MLO
Johannes Berg
10
-78
/
+89
2022-06-20
wifi: mac80211: refactor some link setup code
Johannes Berg
1
-11
/
+22
2022-06-20
wifi: mac80211: validate some driver features for MLO
Johannes Berg
1
-0
/
+42
2022-06-20
wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKS
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: refactor some sta_info link handling
Johannes Berg
1
-23
/
+56
2022-06-20
wifi: mac80211: remove sta_info_tx_streams()
Johannes Berg
2
-36
/
+0
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
19
-391
/
+566
2022-06-20
wifi: mac80211: pass link ID where already present
Johannes Berg
1
-3
/
+4
2022-06-20
wifi: mac80211: add per-link configuration pointer
Johannes Berg
2
-2
/
+22
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
15
-109
/
+241
2022-06-20
wifi: mac80211: reorg some iface data structs for MLD
Johannes Berg
22
-486
/
+534
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
13
-67
/
+76
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
20
-122
/
+125
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
19
-487
/
+1084
2022-06-20
wifi: mac80211: reject WEP or pairwise keys with key ID > 3
Johannes Berg
1
-5
/
+13
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
1
-3
/
+4
2022-06-15
net: bridge: allow add/remove permanent mdb entries on disabled ports
Casper Andersson
1
-6
/
+9
2022-06-13
ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()
Marco Bonelli
1
-15
/
+2
2022-06-13
net: make __sys_accept4_file() static
Yajun Deng
1
-9
/
+6
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-3
/
+6
2022-06-10
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
1
-2
/
+0
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
10
-45
/
+5
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
11
-0
/
+39
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
7
-23
/
+23
2022-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+5
2022-06-10
Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
14
-430
/
+80
2022-06-10
wifi: mac80211: refactor some key code
Johannes Berg
2
-33
/
+41
2022-06-10
wifi: mac80211: remove cipher scheme support
Johannes Berg
14
-397
/
+39
2022-06-09
Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...
Jakub Kicinski
15
-214
/
+48
2022-06-09
net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev
Andrea Mayer
1
-0
/
+1
2022-06-09
net: add napi_get_frags_check() helper
Eric Dumazet
1
-0
/
+18
2022-06-09
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
1
-1
/
+2
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
1
-1
/
+1
2022-06-09
af_unix: use DEBUG_NET_WARN_ON_ONCE()
Eric Dumazet
1
-4
/
+4
2022-06-09
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
1
-3
/
+3
2022-06-09
net: use WARN_ON_ONCE() in inet_sock_destruct()
Eric Dumazet
1
-4
/
+4
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
[next]