aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/inport.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-28net/rocker: Remove unreachable return instructionLeon Romanovsky1-1/+0
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-26i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński1-0/+4
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck5-18/+12
2018-01-26i40e: fix reported mask for ntuple filtersJacob Keller1-4/+4
2018-01-26i40e: disallow programming multiple filters with same criteriaJacob Keller1-0/+87
2018-01-26i40e: program fragmented IPv4 filter input setJacob Keller2-0/+13
2018-01-26i40e: Fix kdump failureAvinash Dayanand1-2/+2
2018-01-26i40e: cleanup unnecessary parensJeff Kirsher2-2/+2
2018-01-26i40e: fix FW_LLDP flag on initAlan Brady1-0/+3
2018-01-26i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman2-3/+58
2018-01-26i40e: change flags to use 64 bitsAlice Michael2-35/+36
2018-01-26i40e: Display LLDP information on vSphere Web ClientUpasana Menon4-0/+55
2018-01-26i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2-24/+26
2018-01-26i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński1-6/+12
2018-01-26i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek1-6/+6
2018-01-26i40e: Add returning AQ critical error to SWMichal Kosiarz6-8/+24
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-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi1-1/+1
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
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