summaryrefslogtreecommitdiffstats
path: root/crypto/crc32_generic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-07net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.cUros Bizjak1-4/+4
2024-08-07net: phy: phy_device: fix PHY WOL enabled, PM failed to suspendYouwan Wang1-3/+16
2024-08-06net: veth: Disable netpoll supportBreno Leitao1-0/+1
2024-08-06ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing1-1/+0
2024-08-06tcp: Use clamp() in htcp_alpha_update()Christophe JAILLET1-1/+1
2024-08-06net: airoha: honor reset return value in airoha_hw_init()Lorenzo Bianconi1-4/+12
2024-08-06MAINTAINERS: Update Mellanox website linksRahul Rameshbabu1-9/+9
2024-08-06net/mlx5: Implement PTM cross timestamping supportRahul Rameshbabu1-0/+91
2024-08-06net/mlx5: Add support for enabling PTM PCI capabilityCarolina Jubran1-0/+6
2024-08-06net/mlx5: Add support for MTPTM and MTCTR registersRahul Rameshbabu4-1/+52
2024-08-06tools: ynl: remove extraneous ; after statementsColin Ian King1-2/+2
2024-08-06ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet3-7/+7
2024-08-06inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet3-13/+14
2024-08-06udp: constify 'struct net' parameter of socket lookupsEric Dumazet2-8/+10
2024-08-06inet: constify 'struct net' parameter of various lookup helpersEric Dumazet3-10/+10
2024-08-06inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet5-5/+6
2024-08-05can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{e...Jimmy Assarsson1-4/+4
2024-08-05can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_opsJimmy Assarsson1-11/+0
2024-08-05can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMPJimmy Assarsson2-19/+8
2024-08-05can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devicesJimmy Assarsson2-1/+14
2024-08-05can: kvaser_usb: leaf: Store MSB of timestampJimmy Assarsson2-3/+9
2024-08-05can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commandsJimmy Assarsson1-2/+17
2024-08-05can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devicesJimmy Assarsson2-4/+22
2024-08-05can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variableJimmy Assarsson1-4/+4
2024-08-05can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_l...Jimmy Assarsson1-3/+30
2024-08-05can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_...Jimmy Assarsson1-3/+3
2024-08-05can: kvaser_usb: leaf: Add struct for Tx ACK commandsJimmy Assarsson1-1/+9
2024-08-05can: kvaser_usb: hydra: Set hardware timestamp on transmitted packetsJimmy Assarsson1-1/+4
2024-08-05can: kvaser_usb: hydra: Add struct for Tx ACK commandsJimmy Assarsson1-2/+17
2024-08-05can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in fun...Jimmy Assarsson1-5/+4
2024-08-05can: kvaser_usb: Add helper functions to convert device timestamp into ktimeJimmy Assarsson2-6/+28
2024-08-05can: esd_402_pci: Add support for one-shot modeStefan Mätje3-4/+11
2024-08-05can: esd_402_pci: Rename esdACC CTRL register macrosStefan Mätje2-41/+42
2024-08-05can: flexcan: add wakeup support for imx95Haibo Chen2-7/+45
2024-08-05dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standaloneHaibo Chen1-3/+1
2024-08-05net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao1-1/+1
2024-08-05net: phy: vitesse: implement downshift in vsc73xx physPawel Dembicki1-0/+90
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski1-6/+9
2024-08-05dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcanFrank Li1-0/+4
2024-08-04net: dsa: mt7530: Add EN7581 supportLorenzo Bianconi3-11/+59
2024-08-04dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switchLorenzo Bianconi1-1/+7
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima1-26/+11
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima1-15/+16
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima1-1/+2
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima1-2/+1
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima2-6/+10
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima1-3/+0
2024-08-03net: pse-pd: tps23881: Fix the device ID checkKyle Swenson1-1/+3
2024-08-03net: dsa: vsc73xx: speed up MDIO bus to max allowed valuePawel Dembicki1-1/+18
2024-08-03rxrpc: Remove unused function declarationsYue Haibing1-2/+0