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-03-07
wifi: mac80211: simplify reasoning about EHT capa handling
Johannes Berg
1
-1
/
+1
2023-03-07
wifi: mac80211: mlme: remove pointless sta check
Johannes Berg
1
-1
/
+1
2023-03-07
wifi: mac80211: add netdev per-link debugfs data and driver hook
Benjamin Berg
6
-55
/
+232
2023-03-07
wifi: mac80211: remove SMPS from AP debugfs
Benjamin Berg
1
-1
/
+0
2023-03-07
wifi: mac80211: add pointer from bss_conf to vif
Benjamin Berg
1
-0
/
+1
2023-03-07
wifi: mac80211: warn only once on AP probe
Johannes Berg
1
-1
/
+1
2023-03-07
wifi: cfg80211/mac80211: report link ID on control port RX
Johannes Berg
3
-10
/
+18
2023-03-07
wifi: mac80211: add support for set_hw_timestamp command
Avraham Stern
1
-0
/
+17
2023-03-07
wifi: nl80211: add a command to enable/disable HW timestamping
Avraham Stern
3
-0
/
+79
2023-03-07
wifi: wireless: cleanup unused function parameters
Mordechay Goodstein
1
-16
/
+5
2023-03-07
wifi: wireless: correct primary channel validation on 6 GHz
Mordechay Goodstein
1
-7
/
+6
2023-03-07
wifi: wireless: return primary channel regardless of DUP
Mordechay Goodstein
1
-3
/
+1
2023-03-07
wifi: mac80211: allow beacon protection HW offload
Johannes Berg
1
-0
/
+4
2023-03-07
wifi: mac80211: check key taint for beacon protection
Johannes Berg
1
-0
/
+6
2023-03-07
wifi: mac80211: clear all bits that relate rtap fields on skb
Mordechay Goodstein
1
-2
/
+9
2023-03-07
wifi: mac80211: adjust scan cancel comment/check
Johannes Berg
1
-4
/
+4
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-46
/
+150
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-6
/
+25
2023-03-06
net: tls: fix device-offloaded sendpage straddling records
Jakub Kicinski
1
-0
/
+2
2023-03-06
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
1
-6
/
+13
2023-03-06
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
2
-2
/
+2
2023-03-06
netfilter: ctnetlink: revert to dumping mark regardless of event type
Ivan Delalande
1
-7
/
+7
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
1
-35
/
+44
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
1
-1
/
+2
2023-03-03
bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...
Liu Jian
3
-0
/
+12
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
1
-6
/
+0
2023-03-02
Merge tag 'ieee802154-for-net-2023-03-02' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-1
/
+1
2023-03-02
net: caif: Fix use-after-free in cfusbl_device_notify()
Shigeru Yoshida
1
-0
/
+3
2023-03-02
ieee802154: Prevent user from crashing the host
Miquel Raynal
1
-1
/
+1
2023-03-02
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
1
-1
/
+2
2023-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Paolo Abeni
2
-1
/
+9
2023-03-01
net: tls: avoid hanging tasks on the tx_lock
Jakub Kicinski
1
-7
/
+19
2023-03-01
net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...
Hangyu Hua
1
-18
/
+5
2023-03-01
Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-6
/
+17
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
1
-3
/
+3
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
1
-2
/
+35
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
1
-0
/
+67
2023-03-01
Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-22
/
+49
2023-03-01
netfilter: nft_quota: copy content when cloning expression
Pablo Neira Ayuso
1
-1
/
+5
2023-03-01
netfilter: nft_last: copy content when cloning expression
Pablo Neira Ayuso
1
-0
/
+4
2023-03-01
net/sched: flower: fix fl_change() error recovery path
Eric Dumazet
1
-4
/
+6
2023-03-01
ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()
Eric Dumazet
1
-0
/
+1
2023-03-01
net/sched: act_connmark: handle errno on tcf_idr_check_alloc
Pedro Tammela
1
-0
/
+3
2023-03-01
net: avoid skb end_offset change in __skb_unclone_keeptruesize()
Eric Dumazet
1
-8
/
+23
2023-02-28
tls: rx: fix return value for async crypto
Jakub Kicinski
1
-1
/
+1
2023-02-27
Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
24
-131
/
+169
2023-02-27
SUNRPC: Properly terminate test case arrays
Chuck Lever
1
-0
/
+5
2023-02-27
SUNRPC: Let Kunit tests run with some enctypes compiled out
Chuck Lever
1
-6
/
+12
2023-02-27
tcp: tcp_check_req() can be called from process context
Eric Dumazet
1
-2
/
+5
2023-02-27
Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-2
/
+2
[prev]
[next]