summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-02-07net/mlx5: fw_tracer, Add support for unrecognized stringShay Drory
2023-02-07net/mlx5: fw_tracer, Add support for strings DB update eventShay Drory
2023-02-07net/mlx5: fw_tracer, allow 0 size string DBsShay Drory
2023-02-07net/mlx5: fw_tracer: Fix debug printShay Drory
2023-02-07net/mlx5: fs, Remove redundant assignment of sizeRoi Dayan
2023-02-07net/mlx5: fs_core, Remove redundant variable errMaor Dickman
2023-02-07net/mlx5: Fix memory leak in error flow of port set bufferMaher Sanalla
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpinGal Pressman
2023-02-07net/mlx5: fs, Remove redundant vport_number assignmentRoi Dayan
2023-02-07net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan
2023-02-07net/mlx5e: Don't listen to remove flows eventLeon Romanovsky
2023-02-07net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh
2023-02-07net/mlx5: Remove redundant health work lockShay Drory
2023-02-07mlx5: reduce stack usage in mlx5_setup_tcArnd Bergmann
2023-02-07virtio_net: Update xdp_features with xdp multi-buffLorenzo Bianconi
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean
2023-02-07net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean
2023-02-06amd-xgbe: fix mismatched prototypeArnd Bergmann
2023-02-06net: mscc: ocelot: un-export unused regmap symbolsColin Foster
2023-02-06Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong
2023-02-06ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter
2023-02-06ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2023-02-06ice: introduce .irq_close VF operationJacob Keller
2023-02-06ice: introduce clear_reset_state operationJacob Keller
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller
2023-02-06ice: add a function to initialize vf entryJacob Keller
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller
2023-02-06ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller
2023-02-06ice: drop unnecessary VF parameter from several VSI functionsJacob Keller
2023-02-06ice: fix function comment referring to ice_vsi_allocJacob Keller
2023-02-06ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley
2023-02-06can: bittiming: can_validate_bitrate(): report error via netlinkMarc Kleine-Budde
2023-02-06can: bittiming: can_calc_bittiming(): convert from netdev_err() to NL_SET_ERR...Marc Kleine-Budde
2023-02-06can: bittiming: can_calc_bittiming(): clean up SJW handlingMarc Kleine-Budde
2023-02-06can: bittiming: can_sjw_set_default(): use Phase Seg2 / 2 as default for SJWMarc Kleine-Budde
2023-02-06can: bittiming: can_sjw_check(): check that SJW is not longer than either Pha...Marc Kleine-Budde
2023-02-06can: bittiming: can_sjw_check(): report error via netlink and harmonize error...Marc Kleine-Budde
2023-02-06can: bittiming: can_fixup_bittiming(): report error via netlink and harmonize...Marc Kleine-Budde
2023-02-06can: bittiming: factor out can_sjw_set_default() and can_sjw_check()Marc Kleine-Budde
2023-02-06can: bittiming: can_changelink() pass extack down callstackMarc Kleine-Budde
2023-02-06can: netlink: can_changelink(): convert from netdev_err() to NL_SET_ERR_MSG_F...Marc Kleine-Budde