aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller37-378/+1969
2018-01-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller8-179/+271
2018-01-28net/rocker: Remove unreachable return instructionLeon Romanovsky1-1/+0
2018-01-26Merge branch 'fix-lpm-map'Alexei Starovoitov3-16/+107
2018-01-26tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2-1/+96
2018-01-26bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song1-15/+11
2018-01-26Merge branch 'bpf-improvements-and-fixes'Alexei Starovoitov13-246/+546
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann2-15/+336
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann1-13/+0
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann1-20/+0
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann3-17/+38
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann3-105/+154
2018-01-26bpf: improve dead code sanitizingDaniel Borkmann1-5/+12
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann1-2/+2
2018-01-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün1-1/+4
2018-01-26bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo1-3/+0
2018-01-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov1-2/+6
2018-01-26ixgbe: Fix && vs || typoDan Carpenter1-1/+1
2018-01-26ixgbe: add support for reporting 5G link speedPaul Greenwalt1-0/+3
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar1-18/+19
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King1-1/+1
2018-01-26ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King1-10/+7
2018-01-26ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov1-43/+72
2018-01-26Merge branch 'cxgb4-fix-dump-collection-when-firmware-crashed'David S. Miller2-15/+42
2018-01-26cxgb4: use backdoor access to collect dumps when firmware crashedRahul Lakkireddy1-13/+38
2018-01-26cxgb4: fix incorrect condition for using firmware LDST commandsRahul Lakkireddy1-1/+1
2018-01-26cxgb4: reset FW_OK flag on firmware crashRahul Lakkireddy1-1/+3
2018-01-26Merge branch 'hns3-next'David S. Miller3-0/+15
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang2-0/+13
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang1-0/+2
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller10-1317/+1448
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov1-25/+20
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov1-13/+13
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov3-7/+25
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov2-9/+28
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2-22/+38
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-26Merge branch 'net-smc-fixes-2018-01-26'David S. Miller7-127/+191
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva1-2/+2
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun2-10/+36
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun6-68/+88
2018-01-26net/smc: smc_poll improvementsUrsula Braun1-34/+40