aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-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
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun1-13/+25
2018-01-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern1-1/+50
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern1-4/+8
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern1-36/+49
2018-01-26dt-bindings: can: rcar_can: document r8a774[35] can supportFabrizio Castro1-2/+5
2018-01-26can: migrate documentation to restructured textRobert Schwebel8-1314/+1442
2018-01-26Documentation/devicetree: mpc5200.txt: fix pointer to location of fsl,mpc5200-mscan nodeMarc Kleine-Budde1-1/+1
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern3-3/+33