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-12-21
wifi: cfg80211: avoid double free if updating BSS fails
Benjamin Berg
1
-4
/
+3
2023-12-21
wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error
Benjamin Berg
1
-14
/
+16
2023-12-21
wifi: cfg80211: free beacon_ies when overridden from hidden BSS
Benjamin Berg
1
-0
/
+4
2023-12-21
wifi: mac80211: allow 64-bit radiotap timestamps
Johannes Berg
1
-2
/
+11
2023-12-21
wifi: mac80211: rework RX timestamp flags
Johannes Berg
2
-10
/
+11
2023-12-21
wifi: cfg80211: handle UHB AP and STA power type
Mukesh Sisodiya
3
-0
/
+48
2023-12-21
wifi: mac80211: Schedule regulatory channels check on bandwith change
Andrei Otcheretianski
1
-0
/
+1
2023-12-21
wifi: cfg80211: Schedule regulatory check on BSS STA channel change
Andrei Otcheretianski
4
-1
/
+23
2023-12-21
wifi: cfg80211: reg: Support P2P operation on DFS channels
Andrei Otcheretianski
3
-7
/
+92
2023-12-21
wifi: mac80211: Skip association timeout update after comeback rejection
Jouni Malinen
2
-0
/
+12
2023-12-21
Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+9
2023-12-21
Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
25
-110
/
+269
2023-12-21
keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
David Howells
1
-1
/
+9
2023-12-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-0
/
+2
2023-12-21
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-21
net/ipv6: Revert remove expired routes with a separated list of routes
David Ahern
2
-52
/
+9
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
1
-0
/
+2
2023-12-20
Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+2
2023-12-20
netfilter: nf_tables: skip set commit for deleted/destroyed sets
Pablo Neira Ayuso
1
-1
/
+1
2023-12-20
net: sched: Add initial TC error skb drop reasons
Victor Nogueira
2
-9
/
+16
2023-12-20
net: sched: Make tc-related drop reason more flexible for remaining qdiscs
Victor Nogueira
1
-2
/
+5
2023-12-20
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
3
-18
/
+11
2023-12-20
rtnetlink: bridge: Enable MDB bulk deletion
Ido Schimmel
1
-1
/
+2
2023-12-20
bridge: mdb: Add MDB bulk deletion support
Ido Schimmel
3
-0
/
+142
2023-12-20
rtnetlink: bridge: Invoke MDB bulk deletion when needed
Ido Schimmel
1
-0
/
+8
2023-12-20
rtnetlink: bridge: Use a different policy for MDB bulk delete
Ido Schimmel
1
-2
/
+49
2023-12-20
Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
5
-23
/
+67
2023-12-20
netfilter: nf_tables: set transport offset from mac header for netdev/egress
Pablo Neira Ayuso
1
-1
/
+1
2023-12-19
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2
-4
/
+2
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
3
-21
/
+21
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
3
-20
/
+20
2023-12-19
devlink: extend multicast filtering by port index
Jiri Pirko
5
-5
/
+30
2023-12-19
devlink: add a command to set notification filter and use it for multicasts
Jiri Pirko
4
-4
/
+157
2023-12-19
netlink: introduce typedef for filter function
Jiri Pirko
1
-2
/
+1
2023-12-19
genetlink: introduce per-sock family private storage
Jiri Pirko
1
-1
/
+143
2023-12-19
devlink: introduce a helper for netlink multicast send
Jiri Pirko
9
-22
/
+18
2023-12-19
devlink: send notifications only if there are listeners
Jiri Pirko
9
-9
/
+21
2023-12-19
devlink: introduce __devl_is_registered() helper and use it instead of xa_get...
Jiri Pirko
4
-4
/
+10
2023-12-19
devlink: use devl_is_registered() helper instead xa_get_mark()
Jiri Pirko
3
-6
/
+9
2023-12-19
bpf: Use nla_ok() instead of checking nla_len directly
Jakub Kicinski
1
-1
/
+1
2023-12-19
net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...
Liu Jian
1
-1
/
+8
2023-12-19
wifi: mac80211: add/remove driver debugfs entries as appropriate
Benjamin Berg
2
-6
/
+13
2023-12-19
wifi: mac80211: do not re-add debugfs entries during resume
Benjamin Berg
1
-3
/
+3
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
10
-27
/
+317
2023-12-18
Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
27
-143
/
+535
2023-12-18
SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
Chuck Lever
1
-3
/
+2
2023-12-18
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
1
-9
/
+3
2023-12-17
mptcp: fill in missing MODULE_DESCRIPTION()
Matthieu Baerts
2
-0
/
+2
2023-12-17
mptcp: fix inconsistent state on fastopen race
Paolo Abeni
3
-17
/
+26
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
1
-12
/
+40
[prev]
[next]