aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-30netfilter: bridge: add support for pppoe filteringFlorian Westphal1-4/+3
2021-11-30netfilter: nft_fwd_netdev: Support egress hookPablo Neira Ayuso1-2/+5
2021-11-30netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao1-1/+1
2021-11-30netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal1-6/+0
2021-11-30netfilter: conntrack: Use memset_startat() to zero struct nf_connKees Cook1-3/+1
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng1-5/+2
2021-11-30net: ixp4xx_hss: drop kfree for memory allocated with devm_kzallocWei Yongjun1-1/+0
2021-11-30net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi1-1/+3
2021-11-30net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun1-1/+1
2021-11-30Merge branch 'prestera-next'David S. Miller14-658/+1706
2021-11-30net: prestera: acl: add rule stats supportVolodymyr Mytnyk2-3/+48
2021-11-30net: prestera: add counter HW APIVolodymyr Mytnyk8-2/+682
2021-11-30net: prestera: acl: migrate to new vTCAM apiVolodymyr Mytnyk9-662/+985
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky6-53/+58
2021-11-30net: mdio: mscc-miim: Set back the optional resource.Horatiu Vultur1-11/+16
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu1-2/+53
2021-11-30net: cxgb: fix a typo in kernel docJean Sacren1-1/+1
2021-11-30net: cxgb3: fix typos in kernel docJean Sacren1-2/+2
2021-11-30Bonding: add arp_missed_max optionHangbin Liu10-8/+82
2021-11-30net: lantiq: fix missing free_netdev() on error in ltq_etop_probe()Yang Yingliang1-2/+2
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov1-18/+2
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov1-5/+3
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang1-19/+17
2021-11-30net: stmmac: Add platform level debug register dump featureBhupesh Sharma3-3/+8
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2021-11-29net: ifb: support ethtools statsTonghao Zhang1-25/+121
2021-11-29stmmac: remove ethtool driver version infoHeiner Kallweit2-2/+0
2021-11-29net: dsa: felix: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-11-29Merge branch 'hns3-cleanups'David S. Miller8-354/+431
2021-11-29net: hns3: split function hns3_set_l2l3l4()Yufeng Mo1-45/+57
2021-11-29net: hns3: split function hns3_handle_bdinfo()Yufeng Mo1-19/+35
2021-11-29net: hns3: split function hns3_nic_get_stats64()Yufeng Mo1-62/+61
2021-11-29net: hns3: refine function hclge_tm_pri_q_qs_cfg()Guangbin Huang1-25/+50
2021-11-29net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()Guangbin Huang1-10/+23
2021-11-29net: hns3: refine function hclge_cfg_mac_speed_dup_hw()Guangbin Huang2-39/+37
2021-11-29net: hns3: split function hns3_get_tx_timeo_queue_info()Yufeng Mo2-48/+57
2021-11-29net: hns3: refactor two hns3 debugfs functionsJie Wang2-50/+48
2021-11-29net: hns3: refactor hns3_nic_reuse_page()Hao Chen1-20/+35
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang2-36/+28
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong3-1/+6
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky1-2/+0
2021-11-29Merge branch 'seville-shared-mdio'David S. Miller4-136/+168
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO accessColin Foster4-104/+56
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster1-1/+2
2021-11-29net: mdio: mscc-miim: convert to a regmap implementationColin Foster1-42/+121
2021-11-29Merge branch 'lan966x-driver'David S. Miller14-0/+3546
2021-11-29net: lan966x: Update MAINTAINERS to include lan966x driverHoratiu Vultur1-0/+7
2021-11-29net: lan966x: add ethtool configuration and statisticsHoratiu Vultur4-1/+714
2021-11-29net: lan966x: add mactable supportHoratiu Vultur4-1/+208
2021-11-29net: lan966x: add port module supportHoratiu Vultur6-5/+1259