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-03-09
udp: introduce __sk_mem_schedule() usage
Jason Xing
1
-11
/
+16
2023-03-09
Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...
Jakub Kicinski
6
-77
/
+142
2023-03-09
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
1
-31
/
+0
2023-03-09
net: sched: remove qdisc_watchdog->last_expires
Eric Dumazet
1
-2
/
+4
2023-03-09
netlink: remove unused 'compare' function
Florian Westphal
2
-3
/
+0
2023-03-09
mctp: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
32
-105
/
+202
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
28
-77
/
+136
2023-03-09
sctp: add weighted fair queueing stream scheduler
Xin Long
2
-4
/
+47
2023-03-09
sctp: add fair capacity stream scheduler
Xin Long
3
-1
/
+186
2023-03-08
net: avoid double iput when sock_alloc_file fails
Thadeu Lima de Souza Cascardo
1
-7
/
+4
2023-03-08
af_unix: fix struct pid leaks in OOB support
Eric Dumazet
1
-2
/
+8
2023-03-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-0
/
+34
2023-03-08
netfilter: nat: fix indentation of function arguments
Jeremy Sowden
1
-2
/
+2
2023-03-08
netfilter: conntrack: fix typo
Jeremy Sowden
1
-1
/
+1
2023-03-08
netfilter: use nf_ip6_check_hbh_len in nf_ct_skb_network_trim
Xin Long
1
-2
/
+9
2023-03-08
netfilter: move br_nf_check_hbh_len to utils
Xin Long
2
-54
/
+53
2023-03-08
netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_len
Xin Long
1
-19
/
+14
2023-03-08
netfilter: bridge: check len before accessing more nh data
Xin Long
1
-25
/
+20
2023-03-08
netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_len
Xin Long
1
-5
/
+9
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
2
-1
/
+7
2023-03-08
netfilter: bridge: introduce broute meta statement
Sriram Yagnaraman
1
-3
/
+68
2023-03-08
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
1
-5
/
+8
2023-03-08
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2
-2
/
+2
2023-03-07
net: remove enum skb_free_reason
Eric Dumazet
1
-11
/
+9
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
4
-4
/
+4
2023-03-07
nfc: change order inside nfc_se_io error path
Fedor Pchelkin
1
-1
/
+1
2023-03-07
bpf, net: xskmap memory usage
Yafang Shao
1
-0
/
+13
2023-03-07
bpf, net: sock_map memory usage
Yafang Shao
1
-0
/
+20
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
1
-0
/
+1
2023-03-07
Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...
Paolo Abeni
4
-11
/
+11
2023-03-07
netfilter: conntrack: adopt safer max chain length
Eric Dumazet
1
-2
/
+2
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-46
/
+150
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-6
/
+25
2023-03-06
net: tls: fix device-offloaded sendpage straddling records
Jakub Kicinski
1
-0
/
+2
2023-03-06
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
1
-6
/
+13
2023-03-06
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
2
-2
/
+2
2023-03-06
netfilter: ctnetlink: revert to dumping mark regardless of event type
Ivan Delalande
1
-7
/
+7
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
1
-35
/
+44
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
1
-1
/
+2
2023-03-03
bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...
Liu Jian
3
-0
/
+12
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
1
-6
/
+0
2023-03-02
Merge tag 'ieee802154-for-net-2023-03-02' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-1
/
+1
2023-03-02
net: caif: Fix use-after-free in cfusbl_device_notify()
Shigeru Yoshida
1
-0
/
+3
2023-03-02
ieee802154: Prevent user from crashing the host
Miquel Raynal
1
-1
/
+1
2023-03-02
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
1
-1
/
+2
2023-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Paolo Abeni
2
-1
/
+9
2023-03-01
net: tls: avoid hanging tasks on the tx_lock
Jakub Kicinski
1
-7
/
+19
2023-03-01
net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...
Hangyu Hua
1
-18
/
+5
2023-03-01
Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-6
/
+17
[next]