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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-11
Merge branch 'sctp-skb-list'
David S. Miller
3
-41
/
+71
2019-04-11
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().
David Miller
3
-20
/
+13
2019-04-11
sctp: Make sctp_enqueue_event tak an skb list.
David Miller
2
-15
/
+39
2019-04-11
sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
David Miller
1
-1
/
+10
2019-04-11
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
David Miller
1
-6
/
+10
2019-04-11
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
David Miller
1
-1
/
+1
2019-04-11
net: sched: flower: fix filter net reference counting
Vlad Buslov
1
-11
/
+6
2019-04-11
selftests: Add debugging options to pmtu.sh
David Ahern
1
-89
/
+124
2019-04-11
dctcp: more accurate tracking of packets delivery
Eric Dumazet
1
-28
/
+17
2019-04-12
Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
9
-110
/
+97
2019-04-11
block: fix the return errno for direct IO
Jason Yan
1
-4
/
+4
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
75
-425
/
+4603
2019-04-12
bridge: broute: make broute a real ebtables table
Florian Westphal
5
-42
/
+52
2019-04-12
bridge: netfilter: unroll NF_HOOK helper in bridge input path
Florian Westphal
5
-7
/
+56
2019-04-12
bridge: reduce size of input cb to 16 bytes
Florian Westphal
3
-16
/
+16
2019-04-12
selftests: netfilter: add ebtables broute test case
Florian Westphal
2
-1
/
+147
2019-04-12
bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+6
2019-04-11
tools: add smp_* barrier variants to include infrastructure
Daniel Borkmann
2
-2
/
+15
2019-04-11
Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'
David S. Miller
2
-125
/
+149
2019-04-11
ipv6: Refactor __ip6_route_redirect
David Ahern
1
-23
/
+33
2019-04-11
ipv6: Refactor rt6_device_match
David Ahern
1
-13
/
+25
2019-04-11
ipv6: Move fib6_multipath_select down in ip6_pol_route
David Ahern
1
-3
/
+3
2019-04-11
ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup
David Ahern
1
-12
/
+13
2019-04-11
ipv6: Refactor find_rr_leaf
David Ahern
1
-36
/
+30
2019-04-11
ipv6: Refactor find_match
David Ahern
1
-18
/
+32
2019-04-11
ipv6: Pass fib6_nh and flags to rt6_score_route
David Ahern
1
-8
/
+10
2019-04-11
ipv6: Change rt6_probe to take a fib6_nh
David Ahern
2
-12
/
+12
2019-04-11
ipv6: Remove rt6_check_dev
David Ahern
1
-11
/
+4
2019-04-11
ipv6: Only call rt6_check_neigh for nexthop with gateway
David Ahern
1
-9
/
+7
2019-04-11
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+14
2019-04-11
selftests: fib_tests: Fix 'Command line is not complete' errors
David Ahern
1
-54
/
+40
2019-04-11
dns: remove redundant zero length namelen check
Colin Ian King
1
-2
/
+0
2019-04-11
net: netrom: Fix error cleanup path of nr_proto_init
YueHaibing
5
-26
/
+61
2019-04-12
Merge tag 'drm-misc-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
7
-19
/
+66
2019-04-11
net: fec: manage ahb clock in runtime pm
Andy Duan
1
-9
/
+21
2019-04-11
Merge branch 'bpf-l2-encap'
Daniel Borkmann
6
-80
/
+417
2019-04-11
selftests_bpf: add L2 encap to test_tc_tunnel
Alan Maguire
3
-59
/
+277
2019-04-11
bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
Alan Maguire
1
-0
/
+10
2019-04-11
bpf: add layer 2 encap support to bpf_skb_adjust_room
Alan Maguire
2
-4
/
+18
2019-04-11
selftests_bpf: extend test_tc_tunnel for UDP encap
Alan Maguire
3
-48
/
+143
2019-04-11
tipc: use standard write_lock & unlock functions when creating node
Jon Maloy
1
-2
/
+3
2019-04-11
clocksource/drivers/oxnas: Fix OX820 compatible
Neil Armstrong
1
-1
/
+1
2019-04-11
clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macro
Yangtao Li
1
-4
/
+1
2019-04-11
clocksource/drivers/npcm: select TIMER_OF
Arnd Bergmann
1
-0
/
+1
2019-04-11
bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
Stanislav Fomichev
2
-9
/
+29
2019-04-11
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
Trond Myklebust
2
-45
/
+8
2019-04-11
NFSv4.1 fix incorrect return value in copy_file_range
Olga Kornievskaia
2
-4
/
+3
2019-04-11
xprtrdma: Fix helper that drains the transport
Chuck Lever
1
-1
/
+1
2019-04-11
NFS: Fix handling of reply page vector
Chuck Lever
1
-2
/
+2
[prev]
[next]