aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-22net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)4-16/+24
2023-06-22net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)1-5/+4
2023-06-22net: phylink: add PCS negotiation modeRussell King (Oracle)1-11/+34
2023-06-22i40e, xsk: fix comment typoYueh-Shun Li1-1/+1
2023-06-22net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-79/+278
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-22igc: Work around HW bug causing missing timestampsVinicius Costa Gomes1-11/+37
2023-06-22igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes3-12/+7
2023-06-22igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes3-5/+43
2023-06-22igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2-10/+7
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
2023-06-22can: kvaser_pciefd: Remove handler for unused KVASER_PCIEFD_PACK_TYPE_EFRAME_ACKJimmy Assarsson1-38/+1
2023-06-22can: kvaser_pciefd: Remove useless write to interrupt registerJimmy Assarsson1-7/+2
2023-06-22can: length: refactor frame lengths definition to add size in bitsVincent Mailhol1-13/+2
2023-06-22can: ti_hecc: fix coding styleMarc Kleine-Budde1-1/+1
2023-06-22can: rx-offload: fix coding styleMarc Kleine-Budde1-1/+1
2023-06-22can: m_can: fix coding styleMarc Kleine-Budde1-2/+2
2023-06-22can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal3-4/+31
2023-06-22can: sja1000: Prepare the use of a threaded handlerMiquel Raynal1-3/+8
2023-06-22can: esd_usb: Use consistent prefix ESD_USB_ for macrosFrank Jungclaus1-7/+6
2023-06-22can: esd_usb: Make use of kernel macros BIT() and GENMASK()Frank Jungclaus1-14/+14
2023-06-22can: esd_usb: Don't bother the user with nonessential log messageFrank Jungclaus1-1/+1
2023-06-22can: esd_usb: Replace hardcoded message length given to USB commandsFrank Jungclaus1-19/+21
2023-06-22can: esd_usb: Prefix all structures with the device nameFrank Jungclaus1-22/+22
2023-06-22can: esd_usb: Use consistent prefixes for macrosFrank Jungclaus1-99/+99
2023-06-22can: esd_usb: Replace initializer macros used for struct can_bittiming_constFrank Jungclaus1-20/+13
2023-06-21bnxt_en: Link representors to PCI deviceIvan Vecera1-0/+1
2023-06-21wifi: rtlwifi: cleanup USB interfaceDmitry Antipov2-27/+6
2023-06-21wifi: rtlwifi: simplify LED managementDmitry Antipov40-391/+177