index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
David Howells
2
-2
/
+3
2023-06-09
net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
David Howells
1
-1
/
+3
2023-06-09
tcp: let tcp_mtu_probe() build headless packets
Eric Dumazet
1
-2
/
+58
2023-06-09
ethtool: ioctl: improve error checking for set_wol
Justin Chen
1
-2
/
+12
2023-06-09
net: fman_memac: use pcs-lynx's check for fwnode availability
Russell King (Oracle)
1
-1
/
+1
2023-06-09
net: dpaa2: use pcs-lynx's check for fwnode availability
Russell King (Oracle)
1
-6
/
+5
2023-06-09
net: pcs: lynx: check that the fwnode is available prior to use
Russell King (Oracle)
1
-0
/
+14
2023-06-09
net: pcs: lynx: change lynx_pcs_create() to return error-pointers
Russell King (Oracle)
1
-13
/
+1
2023-06-09
net: pcs: lynx: make lynx_pcs_create() static
Russell King (Oracle)
2
-3
/
+1
2023-06-09
net: fman_memac: use lynx_pcs_create_fwnode()
Russell King (Oracle)
1
-9
/
+4
2023-06-09
net: dpaa2-mac: use lynx_pcs_create_fwnode()
Russell King (Oracle)
1
-8
/
+10
2023-06-09
net: pcs: lynx: add lynx_pcs_create_fwnode()
Russell King (Oracle)
2
-0
/
+30
2023-06-09
net: pcs: lynx: remove lynx_get_mdio_device()
Russell King (Oracle)
2
-10
/
+0
2023-06-09
net: fman_memac: allow lynx PCS to handle mdiodev lifetime
Russell King (Oracle)
1
-6
/
+1
2023-06-09
net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetime
Russell King (Oracle)
1
-4
/
+1
2023-06-09
net: pch_gbe: Allow build on MIPS_GENERIC kernel
Jiaxun Yang
2
-2
/
+2
2023-06-09
mlxsw: spectrum_nve_vxlan: Fix unsupported flag regression
Ido Schimmel
1
-2
/
+4
2023-06-08
tools: ynl: add sample for devlink
Jakub Kicinski
2
-0
/
+61
2023-06-08
tools: ynl: generate code for the devlink family
Jakub Kicinski
3
-1
/
+932
2023-06-08
tools: ynl-gen: don't generate forward declarations for policies - regen
Jakub Kicinski
3
-8
/
+0
2023-06-08
tools: ynl-gen: don't generate forward declarations for policies
Jakub Kicinski
1
-9
/
+3
2023-06-08
tools: ynl-gen: walk nested types in depth
Jakub Kicinski
1
-12
/
+29
2023-06-08
tools: ynl-gen: inherit struct use info
Jakub Kicinski
1
-0
/
+8
2023-06-08
tools: ynl-gen: try to sort the types more intelligently
Jakub Kicinski
1
-2
/
+24
2023-06-08
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
2
-6
/
+11
2023-06-08
tools: ynl-gen: refactor strmap helper generation
Jakub Kicinski
1
-19
/
+17
2023-06-08
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
3
-2
/
+9
2023-06-08
netlink: specs: devlink: fill in some details important for C
Jakub Kicinski
1
-0
/
+8
2023-06-08
crypto: af_alg/hash: Support MSG_SPLICE_PAGES
David Howells
2
-41
/
+70
2023-06-08
crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-44
/
+8
2023-06-08
crypto: af_alg: Support MSG_SPLICE_PAGES
David Howells
3
-17
/
+37
2023-06-08
crypto: af_alg: Indent the loop in af_alg_sendmsg()
David Howells
1
-24
/
+27
2023-06-08
crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
David Howells
5
-59
/
+40
2023-06-08
crypto: af_alg: Pin pages rather than ref'ing if appropriate
David Howells
2
-3
/
+8
2023-06-08
Move netfs_extract_iter_to_sg() to lib/scatterlist.c
David Howells
4
-271
/
+274
2023-06-08
Wrap lines at 80
David Howells
1
-1
/
+2
2023-06-08
Fix a couple of spelling mistakes
David Howells
1
-2
/
+2
2023-06-08
Drop the netfs_ prefix from netfs_extract_iter_to_sg()
David Howells
4
-39
/
+39
2023-06-08
net: txgbe: Support phylink MAC layer
Jiawen Wu
4
-15
/
+154
2023-06-08
net: txgbe: Implement phylink pcs
Jiawen Wu
3
-2
/
+93
2023-06-08
net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
Jiawen Wu
2
-0
/
+31
2023-06-08
net: txgbe: Support GPIO to SFP socket
Jiawen Wu
6
-19
/
+283
2023-06-08
net: txgbe: Add SFP module identify
Jiawen Wu
3
-0
/
+32
2023-06-08
net: txgbe: Register I2C platform device
Jiawen Wu
3
-0
/
+77
2023-06-08
net: txgbe: Register fixed rate clock
Jiawen Wu
3
-0
/
+44
2023-06-08
net: txgbe: Add software nodes to support phylink
Jiawen Wu
6
-1
/
+171
2023-06-08
bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks
Somnath Kotur
1
-7
/
+18
2023-06-08
bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event
Pavan Chebbi
2
-0
/
+7
2023-06-08
bnxt_en: Skip firmware fatal error recovery if chip is not accessible
Vikas Gupta
1
-2
/
+3
2023-06-08
bnxt_en: Query default VLAN before VNIC setup on a VF
Somnath Kotur
1
-0
/
+3
[next]