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
2023-10-23
wifi: mac80211: drop robust action frames before assoc
Johannes Berg
1
-0
/
+9
2023-10-23
wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...
Vinayak Yadawad
5
-15
/
+23
2023-10-23
wifi: mac80211: fix another key installation error path
Johannes Berg
1
-2
/
+4
2023-10-23
wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...
Kalle Valo
5
-5
/
+5
2023-10-23
wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()
Kalle Valo
2
-3
/
+3
2023-10-23
wifi: mac80211: fix change_address deadlock during unregister
Johannes Berg
1
-0
/
+8
2023-10-23
wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...
Gustavo A. R. Silva
2
-2
/
+2
2023-10-23
wifi: remove unused argument of ieee80211_get_tdls_action()
Dmitry Antipov
1
-4
/
+1
2023-10-23
wifi: mac80211: add link id to mgd_prepare_tx()
Miri Korenblit
2
-1
/
+9
2023-10-23
wifi: mac80211: Check if we had first beacon with relevant links
Miri Korenblit
1
-3
/
+14
2023-10-23
wifi: mac80211: flush STA queues on unauthorization
Johannes Berg
1
-12
/
+20
2023-10-23
wifi: mac80211: purge TX queues in flush_queues flow
Miri Korenblit
3
-10
/
+32
2023-10-23
wifi: cfg80211: wext: convert return value to kernel-doc
Johannes Berg
1
-2
/
+2
2023-10-23
wifi: mac80211: fix a expired vs. cancel race in roc
Emmanuel Grumbach
1
-0
/
+17
2023-10-23
wifi: mac80211: make mgd_protect_tdls_discover MLO-aware
Miri Korenblit
2
-3
/
+7
2023-10-23
wifi: mac80211: Fix setting vif links
Ilan Peer
1
-1
/
+1
2023-10-23
wifi: cfg80211: Handle specific BSSID in 6GHz scanning
Ilan Peer
1
-0
/
+37
2023-10-23
wifi: mac80211: mesh: fix some kdoc warnings
Benjamin Berg
6
-12
/
+34
2023-10-23
wifi: cfg80211: Include operating class 137 in 6GHz band
Ilan Peer
1
-0
/
+1
2023-10-23
wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE
Ilan Peer
2
-1
/
+10
2023-10-23
wifi: mac80211: handle debugfs when switching to/from MLO
Miri Korenblit
5
-10
/
+40
2023-10-23
wifi: mac80211: add a driver callback to add vif debugfs
Miri Korenblit
2
-3
/
+31
2023-10-23
wifi: mac80211: don't recreate driver link debugfs in reconfig
Johannes Berg
1
-3
/
+6
2023-10-23
wifi: mac80211: cleanup auth_data only if association continues
Benjamin Berg
1
-4
/
+13
2023-10-17
net: bridge: Set strict_start_type for br_policy
Johannes Nixdorf
1
-0
/
+2
2023-10-17
net: bridge: Add netlink knobs for number / max learned FDB entries
Johannes Nixdorf
1
-1
/
+14
2023-10-17
net: bridge: Track and limit dynamically learned FDB entries
Johannes Nixdorf
2
-2
/
+37
2023-10-17
net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
Johannes Nixdorf
1
-3
/
+4
2023-10-17
net: openvswitch: Annotate struct mask_array with __counted_by
Christophe JAILLET
1
-1
/
+1
2023-10-17
net: openvswitch: Use struct_size()
Christophe JAILLET
1
-5
/
+2
2023-10-17
net: gso_test: release each segment individually
Florian Westphal
1
-5
/
+9
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
10
-22
/
+122
2023-10-16
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-5
/
+9
2023-10-16
cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...
Liansen Zhai
1
-0
/
+6
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
3
-2
/
+12
2023-10-16
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify
Daniel Borkmann
1
-6
/
+20
2023-10-16
net, sched: Make tc-related drop reason more flexible
Daniel Borkmann
1
-5
/
+10
2023-10-16
ipv4: use tunnel flow flags for tunnel route lookups
Beniamino Galvani
1
-0
/
+1
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
1
-13
/
+13
2023-10-16
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
1
-2
/
+2
2023-10-16
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2
-48
/
+48
2023-10-15
vsock: enable setting SO_ZEROCOPY
Arseniy Krasnov
1
-2
/
+43
2023-10-15
vsock/loopback: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock/virtio: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-10-15
vsock: enable SOCK_SUPPORT_ZC bit
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: check for MSG_ZEROCOPY support on send
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: read from socket's error queue
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: set EPOLLERR on non-empty error queue
Arseniy Krasnov
1
-1
/
+1
2023-10-13
appletalk: remove special handling code for ipddp
Lukas Bulwahn
1
-36
/
+0
2023-10-13
net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
Martin KaFai Lau
1
-1
/
+1
[next]