summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-16Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski10-13/+498
2023-02-16Merge tag 'wireless-next-2023-03-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski212-1554/+56850
2023-02-16net: dsa: ocelot: fix selecting MFD_OCELOTLukas Bulwahn1-1/+1
2023-02-16sfc: add support for devlink port_function_hw_addr_set in ef100Alejandro Lucero1-0/+50
2023-02-16sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero5-0/+91
2023-02-16sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero3-18/+31
2023-02-16sfc: add devlink port support for ef100Alejandro Lucero7-0/+156
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero4-7/+31
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero8-0/+291
2023-02-16sfc: add devlink info support for ef100Alejandro Lucero4-0/+549
2023-02-16sfc: add devlink support for ef100Alejandro Lucero6-1/+102
2023-02-16wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook1-2/+2
2023-02-16net: microchip: sparx5: Add TC vlan action support for the ES0 VCAPSteen Hegelund6-24/+327
2023-02-16net: microchip: sparx5: Add TC support for the ES0 VCAPSteen Hegelund3-23/+64
2023-02-16net: microchip: sparx5: Add ES0 VCAP keyset configuration for Sparx5Steen Hegelund5-2/+341
2023-02-16net: microchip: sparx5: Updated register interface with VCAP ES0 accessSteen Hegelund1-558/+1271
2023-02-16net: microchip: sparx5: Add ES0 VCAP model and updated KUNIT VCAP modelSteen Hegelund5-122/+721
2023-02-16net: microchip: sparx5: Improve the error handling for linked rulesSteen Hegelund1-2/+6
2023-02-16net: microchip: sparx5: Use chain ids without offsets when enabling rulesSteen Hegelund1-6/+5
2023-02-16net: microchip: sparx5: Egress VLAN TPID configuration follows IFHSteen Hegelund1-2/+2
2023-02-16net: microchip: sparx5: Clear rule counter even if lookup is disabledSteen Hegelund2-4/+7
2023-02-16net: microchip: sparx5: Discard frames with SMAC multicast addressesSteen Hegelund1-0/+5
2023-02-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-16net: wangxun: Add the basic ethtool interfacesMengyuan Lou12-3/+98
2023-02-16net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol errorOleksij Rempel1-1/+1
2023-02-16net: phy: motorcomm: uninitialized variables in yt8531_link_change_notify()Dan Carpenter1-3/+3
2023-02-16Merge tag 'mlx5-updates-2023-02-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski30-181/+314
2023-02-16ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-16i40e: check vsi type before setting xdp_features flagLorenzo Bianconi1-2/+4
2023-02-15net: phylink: support validated pause and autoneg in fixed-linkIvan Bornyakov1-3/+14
2023-02-15net/mlx5: Configure IPsec steering for egress RoCEv2 trafficMark Zhang4-3/+137
2023-02-15net/mlx5: Configure IPsec steering for ingress RoCEv2 trafficMark Zhang8-8/+317
2023-02-15net/mlx5: Add IPSec priorities in RDMA namespacesMark Zhang1-2/+33
2023-02-15net/mlx5: Implement new destination type TABLE_TYPEMark Zhang3-1/+12
2023-02-15wifi: rtw89: move H2C of del_pkt_offload before polling FW status readyChin-Yen Lee1-2/+2
2023-02-15wifi: rtw89: use readable return 0 in rtw89_mac_cfg_ppdu_status()Ping-Ke Shih1-3/+3
2023-02-15wifi: rtw88: usb: drop now unnecessary URB size checkSascha Hauer1-14/+1
2023-02-15wifi: rtw88: usb: send Zero length packets if necessarySascha Hauer1-0/+1
2023-02-15wifi: rtw88: usb: Set qsel correctlySascha Hauer1-1/+1
2023-02-15net: ipa: define fields for remaining GSI registersAlex Elder8-102/+452
2023-02-15net: ipa: add "gsi_v4.11.c"Alex Elder4-2/+256
2023-02-15net: ipa: define fields for event-ring related registersAlex Elder7-40/+122
2023-02-15net: ipa: define more fields for GSI registersAlex Elder7-40/+130
2023-02-15net: ipa: define GSI CH_C_QOS register fieldsAlex Elder7-26/+72
2023-02-15net: ipa: populate more GSI register filesAlex Elder6-2/+623
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko7-19/+19
2023-02-15net/mlx5: Remove "recovery" arg from mlx5_load_one() functionJiri Pirko3-7/+6
2023-02-15net/mlx5e: Create auxdev devlink instance in the same ns as parent devlinkJiri Pirko3-4/+7
2023-02-15net/mlx5e: Move devlink port registration to be done before netdev allocJiri Pirko1-12/+12
2023-02-15net/mlx5e: Move dl_port to struct mlx5e_devJiri Pirko4-22/+11