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
2024-03-29
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2024-03-29
net/rds: fix possible cp null dereference
Mahmoud Adam
1
-1
/
+1
2024-03-29
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
2
-250
/
+64
2024-03-29
af_unix: Detect dead SCC.
Kuniyuki Iwashima
1
-1
/
+43
2024-03-29
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-14
/
+15
2024-03-29
af_unix: Avoid Tarjan's algorithm if unnecessary.
Kuniyuki Iwashima
1
-1
/
+27
2024-03-29
af_unix: Skip GC if no cycle exists.
Kuniyuki Iwashima
1
-1
/
+47
2024-03-29
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-11
/
+15
2024-03-29
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
2
-2
/
+20
2024-03-29
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-1
/
+4
2024-03-29
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-2
/
+44
2024-03-29
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
1
-0
/
+74
2024-03-29
af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.
Kuniyuki Iwashima
1
-11
/
+7
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
3
-3
/
+97
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+8
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
3
-0
/
+51
2024-03-29
tcp/dccp: bypass empty buckets in inet_twsk_purge()
Eric Dumazet
1
-2
/
+7
2024-03-29
Bluetooth: Fix TOCTOU in HCI debugfs implementation
Bastien Nocera
1
-16
/
+32
2024-03-29
Bluetooth: hci_event: set the conn encrypted before conn establishes
Hui Wang
1
-0
/
+25
2024-03-29
Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
Luiz Augusto von Dentz
2
-4
/
+7
2024-03-29
Bluetooth: add quirk for broken address properties
Johan Hovold
1
-1
/
+4
2024-03-29
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
1
-0
/
+6
2024-03-29
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
2
-14
/
+2
2024-03-29
gro: fix ownership transfer
Antoine Tenart
2
-2
/
+4
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
3
-3
/
+12
2024-03-29
net: hsr: Use full string description when opening HSR network device
Lukasz Majewski
1
-7
/
+6
2024-03-29
net/smc: make smc_hash_sk/smc_unhash_sk static
Zhengchao Shao
1
-4
/
+2
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
2
-0
/
+28
2024-03-29
net: sched: cls_api: add filter counter
Asbjørn Sloth Tønnesen
1
-0
/
+19
2024-03-29
net: sched: cls_api: add skip_sw counter
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-03-28
bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncs
Martin KaFai Lau
3
-12
/
+0
2024-03-28
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
1
-0
/
+8
2024-03-28
bpf: Add a check for struct bpf_fib_lookup size
Anton Protopopov
1
-0
/
+3
2024-03-28
bpf: Add support for passing mark with bpf_fib_lookup
Anton Protopopov
1
-3
/
+9
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-5
/
+4
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-43
/
+161
2024-03-28
Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-6
/
+8
2024-03-28
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
3
-15
/
+59
2024-03-28
Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-8
/
+43
2024-03-28
netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.c
Kuniyuki Iwashima
1
-0
/
+1
2024-03-28
netfilter: nf_tables: skip netdev hook unregistration if table is dormant
Pablo Neira Ayuso
1
-6
/
+10
2024-03-28
netfilter: nf_tables: reject table flag and netdev basechain updates
Pablo Neira Ayuso
1
-1
/
+30
2024-03-28
netfilter: nf_tables: reject destroy command to remove basechain hooks
Pablo Neira Ayuso
1
-1
/
+2
2024-03-27
Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
6
-12
/
+23
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-3
/
+3
2024-03-26
tls: get psock ref after taking rxlock to avoid leak
Sabrina Dubroca
1
-1
/
+1
2024-03-26
tls: adjust recv return with async crypto and failed copy to userspace
Sabrina Dubroca
1
-0
/
+3
2024-03-26
tls: recv: process_rx_list shouldn't use an offset with kvec
Sabrina Dubroca
1
-1
/
+1
2024-03-26
net: pin system percpu page_pools to the corresponding NUMA nodes
Alexander Lobakin
1
-1
/
+1
2024-03-26
net: remove skb_free_datagram_locked()
Eric Dumazet
1
-19
/
+0
[prev]
[next]