aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Merge branch 'net-dsa-mv88e6xxx-centralize-SERDES-IRQ-handling'David S. Miller5-351/+315
2019-09-01net: dsa: mv88e6xxx: centralize SERDES IRQ handlingVivien Didelot4-175/+69
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_statusVivien Didelot4-21/+64
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_enableVivien Didelot5-50/+66
2019-09-01net: dsa: mv88e6xxx: pass lane to .serdes_powerVivien Didelot5-27/+44
2019-09-01net: dsa: mv88e6xxx: merge mv88e6352_serdes_power_setVivien Didelot1-14/+4
2019-09-01net: dsa: mv88e6xxx: implement mv88e6352_serdes_get_laneVivien Didelot3-1/+15
2019-09-01net: dsa: mv88e6xxx: simplify .serdes_get_laneVivien Didelot4-122/+74
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_mappingVivien Didelot4-6/+45
2019-09-01net: dsa: mv88e6xxx: fix SERDES IRQ mappingVivien Didelot2-11/+5
2019-09-01net: dsa: mv88e6xxx: check errors in mv88e6352_serdes_irq_linkVivien Didelot1-2/+7
2019-09-01net: hns3: remove set but not used variable 'qos'YueHaibing1-2/+1
2019-09-01net: hns3: remove redundant assignment to pointer reg_infoColin Ian King1-1/+1
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King1-1/+1
2019-09-01r8169: don't set bit RxVlan on RTL8125Heiner Kallweit1-2/+4
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei2-2/+14
2019-08-31Merge branch 'Minor-cleanup-in-devlink'David S. Miller2-20/+26
2019-08-31devlink: Use switch-case instead of if-elseParav Pandit1-17/+22
2019-08-31devlink: Make port index data type as unsigned intParav Pandit2-3/+4
2019-08-31Merge branch 'net-tls-add-socket-diag'David S. Miller9-13/+188
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti4-0/+97
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti3-1/+62
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski5-12/+29
2019-08-31Merge branch 'qed-Enhancements'David S. Miller8-0/+338
2019-08-31qede: Add support for dumping the grc data.Sudarsana Reddy Kalluru2-2/+28
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru4-0/+127
2019-08-31qede: Add support for reading the config id attributes.Sudarsana Reddy Kalluru2-0/+103
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru4-0/+82
2019-08-31Merge branch 'Dynamic-toggling-of-vlan_filtering-for-SJA1105-DSA'David S. Miller2-20/+84
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean1-20/+82
2019-08-31net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean1-0/+2
2019-08-31Merge tag 'batadv-next-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+1
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov1-1/+1
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan1-30/+52
2019-08-30Merge branch 'Fixes-for-unlocked-cls-hardware-offload-API-refactoring'David S. Miller2-2/+6
2019-08-30net/mlx5e: Move local var definition into ifdef blockVlad Buslov1-2/+4
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao1-2/+4
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko1-0/+14
2019-08-30net: stmmac: depend on COMMON_CLKStephen Rothwell1-0/+1
2019-08-30arcnet: capmode: remove redundant assignment to pointer pktColin Ian King1-1/+1
2019-08-30Merge branch 'bnxt_en-health-and-error-recovery'David S. Miller10-248/+1172
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam3-2/+141
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2-0/+45
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan1-0/+64
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan2-7/+12
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam3-9/+45
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam4-0/+61
2019-08-30bnxt_en: Handle firmware reset.Michael Chan3-0/+164