aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-08net: wimax: i2400m: fix 'msg_skb' kernel-doc warning in i2400m_msg_to_dev()Wang Hai1-2/+0
2020-09-08bnx2x: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai1-1/+1
2020-09-08net: smsc911x: Remove unused variablesWei Xu1-4/+2
2020-09-08Merge branch 'net-hns3-misc-updates'David S. Miller5-31/+13
2020-09-08net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2-15/+0
2020-09-08net: hns3: remove some unused macros related to queueHuazhong Tan1-5/+0
2020-09-08net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-08net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2-3/+0
2020-09-08net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
2020-09-08net: hns3: skip periodic service task if reset failedGuangbin Huang2-0/+6
2020-09-08net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-09-08net: sched: skip an unnecessay checkTom Rix1-2/+3
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells1-0/+6
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells12-691/+559
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells3-3/+49
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez3-8/+31
2020-09-08selftests/net: replace obsolete NFT_CHAIN configurationFabian Frederick1-2/+1
2020-09-08netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCNWang Hai1-1/+0
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean1-1/+1
2020-09-07net: dsa: change PHY error message againVladimir Oltean1-2/+3
2020-09-07net: tighten the definition of interface statisticsJakub Kicinski3-17/+320
2020-09-07rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai1-1/+0
2020-09-07Merge branch 'sfc-ethtool-for-EF100-and-related-improvements'Jakub Kicinski12-753/+688
2020-09-07sfc: simplify DMA mask settingEdward Cree1-11/+1
2020-09-07sfc: remove EFX_DRIVER_VERSIONEdward Cree3-5/+1
2020-09-07sfc: handle limited FEC supportEdward Cree2-14/+36
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree3-1/+51
2020-09-07sfc: remove phy_op indirectionEdward Cree9-712/+601
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward Cree1-12/+0
2020-09-07net: ethernet: dnet: Remove set but unused variable 'len'Wang Hai1-4/+1
2020-09-07net: ethernet: dwmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07net: ethernet: fec: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07net: stmmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-4/+2
2020-09-07net: xilinx: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07Merge branch 'net-bridge-mcast-initial-IGMPv3-MLDv2-support-part-1'Jakub Kicinski4-222/+1415
2020-09-07net: bridge: mcast: destroy all entries via gcNikolay Aleksandrov2-42/+89
2020-09-07net: bridge: mcast: improve IGMPv3/MLDv2 query processingNikolay Aleksandrov1-3/+12
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES reportNikolay Aleksandrov1-0/+97
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE reportNikolay Aleksandrov1-0/+306
2020-09-07net: bridge: mcast: support for IGMPV3/MLDv2 MODE_IS_INCLUDE/EXCLUDE reportNikolay Aleksandrov1-0/+126
2020-09-07net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES reportNikolay Aleksandrov2-22/+137
2020-09-07net: bridge: mcast: delete expired port groups without srcsNikolay Aleksandrov1-1/+20
2020-09-07net: bridge: mdb: use mdb and port entries in notificationsNikolay Aleksandrov3-68/+92
2020-09-07net: bridge: mdb: push notifications in __br_mdb_add/delNikolay Aleksandrov1-12/+8
2020-09-07net: bridge: mcast: add support for group query retransmitNikolay Aleksandrov2-10/+71
2020-09-07net: bridge: mcast: add support for group-and-source specific queriesNikolay Aleksandrov2-54/+183
2020-09-07net: bridge: mcast: add support for src list and filter mode dumpingNikolay Aleksandrov2-2/+104
2020-09-07net: bridge: mcast: add support for group source listNikolay Aleksandrov3-14/+179
2020-09-07net: bridge: mcast: factor out port group delNikolay Aleksandrov3-35/+28