summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-23igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-23net: dsa: microchip: fix writes to phy registers >= 0x10Rasmus Villemoes1-1/+17
2023-06-23net: dsa: microchip: add ksz_prmw32() helperRasmus Villemoes1-0/+7
2023-06-23net: dsa: microchip: simplify ksz_prmw8()Rasmus Villemoes1-11/+2
2023-06-23net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao1-21/+11
2023-06-23net: macb: update PCS driver to use neg_modeRussell King (Oracle)1-3/+5
2023-06-23net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: dsa: b53: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: sparx5: update PCS driver to use neg_modeRussell King (Oracle)2-4/+5
2023-06-23net: qca8k: update PCS driver to use neg_modeRussell King (Oracle)1-7/+6
2023-06-23net: prestera: update PCS driver to use neg_modeRussell King (Oracle)1-8/+3
2023-06-23net: mvpp2: update PCS driver to use neg_modeRussell King (Oracle)1-6/+8
2023-06-23net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)1-3/+4
2023-06-23net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2-4/+4
2023-06-23net: pcs: lynx: update PCS driver to use neg_modeRussell King (Oracle)1-18/+18
2023-06-23net: pcs: lynxi: update PCS driver to use neg_modeRussell King (Oracle)1-23/+16
2023-06-23net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)2-28/+29
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)4-16/+24
2023-06-23net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)1-5/+4
2023-06-23net: phylink: add PCS negotiation modeRussell King (Oracle)1-11/+34
2023-06-23i40e, xsk: fix comment typoYueh-Shun Li1-1/+1
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski114-434/+1099
2023-06-23Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds35-79/+281
2023-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+18
2023-06-23Merge tag 'mmc-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds15-27/+30
2023-06-23Merge tag 'platform-drivers-x86-v6.4-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+5
2023-06-22Merge tag 'kvmarm-fixes-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-3/+18
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski1-15/+3
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET1-2/+2
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel1-3/+2
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2023-06-22ice: reduce initial wait for control queue messagesJacob Keller2-3/+7
2023-06-22iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-06-22iavf: remove some unused functions and pointless wrappersPrzemek Kitszel5-76/+8
2023-06-22iavf: fix err handling for MAC replacePrzemek Kitszel1-23/+19
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2-10/+7
2023-06-22platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K1-5/+5
2023-06-22can: kvaser_pciefd: Use TX FIFO size read from CAN controllerJimmy Assarsson1-12/+3
2023-06-22can: kvaser_pciefd: Refactor codeJimmy Assarsson1-134/+87
2023-06-22can: kvaser_pciefd: Add len8_dlc supportJimmy Assarsson1-4/+12
2023-06-22can: kvaser_pciefd: Use FIELD_{GET,PREP} and GENMASK where appropriateJimmy Assarsson1-79/+89
2023-06-22can: kvaser_pciefd: Sort register definitionsJimmy Assarsson1-100/+110
2023-06-22can: kvaser_pciefd: Change return type for kvaser_pciefd_{receive,transmit,se...Jimmy Assarsson1-7/+3
2023-06-22can: kvaser_pciefd: Rename device ID definesJimmy Assarsson1-11/+23
2023-06-22can: kvaser_pciefd: Sort includes in alphabetic orderJimmy Assarsson1-5/+5
2023-06-22can: kvaser_pciefd: Remove SPI flash parameter read functionalityJimmy Assarsson2-218/+5
2023-06-22can: kvaser_pciefd: Define unsigned constants with type suffix 'U'Jimmy Assarsson1-5/+5
2023-06-22can: kvaser_pciefd: Set hardware timestamp on transmitted packetsJimmy Assarsson1-2/+10
2023-06-22can: kvaser_pciefd: Add function to set skb hwtstampsJimmy Assarsson1-17/+10