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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-05
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
1
-0
/
+1
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
1
-0
/
+2
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
1
-0
/
+3
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
3
-8
/
+10
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
6
-1
/
+55
2022-06-29
bpf: convert cgroup_bpf.progs to hlist
Stanislav Fomichev
2
-3
/
+3
2022-06-29
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
1
-6
/
+5
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
1
-0
/
+1
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2
-0
/
+15
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
3
-4
/
+6
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
1
-0
/
+2
2022-06-19
net: mii: add mii_bmcr_encode_fixed()
Russell King (Oracle)
1
-0
/
+35
2022-06-19
raw: convert raw sockets to RCU
Eric Dumazet
2
-1
/
+11
2022-06-19
raw: use more conventional iterators
Eric Dumazet
2
-6
/
+5
2022-06-19
net: dsa: felix: update base time of time-aware shaper when adjusting PTP time
Xiaoliang Yang
1
-0
/
+7
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-45
/
+231
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
1
-3
/
+0
2022-06-17
net: pcs: xpcs: add CL37 1000BASE-X AN support
Ong Boon Leong
1
-0
/
+1
2022-06-17
net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105
Ong Boon Leong
1
-1
/
+1
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2
-0
/
+79
2022-06-16
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
1
-0
/
+13
2022-06-16
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
1
-4
/
+6
2022-06-16
linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()
Rasmus Villemoes
1
-0
/
+3
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-118
/
+103
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
1
-0
/
+52
2022-06-16
bpf: move bpf_prog to bpf.h
Delyan Kratunov
2
-34
/
+36
2022-06-16
Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-84
/
+1
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
3
-84
/
+1
2022-06-15
Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2022-06-14
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Jakub Kicinski
5
-32
/
+171
2022-06-14
netfs: fix up netfs_inode_init() docbook comment
Linus Torvalds
1
-1
/
+1
2022-06-14
bpf: Fix spelling in bpf_verifier.h
Hongyi Lu
1
-1
/
+1
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2022-06-13
net/mlx5: Add bits and fields to support enhanced CQE compression
Ofer Levi
2
-3
/
+20
2022-06-13
net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK
Shay Drory
1
-19
/
+0
2022-06-13
net/mlx5: Add support EXECUTE_ASO action for flow entry
Jianbo Liu
1
-0
/
+14
2022-06-13
net/mlx5: Add HW definitions of vport debug counters
Saeed Mahameed
1
-4
/
+19
2022-06-13
net/mlx5: Add IFC bits and enums for flow meter
Jianbo Liu
2
-4
/
+111
2022-06-13
RDMA/mlx5: Support handling of modify-header pattern ICM area
Yevgeny Kliteynik
1
-0
/
+1
2022-06-13
net/mlx5: Manage ICM of type modify-header pattern
Yevgeny Kliteynik
1
-0
/
+1
2022-06-13
net/mlx5: Introduce header-modify-pattern ICM properties
Yevgeny Kliteynik
1
-2
/
+5
2022-06-13
usercopy: Handle vm_map_ram() areas
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-06-13
net: make __sys_accept4_file() static
Yajun Deng
1
-4
/
+0
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-2
/
+1
2022-06-12
Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+61
2022-06-12
Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+2
2022-06-11
workqueue: Switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
1
-1
/
+1
2022-06-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+3
2022-06-10
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+15
2022-06-10
Merge tag 'for-5.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
[next]