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-09-11
wifi: mac80211: move TDLS work to wiphy work
Johannes Berg
3
-10
/
+12
2023-09-11
wifi: mac80211: move sched-scan stop work to wiphy work
Johannes Berg
3
-8
/
+10
2023-09-11
wifi: mac80211: move dynamic PS to wiphy work
Johannes Berg
7
-19
/
+24
2023-09-11
wifi: mac80211: move link activation work to wiphy work
Johannes Berg
3
-6
/
+8
2023-09-11
wifi: mac80211: move offchannel works to wiphy work
Johannes Berg
3
-23
/
+23
2023-09-11
wifi: mac80211: lock wiphy in IP address notifier
Johannes Berg
2
-1
/
+35
2023-09-11
wifi: mac80211: move monitor work to wiphy work
Johannes Berg
2
-7
/
+9
2023-09-11
wifi: mac80211: move scan work to wiphy work
Johannes Berg
5
-25
/
+18
2023-09-11
wifi: mac80211: move radar detect work to wiphy work
Johannes Berg
3
-10
/
+11
2023-09-11
wifi: mac80211: move DFS CAC work to wiphy work
Johannes Berg
6
-15
/
+16
2023-09-11
wifi: mac80211: add more ops assertions
Johannes Berg
2
-0
/
+36
2023-09-11
wifi: mac80211: convert A-MPDU work to wiphy work
Johannes Berg
6
-17
/
+15
2023-09-11
wifi: mac80211: flush wiphy work where appropriate
Johannes Berg
2
-0
/
+2
2023-09-11
wifi: cfg80211: add flush functions for wiphy work
Johannes Berg
3
-5
/
+36
2023-09-11
wifi: cfg80211: check RTNL when iterating devices
Johannes Berg
6
-17
/
+27
2023-09-11
wifi: mac80211: lock wiphy for aggregation debugfs
Johannes Berg
1
-1
/
+3
2023-09-11
wifi: mac80211: hold wiphy lock in netdev/link debugfs
Johannes Berg
1
-33
/
+90
2023-09-11
wifi: mac80211: debugfs: lock wiphy instead of RTNL
Johannes Berg
1
-3
/
+3
2023-09-11
wifi: mac80211: fix SMPS status handling
Johannes Berg
5
-50
/
+78
2023-09-11
wifi: mac80211: Fix SMPS handling in the context of MLO
Ilan Peer
3
-5
/
+11
2023-09-11
wifi: mac80211: rework ack_frame_id handling a bit
Johannes Berg
4
-7
/
+19
2023-09-11
wifi: mac80211: tx: clarify conditions in if statement
Johannes Berg
1
-3
/
+4
2023-09-11
netfilter: nf_tables: disallow element removal on anonymous sets
Pablo Neira Ayuso
1
-4
/
+5
2023-09-11
kcm: Fix memory leak in error path of kcm_sendmsg()
Shigeru Yoshida
1
-0
/
+2
2023-09-11
hsr: Fix uninit-value access in fill_frame_info()
Ziyang Xuan
1
-0
/
+1
2023-09-10
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-09-10
net/smc: bugfix for smcr v2 server connect success statistic
Guangguan Wang
1
-1
/
+2
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
47
-175
/
+317
2023-09-08
netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
Pablo Neira Ayuso
1
-6
/
+3
2023-09-08
netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
Pablo Neira Ayuso
1
-1
/
+1
2023-09-08
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
4
-6
/
+22
2023-09-08
netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
Pablo Neira Ayuso
1
-4
/
+2
2023-09-08
netfilter: nf_tables: disallow rule removal from chain binding
Pablo Neira Ayuso
1
-5
/
+13
2023-09-07
Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Paolo Abeni
5
-15
/
+35
2023-09-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+8
2023-09-06
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-38
/
+761
2023-09-06
netfilter: nf_tables: Unbreak audit log reset
Pablo Neira Ayuso
1
-5
/
+6
2023-09-06
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...
Kyle Zeng
1
-0
/
+1
2023-09-06
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
Pablo Neira Ayuso
1
-2
/
+6
2023-09-06
netfilter: nfnetlink_osf: avoid OOB read
Wander Lairson Costa
1
-0
/
+8
2023-09-06
netfilter: nftables: exthdr: fix 4-byte stack OOB write
Florian Westphal
1
-8
/
+14
2023-09-06
xfrm: interface: use DEV_STATS_INC()
Eric Dumazet
1
-12
/
+10
2023-09-06
net/ipv6: SKB symmetric hash should incorporate transport ports
Quan Tian
1
-2
/
+1
2023-09-05
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
1
-1
/
+2
2023-09-05
net: xfrm: skip policies marked as dead while reinserting policies
Dong Chenchen
1
-6
/
+13
2023-09-05
kcm: Destroy mutex in kcm_exit_net()
Shigeru Yoshida
1
-0
/
+2
2023-09-05
net: sched: sch_qfq: Fix UAF in qfq_dequeue()
valis
2
-6
/
+18
2023-09-04
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-04
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
[prev]
[next]