index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
crc32_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.c
Uros Bizjak
1
-4
/
+4
2024-08-07
net: phy: phy_device: fix PHY WOL enabled, PM failed to suspend
Youwan Wang
1
-3
/
+16
2024-08-06
net: veth: Disable netpoll support
Breno Leitao
1
-0
/
+1
2024-08-06
ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()
Yue Haibing
1
-1
/
+0
2024-08-06
tcp: Use clamp() in htcp_alpha_update()
Christophe JAILLET
1
-1
/
+1
2024-08-06
net: airoha: honor reset return value in airoha_hw_init()
Lorenzo Bianconi
1
-4
/
+12
2024-08-06
MAINTAINERS: Update Mellanox website links
Rahul Rameshbabu
1
-9
/
+9
2024-08-06
net/mlx5: Implement PTM cross timestamping support
Rahul Rameshbabu
1
-0
/
+91
2024-08-06
net/mlx5: Add support for enabling PTM PCI capability
Carolina Jubran
1
-0
/
+6
2024-08-06
net/mlx5: Add support for MTPTM and MTCTR registers
Rahul Rameshbabu
4
-1
/
+52
2024-08-06
tools: ynl: remove extraneous ; after statements
Colin Ian King
1
-2
/
+2
2024-08-06
ipv6: udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
3
-7
/
+7
2024-08-06
inet6: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
3
-13
/
+14
2024-08-06
udp: constify 'struct net' parameter of socket lookups
Eric Dumazet
2
-8
/
+10
2024-08-06
inet: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
3
-10
/
+10
2024-08-06
inet: constify inet_sk_bound_dev_eq() net parameter
Eric Dumazet
5
-5
/
+6
2024-08-05
can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{e...
Jimmy Assarsson
1
-4
/
+4
2024-08-05
can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_ops
Jimmy Assarsson
1
-11
/
+0
2024-08-05
can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMP
Jimmy Assarsson
2
-19
/
+8
2024-08-05
can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devices
Jimmy Assarsson
2
-1
/
+14
2024-08-05
can: kvaser_usb: leaf: Store MSB of timestamp
Jimmy Assarsson
2
-3
/
+9
2024-08-05
can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commands
Jimmy Assarsson
1
-2
/
+17
2024-08-05
can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devices
Jimmy Assarsson
2
-4
/
+22
2024-08-05
can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variable
Jimmy Assarsson
1
-4
/
+4
2024-08-05
can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_l...
Jimmy Assarsson
1
-3
/
+30
2024-08-05
can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_...
Jimmy Assarsson
1
-3
/
+3
2024-08-05
can: kvaser_usb: leaf: Add struct for Tx ACK commands
Jimmy Assarsson
1
-1
/
+9
2024-08-05
can: kvaser_usb: hydra: Set hardware timestamp on transmitted packets
Jimmy Assarsson
1
-1
/
+4
2024-08-05
can: kvaser_usb: hydra: Add struct for Tx ACK commands
Jimmy Assarsson
1
-2
/
+17
2024-08-05
can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in fun...
Jimmy Assarsson
1
-5
/
+4
2024-08-05
can: kvaser_usb: Add helper functions to convert device timestamp into ktime
Jimmy Assarsson
2
-6
/
+28
2024-08-05
can: esd_402_pci: Add support for one-shot mode
Stefan Mätje
3
-4
/
+11
2024-08-05
can: esd_402_pci: Rename esdACC CTRL register macros
Stefan Mätje
2
-41
/
+42
2024-08-05
can: flexcan: add wakeup support for imx95
Haibo Chen
2
-7
/
+45
2024-08-05
dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
Haibo Chen
1
-3
/
+1
2024-08-05
net: netconsole: Fix MODULE_AUTHOR format
Breno Leitao
1
-1
/
+1
2024-08-05
net: phy: vitesse: implement downshift in vsc73xx phys
Pawel Dembicki
1
-0
/
+90
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-08-05
dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
Frank Li
1
-0
/
+4
2024-08-04
net: dsa: mt7530: Add EN7581 support
Lorenzo Bianconi
3
-11
/
+59
2024-08-04
dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switch
Lorenzo Bianconi
1
-1
/
+7
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
1
-26
/
+11
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
1
-15
/
+16
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
1
-1
/
+2
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
1
-2
/
+1
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
2
-6
/
+10
2024-08-03
l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.
Kuniyuki Iwashima
1
-3
/
+0
2024-08-03
net: pse-pd: tps23881: Fix the device ID check
Kyle Swenson
1
-1
/
+3
2024-08-03
net: dsa: vsc73xx: speed up MDIO bus to max allowed value
Pawel Dembicki
1
-1
/
+18
2024-08-03
rxrpc: Remove unused function declarations
Yue Haibing
1
-2
/
+0
[next]