summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-31Merge branch 'Dynamic-toggling-of-vlan_filtering-for-SJA1105-DSA'David S. Miller
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean
2019-08-31net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean
2019-08-31Merge tag 'batadv-next-for-davem-20190830' of git://git.open-mesh.org/linux-m...David S. Miller
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan
2019-08-30Merge branch 'Fixes-for-unlocked-cls-hardware-offload-API-refactoring'David S. Miller
2019-08-30net/mlx5e: Move local var definition into ifdef blockVlad Buslov
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko
2019-08-30net: stmmac: depend on COMMON_CLKStephen Rothwell
2019-08-30arcnet: capmode: remove redundant assignment to pointer pktColin Ian King
2019-08-30Merge branch 'bnxt_en-health-and-error-recovery'David S. Miller
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam
2019-08-30bnxt_en: Handle firmware reset.Michael Chan
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan
2019-08-30bnxt_en: Add new FW devlink_health_reporterVasundhara Volam
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan
2019-08-30bnxt_en: Enable health monitoring.Michael Chan
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan
2019-08-30bnxt_en: Discover firmware error recovery capabilities.Michael Chan
2019-08-30bnxt_en: Handle firmware reset status during IF_UP.Michael Chan
2019-08-30bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam
2019-08-30bnxt_en: Refactor bnxt_sriov_enable().Michael Chan
2019-08-30bnxt_en: Prepare bnxt_init_one() to be called multiple times.Michael Chan
2019-08-30bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.Michael Chan
2019-08-30bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan
2019-08-30bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().Michael Chan
2019-08-30bnxt_en: Use a common function to print the same ethtool -f error message.Michael Chan
2019-08-30Merge branch 'ioc3-eth-improvements'David S. Miller
2019-08-30net: sgi: ioc3-eth: no need to stop queue set_multicast_listThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: protect emcr in all casesThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: Fix IPG settingsThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: use csum_foldThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: use dma-direct for dma allocationsThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: refactor rx buffer allocationThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: split ring cleaning/freeing and allocationThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: introduce chip start functionThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: separate tx and rx ring handlingThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()Thomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: allocate space for desc rings only onceThomas Bogendoerfer
2019-08-30net: sgi: ioc3-eth: use defines for constants dealing with desc ringsThomas Bogendoerfer