summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-31mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko1-2/+3
2019-08-31mailmap: add aliases for Dmitry SafonovDmitry Safonov1-0/+3
2019-08-31mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolateGustavo A. R. Silva1-0/+1
2019-08-31mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin1-5/+3
2019-08-31mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton1-0/+2
2019-08-31mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin2-10/+30
2019-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-7/+11
2019-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-6/+19
2019-08-31bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan1-30/+52
2019-08-31Merge branch 'Fixes-for-unlocked-cls-hardware-offload-API-refactoring'David S. Miller2-2/+6
2019-08-31net/mlx5e: Move local var definition into ifdef blockVlad Buslov1-2/+4
2019-08-31net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-31tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao1-2/+4
2019-08-31sched: act_vlan: implement stats_update callbackJiri Pirko1-0/+14
2019-08-31rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
2019-08-31Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller14-268/+319
2019-08-31net: stmmac: depend on COMMON_CLKStephen Rothwell1-0/+1
2019-08-31net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai1-4/+2
2019-08-31amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-08-31arcnet: capmode: remove redundant assignment to pointer pktColin Ian King1-1/+1
2019-08-31Merge branch 'bnxt_en-health-and-error-recovery'David S. Miller10-248/+1172
2019-08-31bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam3-2/+141
2019-08-31bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2-0/+45
2019-08-31bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan1-0/+64
2019-08-31bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan2-7/+12
2019-08-31bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam3-9/+45
2019-08-31bnxt_en: Add devlink health reset reporter.Vasundhara Volam4-0/+61
2019-08-31bnxt_en: Handle firmware reset.Michael Chan3-0/+164
2019-08-31bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan2-0/+18
2019-08-31bnxt_en: Add new FW devlink_health_reporterVasundhara Volam2-0/+84
2019-08-31bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan3-0/+26
2019-08-31bnxt_en: Enable health monitoring.Michael Chan2-2/+73
2019-08-31bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan2-0/+35
2019-08-31bnxt_en: Discover firmware error recovery capabilities.Michael Chan2-0/+115
2019-08-31bnxt_en: Handle firmware reset status during IF_UP.Michael Chan2-20/+89
2019-08-31bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam1-5/+5
2019-08-31bnxt_en: Refactor bnxt_sriov_enable().Michael Chan2-16/+35
2019-08-31bnxt_en: Prepare bnxt_init_one() to be called multiple times.Michael Chan3-40/+93
2019-08-31bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.Michael Chan1-10/+17
2019-08-31bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan1-64/+8
2019-08-31bnxt_en: Convert error code in firmware message response to standard code.Michael Chan6-77/+44
2019-08-31bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().Michael Chan1-3/+3
2019-08-31bnxt_en: Use a common function to print the same ethtool -f error message.Michael Chan1-6/+8
2019-08-30Merge branch 'ioc3-eth-improvements'David S. Miller4-748/+665
2019-08-30net: sgi: ioc3-eth: no need to stop queue set_multicast_listThomas Bogendoerfer1-4/+0
2019-08-30net: sgi: ioc3-eth: protect emcr in all casesThomas Bogendoerfer1-0/+8
2019-08-30net: sgi: ioc3-eth: Fix IPG settingsThomas Bogendoerfer1-2/+2
2019-08-30net: sgi: ioc3-eth: use csum_foldThomas Bogendoerfer1-5/+1
2019-08-30net: sgi: ioc3-eth: use dma-direct for dma allocationsThomas Bogendoerfer1-33/+113
2019-08-30net: sgi: ioc3-eth: refactor rx buffer allocationThomas Bogendoerfer1-50/+45