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-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
5
-7
/
+7
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
2023-08-19
net: add skb_queue_purge_reason and __skb_queue_purge_reason
Eric Dumazet
1
-4
/
+7
2023-08-19
xprtrdma: Remap Receive buffers after a reconnect
Chuck Lever
1
-5
/
+4
2023-08-19
net/smc: Extend SMCR v2 linkgroup netlink attribute
Guangguan Wang
1
-0
/
+4
2023-08-19
net/smc: support max links per lgr negotiation in clc handshake
Guangguan Wang
6
-24
/
+82
2023-08-19
net/smc: support max connections per lgr negotiation
Guangguan Wang
6
-6
/
+62
2023-08-19
net/smc: support smc v2.x features validate
Guangguan Wang
3
-0
/
+71
2023-08-19
net/smc: add vendor unique experimental options area in clc handshake
Guangguan Wang
3
-24
/
+37
2023-08-19
net/smc: support smc release version negotiation in clc handshake
Guangguan Wang
5
-13
/
+51
2023-08-18
dccp: annotate data-races in dccp_poll()
Eric Dumazet
1
-8
/
+12
2023-08-18
tcp: refine skb->ooo_okay setting
Eric Dumazet
1
-7
/
+14
2023-08-18
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-08-18
devlink: add missing unregister linecard notification
Jiri Pirko
1
-0
/
+3
2023-08-18
Merge tag 'batadv-next-pullrequest-20230816' of git://git.open-mesh.org/linux...
Jakub Kicinski
11
-221
/
+28
2023-08-18
Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...
Jakub Kicinski
6
-5
/
+29
2023-08-18
net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
Jesper Dangaard Brouer
1
-1
/
+12
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-67
/
+113
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
1
-7
/
+4
2023-08-18
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2
-2
/
+2
2023-08-18
lwt: Fix return values of BPF xmit ops
Yan Zhai
1
-4
/
+3
2023-08-18
Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
18
-67
/
+110
2023-08-17
netem: use seeded PRNG for correlated loss events
François Michel
1
-10
/
+12
2023-08-17
netem: use a seeded PRNG for generating random losses
François Michel
1
-5
/
+6
2023-08-17
netem: add prng attribute to netem_sched_data
François Michel
1
-0
/
+16
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
2023-08-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-1
/
+40
2023-08-16
bpf: Add update_socket_protocol hook
Geliang Tang
2
-1
/
+40
2023-08-16
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
2
-9
/
+52
2023-08-16
Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
David S. Miller
5
-29
/
+66
2023-08-16
inet: implement lockless IP_MINTTL
Eric Dumazet
1
-18
/
+14
2023-08-16
inet: implement lockless IP_TTL
Eric Dumazet
2
-16
/
+13
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
5
-13
/
+17
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
4
-9
/
+9
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
5
-15
/
+13
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
6
-9
/
+9
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
7
-28
/
+24
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
4
-14
/
+14
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
8
-17
/
+15
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
9
-39
/
+29
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
5
-19
/
+17
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2
-10
/
+10
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
8
-30
/
+27
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
1
-56
/
+62
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
7
-60
/
+39
2023-08-16
ipv6: fix indentation of a config attribute
Prasad Pandit
1
-1
/
+1
2023-08-16
Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
8
-30
/
+33
2023-08-15
net: warn about attempts to register negative ifindex
Jakub Kicinski
1
-0
/
+5
2023-08-15
net: openvswitch: reject negative ifindex
Jakub Kicinski
1
-4
/
+4
2023-08-15
nexthop: Do not increment dump sentinel at the end of the dump
Ido Schimmel
1
-1
/
+0
[prev]
[next]