summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-01net: dsa: mv88e6xxx: pass lane to .serdes_powerVivien Didelot
2019-09-01net: dsa: mv88e6xxx: merge mv88e6352_serdes_power_setVivien Didelot
2019-09-01net: dsa: mv88e6xxx: implement mv88e6352_serdes_get_laneVivien Didelot
2019-09-01net: dsa: mv88e6xxx: simplify .serdes_get_laneVivien Didelot
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_mappingVivien Didelot
2019-09-01net: dsa: mv88e6xxx: fix SERDES IRQ mappingVivien Didelot
2019-09-01net: dsa: mv88e6xxx: check errors in mv88e6352_serdes_irq_linkVivien Didelot
2019-09-01net: hns3: remove set but not used variable 'qos'YueHaibing
2019-09-01net: hns3: remove redundant assignment to pointer reg_infoColin Ian King
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King
2019-09-01r8169: don't set bit RxVlan on RTL8125Heiner Kallweit
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei
2019-08-31Merge branch 'Minor-cleanup-in-devlink'David S. Miller
2019-08-31devlink: Use switch-case instead of if-elseParav Pandit
2019-08-31devlink: Make port index data type as unsigned intParav Pandit
2019-08-31Merge branch 'net-tls-add-socket-diag'David S. Miller
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-31Merge branch 'qed-Enhancements'David S. Miller
2019-08-31qede: Add support for dumping the grc data.Sudarsana Reddy Kalluru
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru
2019-08-31qede: Add support for reading the config id attributes.Sudarsana Reddy Kalluru
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru
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