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-01-28
net: tls: Fix deadlock in free_resources tx
Dave Watson
1
-0
/
+2
2019-01-28
net: tls: Save iv in tls_rec for async crypto requests
Dave Watson
2
-1
/
+5
2019-01-28
vhost: fix OOB in get_rx_bufs()
Jason Wang
5
-7
/
+11
2019-01-28
enetc: include linux/vmalloc.h for vzalloc etc
Stephen Rothwell
1
-0
/
+1
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
138
-16128
/
+21229
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
61
-1697
/
+1178
2019-01-29
Merge branch 'bpf-flow-dissector-tests'
Daniel Borkmann
9
-78
/
+284
2019-01-29
selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissector
Stanislav Fomichev
4
-40
/
+139
2019-01-29
bpf: add BPF_PROG_TEST_RUN support for flow dissector
Stanislav Fomichev
3
-0
/
+86
2019-01-29
net/flow_dissector: move bpf case into __skb_flow_bpf_dissect
Stanislav Fomichev
2
-38
/
+59
2019-01-29
tools: bpftool: warn about risky prog array updates
Jakub Kicinski
1
-0
/
+3
2019-01-29
selftests: bpf: remove duplicated include
YueHaibing
3
-4
/
+0
2019-01-28
Merge branch 'qed-Bug-fixes'
David S. Miller
6
-12
/
+51
2019-01-28
qed: Fix stack out of bounds bug
Manish Chopra
1
-4
/
+4
2019-01-28
qed: Fix system crash in ll2 xmit
Manish Chopra
1
-5
/
+15
2019-01-28
qed: Fix VF probe failure while FLR
Manish Chopra
1
-0
/
+10
2019-01-28
qed: Fix LACP pdu drops for VFs
Manish Chopra
3
-2
/
+16
2019-01-28
qed: Fix bug in tx promiscuous mode settings
Manish Chopra
1
-1
/
+6
2019-01-28
Merge branch 'qed-Error-recovery-process'
David S. Miller
18
-202
/
+723
2019-01-28
qede: Error recovery process
Tomer Tayar
4
-74
/
+294
2019-01-28
qed: Add infrastructure for error detection and recovery
Tomer Tayar
11
-16
/
+251
2019-01-28
qed: Revise load sequence to avoid PCI errors
Tomer Tayar
7
-112
/
+178
2019-01-28
benet: remove broken and unused macro
Lubomir Rintel
1
-4
/
+0
2019-01-28
net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-51
/
+165
2019-01-28
Merge branch 'mlxsw-Misc-updates'
David S. Miller
12
-39
/
+32
2019-01-28
selftests: forwarding: Use OK instead of PASS in test output
Ido Schimmel
1
-1
/
+1
2019-01-28
selftests: net: forwarding: change devlink resource support checking
Jiri Pirko
1
-1
/
+1
2019-01-28
Documentation: add devlink param file for mlxsw driver
Jiri Pirko
1
-0
/
+2
2019-01-28
mlxsw: spectrum_switchdev: Add more extack messages
Ido Schimmel
1
-2
/
+8
2019-01-28
mlxsw: spectrum_acl: Fix rul/rule typo
Jiri Pirko
1
-2
/
+2
2019-01-28
mlxsw: spectrum_acl: Move mr_ruleset and mr_rule structs
Jiri Pirko
1
-9
/
+9
2019-01-28
mlxsw: spectrum_acl: Remove unnecessary arg on action_replace call path
Jiri Pirko
8
-24
/
+9
2019-01-28
Revert "mm, memory_hotplug: initialize struct pages for the full memory section"
Michal Hocko
1
-12
/
+0
2019-01-28
netfilter: ipv4: remove useless export_symbol
Florian Westphal
3
-24
/
+19
2019-01-28
netfilter: conntrack: fix error path in nf_conntrack_pernet_init()
Cong Wang
1
-2
/
+2
2019-01-28
netfilter: nft_counter: remove wrong __percpu of nft_counter_resest()'s arg
Luc Van Oostenryck
1
-1
/
+1
2019-01-28
ipvs: use indirect call wrappers
Matteo Croce
3
-10
/
+45
2019-01-28
ipvs: avoid indirect calls when calculating checksums
Matteo Croce
5
-18
/
+19
2019-01-28
netfilter: ipt_CLUSTERIP: fix warning unused variable cn
Anders Roxell
1
-1
/
+1
2019-01-28
netfilter: nfnetlink_osf: add missing fmatch check
Fernando Fernandez Mancera
1
-0
/
+4
2019-01-28
netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are present
Florian Westphal
1
-3
/
+6
2019-01-27
net: dsa: mv88e6xxx: Fix serdes irq setup going recursive
Andrew Lunn
1
-1
/
+1
2019-01-27
ip6mr: Fix notifiers call on mroute_clean_tables()
Nir Dotan
1
-4
/
+3
2019-01-27
decnet: fix DN_IFREQ_SIZE
Johannes Berg
1
-1
/
+1
2019-01-27
net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()
Alexey Khoroshilov
1
-1
/
+3
2019-01-27
Merge branch 'hns-fixes'
David S. Miller
3
-8
/
+15
2019-01-27
net: hns: Fix wrong read accesses via Clause 45 MDIO protocol
Yonglong Liu
1
-1
/
+1
2019-01-27
net: hns: Restart autoneg need return failed when autoneg off
Yonglong Liu
1
-7
/
+9
2019-01-27
net: hns: Fix for missing of_node_put() after of_parse_phandle()
Yonglong Liu
1
-0
/
+5
[prev]
[next]