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-07-18
bpf: Drop useless btf_vmlinux in bpf_tcp_ca
Geliang Tang
1
-2
/
+0
2023-07-18
rtnetlink: Move nesting cancellation rollback to proper function
Gal Pressman
1
-5
/
+4
2023-07-18
net: dsa: remove legacy_pre_march2020 detection
Russell King (Oracle)
1
-41
/
+0
2023-07-17
net: qrtr: Handle IPCR control port format of older targets
Vignesh Viswanathan
1
-0
/
+5
2023-07-17
net: qrtr: ns: Change nodes radix tree to xarray
Vignesh Viswanathan
1
-3
/
+3
2023-07-17
net: qrtr: ns: Change servers radix tree to xarray
Vignesh Viswanathan
1
-109
/
+24
2023-07-17
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
1
-6
/
+6
2023-07-17
can: raw: fix receiver memory leak
Ziyang Xuan
1
-33
/
+24
2023-07-17
net: sched: cls_flower: Undo tcf_bind_filter in case of an error
Victor Nogueira
1
-52
/
+47
2023-07-17
net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
Victor Nogueira
1
-52
/
+47
2023-07-17
net: sched: cls_u32: Undo refcount decrement in case update failed
Victor Nogueira
1
-0
/
+7
2023-07-17
net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
Victor Nogueira
1
-11
/
+30
2023-07-17
net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...
Victor Nogueira
1
-23
/
+12
2023-07-14
Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-15
/
+26
2023-07-14
gso: fix dodgy bit handling for GSO_UDP_L4
Yan Zhai
2
-7
/
+12
2023-07-14
devlink: remove reload failed checks in params get/set callbacks
Jiri Pirko
1
-2
/
+2
2023-07-14
bridge: Add extack warning when enabling STP in netns.
Kuniyuki Iwashima
1
-0
/
+3
2023-07-14
ipv6: Constify the sk parameter of several helper functions.
Guillaume Nault
3
-12
/
+9
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+17
2023-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-110
/
+197
2023-07-13
selftests/bpf: add testcase for TRACING with 6+ arguments
Menglong Dong
1
-1
/
+13
2023-07-13
libceph: harden msgr2.1 frame segment length checks
Ilya Dryomov
1
-15
/
+26
2023-07-13
net/sched: sch_qfq: account for stab overhead in qfq_enqueue
Pedro Tammela
1
-1
/
+6
2023-07-13
net/sched: sch_qfq: reintroduce lmax bound check for MTU
Pedro Tammela
1
-2
/
+9
2023-07-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-07-12
wifi: cfg80211: fix receiving mesh packets without RFC1042 header
Felix Fietkau
1
-0
/
+2
2023-07-12
ipv6: rpl: Remove redundant skb_dst_drop().
Kuniyuki Iwashima
2
-4
/
+1
2023-07-12
tcp: add a scheduling point in established_get_first()
Jian Wen
1
-0
/
+3
2023-07-12
net/sched: flower: Ensure both minimum and maximum ports are specified
Ido Schimmel
1
-0
/
+10
2023-07-11
xdp: use trusted arguments in XDP hints kfuncs
Larysa Zaremba
1
-1
/
+1
2023-07-11
netlink: Make use of __assign_bit() API
Andy Shevchenko
1
-4
/
+1
2023-07-11
net/core: Make use of assign_bit() API
Andy Shevchenko
2
-18
/
+5
2023-07-11
ip_vti: fix potential slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-07-11
ip6_vti: fix slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-07-11
xfrm: fix slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-07-10
xfrm: Silence warnings triggerable by bad packets
Herbert Xu
1
-13
/
+9
2023-07-10
net: sched: Replace strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-07-09
ipv6/addrconf: fix a potential refcount underflow for idev
Ziyang Xuan
1
-2
/
+1
2023-07-08
udp6: fix udp6_ehashfn() typo
Eric Dumazet
1
-1
/
+1
2023-07-08
icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().
Kuniyuki Iwashima
1
-1
/
+4
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
1
-0
/
+5
2023-07-07
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
Ivan Babrou
2
-0
/
+4
2023-07-06
net/sched: cls_fw: Fix improper refcount update leads to use-after-free
M A Ramdhan
1
-5
/
+5
2023-07-06
Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
8
-96
/
+148
2023-07-06
netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
Thadeu Lima de Souza Cascardo
1
-7
/
+7
2023-07-05
Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
15
-135
/
+230
2023-07-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+5
2023-07-05
netfilter: nf_tables: do not ignore genmask when looking up chain by id
Thadeu Lima de Souza Cascardo
1
-4
/
+7
2023-07-05
netfilter: conntrack: don't fold port numbers into addresses before hashing
Florian Westphal
1
-13
/
+7
2023-07-05
netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
Florent Revest
1
-0
/
+4
[prev]
[next]