aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller57-179/+350
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-06wireguard: send/receive: use explicit unlikely branch instead of implicit coalescingJason A. Donenfeld2-16/+12
2020-05-06wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld1-2/+2
2020-05-06wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2-0/+6
2020-05-06wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld1-12/+0
2020-05-06net: ethernet: ti: am65-cpsw-nuss: fix irqs typeGrygorii Strashko1-2/+3
2020-05-06dsa: sja1105: dynamically allocate stats structureArnd Bergmann1-70/+74
2020-05-06ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven1-2/+1
2020-05-06net: phy: tja11xx: add support for master-slave configurationOleksij Rempel1-0/+43
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-1/+97
2020-05-06net: ipa: kill ipa_cmd_dma_task_32b_addr_add()Alex Elder2-70/+0
2020-05-06net: ipa: kill ipa_endpoint_stop()Alex Elder2-23/+6
2020-05-06net: ipa: don't retry in ipa_endpoint_stop()Alex Elder1-15/+2
2020-05-06net: ipa: get rid of workaround in ipa_endpoint_stop()Alex Elder1-38/+1
2020-05-06net: ipa: fix a bug in ipa_endpoint_stop()Alex Elder1-5/+2
2020-05-06net: ipa: remove endpoint delay mode featureAlex Elder3-10/+1
2020-05-06net: ipa: introduce ipa_endpoint_program_suspend()Alex Elder1-26/+41
2020-05-06net: ipa: have ipa_endpoint_init_ctrl() return previous stateAlex Elder1-14/+14
2020-05-06net: ipa: only reset channel twice for IPA v3.5.1Alex Elder1-2/+2
2020-05-06net: ipa: rename db_enable flagAlex Elder4-21/+21
2020-05-06net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean5-4/+6
2020-05-06r8169: use fsleep in polling functionsHeiner Kallweit1-64/+44
2020-05-06net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean1-8/+18
2020-05-06net: phy: mscc: use phy_package_sharedMichael Walle2-70/+32
2020-05-06net: phy: bcm54140: use phy_package_sharedMichael Walle1-46/+11
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle2-0/+139
2020-05-06net: macsec: fix rtnl locking issueAntoine Tenart1-1/+2
2020-05-06net: 7990: Fix use correct return type for ndo_start_xmit()Yunjian Wang2-2/+2
2020-05-06net: cpmac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: moxa: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+3
2020-05-06net: lantiq: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-06net: mediatek: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter1-0/+3
2020-05-06net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter1-0/+2
2020-05-06net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: ethernet: mediatek: Make mtk_m32 staticSamuel Zou1-1/+1
2020-05-06net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()Jason Yan1-2/+1
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou1-4/+1
2020-05-05net: ethernet: ti: am65-cpts: fix buildGrygorii Strashko1-3/+2
2020-05-05cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-1/+1
2020-05-05net: ipa: remove duplicated include from ipa_mem.cYueHaibing1-1/+0
2020-05-05net: sierra_net: Remove unused inline functionYueHaibing1-5/+0
2020-05-05bnx2x: Remove unused inline function bnx2x_vf_vlan_creditYueHaibing1-21/+0
2020-05-05net: microchip: Remove unused inline function is_bits_setYueHaibing1-5/+0
2020-05-05myri10ge: Remove unused inline function myri10ge_vlan_ip_csumYueHaibing1-12/+0