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
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-47
/
+222
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-3
/
+3
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2
-0
/
+4
2019-11-20
net: page_pool: add the possibility to sync DMA memory for device
Lorenzo Bianconi
1
-6
/
+18
2019-11-20
net: sched: pie: enable timestamp based delay calculation
Gautam Ramakrishnan
1
-8
/
+14
2019-11-20
page_pool: Add API to update numa node
Saeed Mahameed
2
-0
/
+29
2019-11-20
netfilter: nft_payload: add VLAN offload support
Pablo Neira Ayuso
1
-3
/
+6
2019-11-20
netfilter: nf_tables_offload: allow ethernet interface type only
Pablo Neira Ayuso
1
-0
/
+2
2019-11-20
netfilter: nf_tables: constify nft_reg_load{8, 16, 64}()
Pablo Neira Ayuso
1
-3
/
+3
2019-11-18
page_pool: extend tracepoint to also include the page PFN
Jesper Dangaard Brouer
1
-4
/
+9
2019-11-18
page_pool: add destroy attempts counter and rename tracepoint
Jesper Dangaard Brouer
2
-3
/
+8
2019-11-18
net: phy: add core phylib sfp support
Russell King
1
-0
/
+11
2019-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-3
/
+9
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
3
-3
/
+12
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-8
/
+5
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-5
/
+5
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
10
-36
/
+26
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-3
/
+11
2019-11-16
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
3
-57
/
+18
2019-11-15
mm/memory_hotplug: fix try_offline_node()
David Hildenbrand
1
-0
/
+1
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
3
-0
/
+3
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2
-0
/
+9
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2
-27
/
+62
2019-11-15
netfilter: nf_flow_table_offload: add IPv6 support
Pablo Neira Ayuso
1
-3
/
+6
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-2
/
+3
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2
-0
/
+107
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
1
-0
/
+8
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
1
-2
/
+4
2019-11-15
ptp: Introduce strict checking of external time stamp options.
Richard Cochran
1
-1
/
+3
2019-11-15
ptp: Validate requests to enable time stamping of external signals.
Richard Cochran
1
-0
/
+1
2019-11-15
net: dsa: ocelot: add tagger for Ocelot/Felix switches
Vladimir Oltean
1
-0
/
+2
2019-11-15
net: mscc: ocelot: publish ocelot_sys.h to include/soc/mscc
Vladimir Oltean
1
-0
/
+144
2019-11-15
net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.h
Vladimir Oltean
1
-0
/
+539
2019-11-15
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
1
-0
/
+2
2019-11-15
net/smc: immediate termination for SMCD link groups
Ursula Braun
1
-0
/
+2
2019-11-14
vsock: prevent transport modules unloading
Stefano Garzarella
1
-0
/
+2
2019-11-14
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
1
-0
/
+2
2019-11-14
vsock: add multi-transports support
Stefano Garzarella
1
-6
/
+12
2019-11-14
vsock: add vsock_create_connected() called by transports
Stefano Garzarella
1
-4
/
+1
2019-11-14
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
2
-22
/
+8
2019-11-14
vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
Stefano Garzarella
1
-1
/
+1
2019-11-14
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
1
-1
/
+2
2019-11-14
vsock: add 'transport' member in the struct vsock_sock
Stefano Garzarella
1
-0
/
+1
2019-11-14
vsock: remove include/linux/vm_sockets.h file
Stefano Garzarella
3
-15
/
+2
2019-11-14
vsock: remove vm_sockets_get_local_cid()
Stefano Garzarella
1
-2
/
+0
2019-11-14
Merge tag 'mlx5-updates-2019-11-12' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
4
-2
/
+23
2019-11-14
dt-bindings: net: dp83869: Add TI dp83869 phy
Dan Murphy
1
-0
/
+42
2019-11-14
net: openvswitch: add hash info to upcall
Tonghao Zhang
1
-1
/
+3
2019-11-13
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
4
-2
/
+23
2019-11-13
net/mlx5: Add new chain for netfilter flow table offload
Paul Blakey
1
-1
/
+2
[next]