summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: eql: add net device refcount trackerEric Dumazet2021-12-081-2/+2
* vrf: use dev_replace_track() for better trackingEric Dumazet2021-12-071-4/+4
* Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2021-12-072-2/+2
* net: prestera: replace zero-length array with flexible-array memberJosé Expósito2021-12-071-2/+2
* net: wwan: iosm: select CONFIG_RELAYArnd Bergmann2021-12-071-0/+1
* netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-071-1/+1
* qed*: esl priv flag support through ethtoolManish Chopra2021-12-045-1/+80
* qed*: enhance tx timeout debug infoManish Chopra2021-12-046-15/+162
* net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter2021-12-031-2/+2
* net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang2021-12-031-5/+2
* net: dsa: vsc73xxx: Get rid of duplicate of_node assignmentAndy Shevchenko2021-12-031-3/+0
* net: hns3: fix hns3 driver header file not self-contained issueJie Wang2021-12-035-0/+18
* net: hns3: replace one tab with space in for statementHao Chen2021-12-031-1/+1
* net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen2021-12-031-1/+0
* net: hns3: add comments for hclge_dbg_fill_content()Hao Chen2021-12-031-0/+4
* net: hns3: add void before function which don't receive retHao Chen2021-12-032-2/+2
* net: hns3: align return value type of atomic_read() with its outputHao Chen2021-12-031-1/+1
* net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang2021-12-031-3/+3
* net: hns3: Align type of some variables with their print typeHao Chen2021-12-033-4/+4
* net: hns3: add print vport id for failed message of vlanGuangbin Huang2021-12-031-4/+4
* net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang2021-12-031-18/+27
* net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo2021-12-031-20/+42
* net/mlx5: Dynamically resize flow counters query bufferAvihai Horon2021-12-031-14/+60
* net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan2021-12-031-3/+3
* net/mlx5e: TC, Move common flow_action checks into functionRoi Dayan2021-12-031-20/+24
* net/mlx5e: Remove redundant actions arg from vlan push/pop funcsRoi Dayan2021-12-031-10/+6
* net/mlx5e: Remove redundant actions arg from validate_goto_chain()Roi Dayan2021-12-031-9/+5
* net/mlx5e: TC, Remove redundant action stack varRoi Dayan2021-12-031-47/+42
* net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan2021-12-032-2/+1
* net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay2021-12-033-3/+3
* net/mlx5: Print more info on pci error handlersSaeed Mahameed2021-12-031-14/+37
* net/mlx5: SF, silence an uninitialized variable warningDan Carpenter2021-12-031-1/+1
* net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET2021-12-031-5/+9
* net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun2021-12-031-0/+1
* mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann2021-12-031-3/+9
* mlx5: fix psample_sample_packet link errorArnd Bergmann2021-12-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0269-301/+752
|\
| * Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0268-298/+754
| |\
| | * net: dsa: b53: Add SPI ID tableFlorian Fainelli2021-12-021-0/+14
| | * ibmvnic: drop bad optimization in reuse_tx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| | * ibmvnic: drop bad optimization in reuse_rx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| | * ethernet: aquantia: Try MAC address from device treeTianhao Chai2021-12-021-10/+14
| | * octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang2021-12-021-1/+1
| | * net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-021-2/+7
| | * vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra2021-12-021-0/+2
| | * net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-021-2/+8
| | * Merge tag 'wireless-drivers-2021-12-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-12-0117-49/+116
| | |\
| | | * mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi2021-11-292-12/+10
| | | * rt2x00: do not mark device gone on EPROTO errors during startStanislaw Gruszka2021-11-291-0/+3
| | | * mt76: fix possible pktid leakLorenzo Bianconi2021-11-245-27/+38