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-02-21
ip6mr: Simplify the allocation of slab caches in ip6_mr_init
Kunwu Chan
1
-4
/
+1
2024-02-21
net: kcm: Simplify the allocation of slab caches
Kunwu Chan
1
-6
/
+2
2024-02-21
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
3
-34
/
+15
2024-02-21
net: vlan: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-21
net: l2tp: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-21
net: hsr: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-21
net: bridge: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-21
net: dsa: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-20
net: fix pointer check in skb_pp_cow_data routine
Lorenzo Bianconi
1
-1
/
+1
2024-02-20
Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
1
-6
/
+11
2024-02-20
net: reorganize "struct sock" fields
Eric Dumazet
1
-0
/
+62
2024-02-20
net: tcp: Remove redundant initialization of variable len
Colin Ian King
1
-1
/
+1
2024-02-20
arp: Prevent overflow in arp_req_get().
Kuniyuki Iwashima
1
-1
/
+2
2024-02-20
devlink: fix possible use-after-free and memory leaks in devlink_init()
Vasiliy Kovalev
1
-3
/
+9
2024-02-20
ipv6: sr: fix possible use-after-free and null-ptr-deref
Vasiliy Kovalev
1
-9
/
+11
2024-02-20
can: raw: raw_getsockopt(): reduce scope of err
Marc Kleine-Budde
1
-5
/
+8
2024-02-20
net: add netmem to skb_frag_t
Mina Almasry
2
-10
/
+31
2024-02-20
can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTS
Oliver Hartkopp
1
-1
/
+3
2024-02-19
net: sysfs: Do not create sysfs for non BQL device
Breno Leitao
1
-11
/
+24
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
2
-5
/
+18
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
2
-4
/
+8
2024-02-19
net: sched: Annotate struct tc_pedit with __counted_by
Kees Cook
1
-1
/
+1
2024-02-18
mptcp: fix duplicate subflow creation
Paolo Abeni
1
-15
/
+18
2024-02-18
mptcp: fix data races on remote_id
Paolo Abeni
2
-7
/
+7
2024-02-18
mptcp: fix data races on local_id
Paolo Abeni
6
-13
/
+23
2024-02-18
mptcp: fix lockless access in subflow ULP diag
Paolo Abeni
2
-2
/
+6
2024-02-18
mptcp: add needs_id for netlink appending addr
Geliang Tang
1
-5
/
+19
2024-02-18
mptcp: add needs_id for userspace appending addr
Geliang Tang
1
-6
/
+7
2024-02-18
ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
Eric Dumazet
1
-3
/
+18
2024-02-18
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
Eric Dumazet
1
-4
/
+17
2024-02-18
net: bql: allow the config to be disabled
Breno Leitao
1
-0
/
+1
2024-02-16
net/sched: act_mirred: don't override retval if we already lost the skb
Jakub Kicinski
1
-12
/
+10
2024-02-16
net/sched: act_mirred: use the backlog for mirred ingress
Jakub Kicinski
1
-9
/
+5
2024-02-16
tcp: Spelling s/curcuit/circuit/
Geert Uytterhoeven
1
-1
/
+1
2024-02-16
dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
Kuniyuki Iwashima
1
-1
/
+24
2024-02-16
net: bridge: switchdev: Ensure deferred event delivery on unoffload
Tobias Waldekranz
1
-0
/
+10
2024-02-16
net: bridge: switchdev: Skip MDB replays of deferred events on offload
Tobias Waldekranz
2
-28
/
+119
2024-02-16
net/iucv: fix the allocation size of iucv_path_table array
Alexander Gordeev
1
-2
/
+2
2024-02-16
net/iucv: fix virtual vs physical address confusion
Alexander Gordeev
1
-7
/
+8
2024-02-15
net: dsa: remove OF-based MDIO bus registration from DSA core
Arınç ÜNAL
1
-6
/
+1
2024-02-15
Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'
Jakub Kicinski
1
-0
/
+30
2024-02-15
genetlink: Add per family bind/unbind callbacks
Stanislaw Gruszka
1
-0
/
+30
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
57
-228
/
+352
2024-02-15
Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
53
-200
/
+314
2024-02-15
net: sctp: fix skb leak in sctp_inq_free()
Dmitry Antipov
1
-4
/
+10
2024-02-15
net: ipv6/addrconf: clamp preferred_lft to the minimum required
Alex Henrie
1
-9
/
+34
2024-02-15
net: ipv6/addrconf: introduce a regen_min_advance sysctl
Alex Henrie
1
-1
/
+10
2024-02-15
net: ipv6/addrconf: ensure that regen_advance is at least 2 seconds
Alex Henrie
1
-6
/
+9
2024-02-15
tipc: Cleanup tipc_nl_bearer_add() error paths
Shigeru Yoshida
1
-9
/
+6
2024-02-15
tcp: no need to use acceptable for conn_request
Jason Xing
1
-4
/
+1
[prev]
[next]