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
2018-05-16
Merge tag 'mlx5e-updates-2018-05-14' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
11
-132
/
+173
2018-05-16
Merge branch 'Misc-Bug-Fixes-and-clean-ups-for-HNS3-Driver'
David S. Miller
7
-78
/
+164
2018-05-16
net: hns3: Fixes the missing PCI iounmap for various legs
Fuyun Liang
1
-0
/
+2
2018-05-16
net: hns3: Add support of .sriov_configure in HNS3 driver
Peng Li
1
-26
/
+32
2018-05-16
net: hns3: Fix for fiber link up problem
Yunsheng Lin
1
-1
/
+1
2018-05-16
net: hns3: Fixes the back pressure setting when sriov is enabled
Yunsheng Lin
2
-5
/
+45
2018-05-16
net: hns3: Change return value in hnae3_register_client
Fuyun Liang
1
-1
/
+1
2018-05-16
net: hns3: Change return type of hnae3_register_ae_algo
Fuyun Liang
4
-6
/
+8
2018-05-16
net: hns3: Change return type of hnae3_register_ae_dev
Fuyun Liang
3
-8
/
+3
2018-05-16
net: hns3: Add a check for client instance init state
Fuyun Liang
2
-3
/
+13
2018-05-16
net: hns3: Fix for the null pointer problem occurring when initializing ae_de...
Fuyun Liang
3
-8
/
+9
2018-05-16
net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
Fuyun Liang
3
-49
/
+79
2018-05-15
Merge branch 'Microsemi-Ocelot-Ethernet-switch-support'
David S. Miller
23
-0
/
+5602
2018-05-15
MAINTAINERS: Add entry for Microsemi Ethernet switches
Alexandre Belloni
1
-0
/
+6
2018-05-15
net: mscc: Add initial Ocelot switch support
Alexandre Belloni
17
-0
/
+5283
2018-05-15
dt-bindings: net: add DT bindings for Microsemi Ocelot Switch
Alexandre Belloni
1
-0
/
+82
2018-05-15
net: phy: mscc-miim: Add MDIO driver
Alexandre Belloni
3
-0
/
+205
2018-05-15
dt-bindings: net: add DT bindings for Microsemi MIIM
Alexandre Belloni
1
-0
/
+26
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
7
-19
/
+611
2018-05-15
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
4
-87
/
+98
2018-05-15
selftests/bpf: make sure build-id is on
Alexei Starovoitov
1
-1
/
+1
2018-05-14
Merge branch 'convert-doc-to-rst'
Alexei Starovoitov
5
-726
/
+897
2018-05-14
bpf, doc: howto use/run the BPF selftests
Jesper Dangaard Brouer
1
-0
/
+29
2018-05-14
bpf, doc: convert bpf_devel_QA.rst to use RST formatting
Jesper Dangaard Brouer
1
-379
/
+420
2018-05-14
bpf, doc: convert bpf_design_QA.rst to use RST formatting
Jesper Dangaard Brouer
1
-79
/
+144
2018-05-14
bpf, doc: rename txt files to rst files
Jesper Dangaard Brouer
3
-2
/
+2
2018-05-14
bpf, doc: add basic README.rst file
Jesper Dangaard Brouer
1
-0
/
+36
2018-05-14
Merge branch 'fix-samples'
Alexei Starovoitov
44
-147
/
+116
2018-05-14
samples: bpf: make the build less noisy
Jakub Kicinski
1
-1
/
+2
2018-05-14
samples: bpf: move libbpf from object dependencies to libs
Jakub Kicinski
1
-94
/
+51
2018-05-14
samples: bpf: fix build after move to compiling full libbpf.a
Jakub Kicinski
1
-5
/
+12
2018-05-14
samples: bpf: rename libbpf.h to bpf_insn.h
Jakub Kicinski
8
-12
/
+17
2018-05-14
samples: bpf: include bpf/bpf.h instead of local libbpf.h
Jakub Kicinski
35
-35
/
+34
2018-05-14
Merge branch 'sctp-Introduce-sctp_flush_ctx'
David S. Miller
1
-139
/
+118
2018-05-14
sctp: checkpatch fixups
Marcelo Ricardo Leitner
1
-13
/
+7
2018-05-14
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
1
-53
/
+44
2018-05-14
sctp: add sctp_flush_ctx, a context struct on outq_flush routines
Marcelo Ricardo Leitner
1
-94
/
+88
2018-05-14
Merge branch 'sctp-refactor-sctp_outq_flush'
David S. Miller
1
-282
/
+311
2018-05-14
sctp: rework switch cases in sctp_outq_flush_data
Marcelo Ricardo Leitner
1
-98
/
+93
2018-05-14
sctp: make use of gfp on retransmissions
Marcelo Ricardo Leitner
1
-8
/
+9
2018-05-14
sctp: move transport flush code out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-30
/
+26
2018-05-14
sctp: move flushing of data chunks out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-74
/
+75
2018-05-14
sctp: move outq data rtx code out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-43
/
+58
2018-05-14
sctp: move the flush of ctrl chunks into its own function
Marcelo Ricardo Leitner
1
-36
/
+56
2018-05-14
sctp: factor out sctp_outq_select_transport
Marcelo Ricardo Leitner
1
-97
/
+90
2018-05-14
sctp: add sctp_packet_singleton
Marcelo Ricardo Leitner
1
-7
/
+15
2018-05-14
cxgb4: add tc flower match support for tunnel VNI
Kumar Sanghvi
7
-7
/
+237
2018-05-14
net: stmmac: Add Jose Abreu as co-maintainer
Jose Abreu
1
-0
/
+1
2018-05-14
Merge branch 'bpf-jit-cleanups'
Alexei Starovoitov
7
-98
/
+228
2018-05-14
bpf: add ld64 imm test cases
Daniel Borkmann
2
-0
/
+142
[prev]
[next]