summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-07sit: add net device refcount tracking to ip_tunnelEric Dumazet2-2/+5
2021-12-07ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet1-2/+3
2021-12-07net: dst: add net device refcount tracking to dst_entryEric Dumazet5-9/+29
2021-12-07drop_monitor: add net device refcount trackerEric Dumazet2-3/+7
2021-12-07net: add net device refcount tracker to dev_ifsioc()Eric Dumazet1-2/+3
2021-12-07net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet1-2/+3
2021-12-07net: add net device refcount tracker to struct netdev_queueEric Dumazet2-2/+4
2021-12-07net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2-2/+4
2021-12-07net: add net device refcount tracker infrastructureEric Dumazet4-0/+63
2021-12-07lib: add tests for reference trackerEric Dumazet3-1/+126
2021-12-07lib: add reference counting tracking infrastructureEric Dumazet4-0/+220
2021-12-05iwlwifi: mei: fix linking when tracing is not enabledEmmanuel Grumbach2-0/+27
2021-12-04Merge branch 'qed-enhancements'Jakub Kicinski10-16/+256
2021-12-04qed*: esl priv flag support through ethtoolManish Chopra6-1/+83
2021-12-04qed*: enhance tx timeout debug infoManish Chopra7-15/+173
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-03net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang1-5/+2
2021-12-03net: dsa: vsc73xxx: Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi1-1/+2
2021-12-03Merge branch 'hns3-cleanups'David S. Miller11-54/+106
2021-12-03net: hns3: fix hns3 driver header file not self-contained issueJie Wang5-0/+18
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0
2021-12-03net: hns3: add comments for hclge_dbg_fill_content()Hao Chen1-0/+4
2021-12-03net: hns3: add void before function which don't receive retHao Chen2-2/+2
2021-12-03net: hns3: align return value type of atomic_read() with its outputHao Chen1-1/+1
2021-12-03net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang1-3/+3
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen3-4/+4
2021-12-03net: hns3: add print vport id for failed message of vlanGuangbin Huang1-4/+4
2021-12-03net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang1-18/+27
2021-12-03net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo1-20/+42
2021-12-03Merge tag 'mlx5-updates-2021-12-02' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski12-127/+202
2021-12-03net/mlx5: Dynamically resize flow counters query bufferAvihai Horon2-14/+64
2021-12-03net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan1-3/+3
2021-12-03net/mlx5e: TC, Move common flow_action checks into functionRoi Dayan1-20/+24
2021-12-03net/mlx5e: Remove redundant actions arg from vlan push/pop funcsRoi Dayan1-10/+6
2021-12-03net/mlx5e: Remove redundant actions arg from validate_goto_chain()Roi Dayan1-9/+5
2021-12-03net/mlx5e: TC, Remove redundant action stack varRoi Dayan1-47/+42
2021-12-03net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan2-2/+1
2021-12-03net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay3-3/+3
2021-12-03net/mlx5: Print more info on pci error handlersSaeed Mahameed1-14/+37
2021-12-03net/mlx5: SF, silence an uninitialized variable warningDan Carpenter1-1/+1
2021-12-03net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-03net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun1-0/+1
2021-12-03mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann1-3/+9
2021-12-03mlx5: fix psample_sample_packet link errorArnd Bergmann1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski221-1440/+2993
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds104-412/+1000
2021-12-02Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+9
2021-12-02Merge tag 'for-linus-5.16-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-8/+33