aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Merge tag 'mlx5e-updates-2018-05-14' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-132/+173
2018-05-16Merge branch 'Misc-Bug-Fixes-and-clean-ups-for-HNS3-Driver'David S. Miller7-78/+164
2018-05-16net: hns3: Fixes the missing PCI iounmap for various legsFuyun Liang1-0/+2
2018-05-16net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li1-26/+32
2018-05-16net: hns3: Fix for fiber link up problemYunsheng Lin1-1/+1
2018-05-16net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin2-5/+45
2018-05-16net: hns3: Change return value in hnae3_register_clientFuyun Liang1-1/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang4-6/+8
2018-05-16net: hns3: Change return type of hnae3_register_ae_devFuyun Liang3-8/+3
2018-05-16net: hns3: Add a check for client instance init stateFuyun Liang2-3/+13
2018-05-16net: hns3: Fix for the null pointer problem occurring when initializing ae_de...Fuyun Liang3-8/+9
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang3-49/+79
2018-05-15Merge branch 'Microsemi-Ocelot-Ethernet-switch-support'David S. Miller23-0/+5602
2018-05-15MAINTAINERS: Add entry for Microsemi Ethernet switchesAlexandre Belloni1-0/+6
2018-05-15net: mscc: Add initial Ocelot switch supportAlexandre Belloni17-0/+5283
2018-05-15dt-bindings: net: add DT bindings for Microsemi Ocelot SwitchAlexandre Belloni1-0/+82
2018-05-15net: phy: mscc-miim: Add MDIO driverAlexandre Belloni3-0/+205
2018-05-15dt-bindings: net: add DT bindings for Microsemi MIIMAlexandre Belloni1-0/+26
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend7-19/+611
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend4-87/+98
2018-05-15selftests/bpf: make sure build-id is onAlexei Starovoitov1-1/+1
2018-05-14Merge branch 'convert-doc-to-rst'Alexei Starovoitov5-726/+897
2018-05-14bpf, doc: howto use/run the BPF selftestsJesper Dangaard Brouer1-0/+29
2018-05-14bpf, doc: convert bpf_devel_QA.rst to use RST formattingJesper Dangaard Brouer1-379/+420
2018-05-14bpf, doc: convert bpf_design_QA.rst to use RST formattingJesper Dangaard Brouer1-79/+144
2018-05-14bpf, doc: rename txt files to rst filesJesper Dangaard Brouer3-2/+2
2018-05-14bpf, doc: add basic README.rst fileJesper Dangaard Brouer1-0/+36
2018-05-14Merge branch 'fix-samples'Alexei Starovoitov44-147/+116
2018-05-14samples: bpf: make the build less noisyJakub Kicinski1-1/+2
2018-05-14samples: bpf: move libbpf from object dependencies to libsJakub Kicinski1-94/+51
2018-05-14samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski1-5/+12
2018-05-14samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski8-12/+17
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski35-35/+34
2018-05-14Merge branch 'sctp-Introduce-sctp_flush_ctx'David S. Miller1-139/+118
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner1-13/+7
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner1-53/+44
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner1-94/+88
2018-05-14Merge branch 'sctp-refactor-sctp_outq_flush'David S. Miller1-282/+311
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner1-98/+93
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner1-8/+9
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner1-30/+26
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner1-74/+75
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner1-43/+58
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner1-36/+56
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner1-97/+90
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner1-7/+15
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi7-7/+237
2018-05-14net: stmmac: Add Jose Abreu as co-maintainerJose Abreu1-0/+1
2018-05-14Merge branch 'bpf-jit-cleanups'Alexei Starovoitov7-98/+228
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann2-0/+142