index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
mnt_idmapping.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-15
dpll: netlink/core: change pin frequency set behavior
Arkadiusz Kubalewski
1
-8
/
+42
2023-10-15
ice: dpll: implement phase related callbacks
Arkadiusz Kubalewski
2
-4
/
+226
2023-10-15
dpll: netlink/core: add support for pin-dpll signal phase offset/adjust
Arkadiusz Kubalewski
2
-1
/
+155
2023-10-15
dpll: spec: add support for pin-dpll signal phase offset/adjust
Arkadiusz Kubalewski
4
-4
/
+42
2023-10-15
dpll: docs: add support for pin signal phase offset/adjust
Arkadiusz Kubalewski
1
-1
/
+52
2023-10-15
i40e: Add PBA as board id info to devlink .info_get
Ivan Vecera
1
-0
/
+16
2023-10-15
i40e: Refactor and rename i40e_read_pba_string()
Ivan Vecera
4
-26
/
+39
2023-10-15
i40e: Add handler for devlink .info_get
Ivan Vecera
1
-0
/
+90
2023-10-15
i40e: Split and refactor i40e_nvm_version_str()
Ivan Vecera
3
-44
/
+105
2023-10-15
i40e: Add initial devlink support
Ivan Vecera
6
-6
/
+164
2023-10-15
tg3: Improve PTP TX timestamping logic
Pavan Chebbi
2
-16
/
+68
2023-10-15
docs: try to encourage (netdev?) reviewers
Jakub Kicinski
2
-0
/
+33
2023-10-15
sfc: support offloading ct(nat) action in RHS rules
Edward Cree
3
-1
/
+12
2023-10-15
sfc: parse mangle actions (NAT) in conntrack entries
Edward Cree
1
-2
/
+89
2023-10-15
test/vsock: io_uring rx/tx tests
Arseniy Krasnov
3
-2
/
+348
2023-10-15
test/vsock: MSG_ZEROCOPY support for vsock_perf
Arseniy Krasnov
2
-10
/
+72
2023-10-15
test/vsock: MSG_ZEROCOPY flag tests
Arseniy Krasnov
8
-1
/
+633
2023-10-15
docs: net: description of MSG_ZEROCOPY for AF_VSOCK
Arseniy Krasnov
1
-2
/
+11
2023-10-15
vsock: enable setting SO_ZEROCOPY
Arseniy Krasnov
1
-2
/
+43
2023-10-15
vsock/loopback: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock/virtio: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-10-15
vhost/vsock: support MSG_ZEROCOPY for transport
Arseniy Krasnov
1
-0
/
+7
2023-10-15
vsock: enable SOCK_SUPPORT_ZC bit
Arseniy Krasnov
1
-0
/
+6
2023-10-15
vsock: check for MSG_ZEROCOPY support on send
Arseniy Krasnov
2
-0
/
+13
2023-10-15
vsock: read from socket's error queue
Arseniy Krasnov
3
-0
/
+24
2023-10-15
vsock: set EPOLLERR on non-empty error queue
Arseniy Krasnov
1
-1
/
+1
2023-10-14
appletalk: remove special handling code for ipddp
Lukas Bulwahn
1
-36
/
+0
2023-10-14
qed: replace uses of strncpy
Justin Stitt
1
-4
/
+3
2023-10-14
r8169: fix rare issue with broken rx after link-down on RTL8125
Heiner Kallweit
1
-0
/
+4
2023-10-14
Documentation: netconsole: add support for cmdline targets
Breno Leitao
1
-3
/
+19
2023-10-14
netconsole: Attach cmdline target to dynamic target
Breno Leitao
1
-0
/
+28
2023-10-14
netconsole: Initialize configfs_item for default targets
Breno Leitao
1
-2
/
+23
2023-10-14
netconsole: move init/cleanup functions lower
Breno Leitao
1
-52
/
+52
2023-10-14
sfc: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+1
2023-10-14
net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-4
/
+2
2023-10-14
ionic: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-14
net: sparx5: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-2
/
+1
2023-10-14
net/mlx4_core: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-14
nfp: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-14
mlxsw: pci: Allocate skbs using GFP_KERNEL during initialization
Ido Schimmel
1
-4
/
+5
2023-10-14
octeontx2-af: Enable hardware timestamping for VFs
Subbaraya Sundeep
1
-4
/
+3
2023-10-14
net: ngbe: add ethtool stats support
Jiawen Wu
3
-0
/
+9
2023-10-14
net: txgbe: add ethtool stats support
Jiawen Wu
3
-0
/
+9
2023-10-14
net: libwx: support hardware statistics
Jiawen Wu
6
-2
/
+377
2023-10-14
net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-16
/
+7
2023-10-13
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
2
-6
/
+4
2023-10-13
tls: use fixed size for tls_offload_context_{tx,rx}.driver_state
Sabrina Dubroca
2
-12
/
+6
2023-10-13
chcr_ktls: use tls_offload_context_tx and driver_state like other drivers
Sabrina Dubroca
2
-33
/
+46
2023-10-13
tls: validate crypto_info in a separate helper
Sabrina Dubroca
1
-24
/
+27
2023-10-13
tls: remove tls_context argument from tls_set_device_offload
Sabrina Dubroca
3
-10
/
+10
[next]