aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-22can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-06-22hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks1-0/+3
2023-06-22platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K1-5/+5
2023-06-22selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2-0/+8
2023-06-22Merge patch series "can: kvaser_pciefd: Fixes and improvements"Marc Kleine-Budde2-616/+342
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: uapi: move CAN_RAW_FILTER_MAX definition to raw.hOliver Hartkopp2-1/+2
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-22Merge patch series "can: length: fix definitions and add bit length calculation"Marc Kleine-Budde2-100/+216
2023-06-22can: length: refactor frame lengths definition to add size in bitsVincent Mailhol2-101/+216
2023-06-22can: length: fix bitstuffing countVincent Mailhol1-6/+8
2023-06-22can: length: fix description of the RRS fieldVincent Mailhol1-2/+3
2023-06-22Merge patch series "can: fix coding style"Marc Kleine-Budde2-2/+2
2023-06-22can: m_can: fix coding styleMarc Kleine-Budde1-2/+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-22Merge patch series "can: sja1000: Prepare the use of a threaded handler"Marc Kleine-Budde3-7/+39
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-22Merge patch series "can: esd_usb: More preparation before supporting esd CAN-...Marc Kleine-Budde1-21/+20
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-22Merge patch series "can: esd_usb: More preparation before supporting esd CAN-...Marc Kleine-Budde1-171/+168
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-21wifi: mac80211: report all unusable beacon framesBenjamin Berg1-1/+1
2023-06-21Merge branch 'mptcp-expose-more-info-and-small-improvements'Jakub Kicinski10-46/+356
2023-06-21mptcp: pass addr to mptcp_pm_alloc_anno_listGeliang Tang3-6/+6
2023-06-21mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()Paolo Abeni1-5/+3
2023-06-21selftests: mptcp: join: skip check if MIB counter not supported (part 2)Matthieu Baerts1-16/+17
2023-06-21selftests: mptcp: add MPTCP_FULL_INFO testcasePaolo Abeni1-2/+91
2023-06-21mptcp: introduce MPTCP_FULL_INFO getsockoptPaolo Abeni2-2/+149
2023-06-21mptcp: add subflow unique idPaolo Abeni3-1/+12
2023-06-21selftests: mptcp: explicitly tests aggregate countersPaolo Abeni1-1/+26