summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-08tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells
2023-06-08net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells
2023-06-08tcp: let tcp_mtu_probe() build headless packetsEric Dumazet
2023-06-08Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-06-08ethtool: ioctl: improve error checking for set_wolJustin Chen
2023-06-08Merge branch 'complete-lynx-mdio-device-handling'Jakub Kicinski
2023-06-08net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)
2023-06-08net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)
2023-06-08net: pcs: lynx: check that the fwnode is available prior to useRussell King (Oracle)
2023-06-08net: pcs: lynx: change lynx_pcs_create() to return error-pointersRussell King (Oracle)
2023-06-08net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)
2023-06-08net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)
2023-06-08net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)
2023-06-08net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)
2023-06-08net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)
2023-06-08net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)
2023-06-08net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)
2023-06-08net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang
2023-06-08mlxsw: spectrum_nve_vxlan: Fix unsupported flag regressionIdo Schimmel
2023-06-08Merge branch 'tools-ynl-generate-code-for-the-devlink-family'Jakub Kicinski
2023-06-08tools: ynl: add sample for devlinkJakub Kicinski
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski
2023-06-08tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski
2023-06-08tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski
2023-06-08tools: ynl-gen: walk nested types in depthJakub Kicinski
2023-06-08tools: ynl-gen: inherit struct use infoJakub Kicinski
2023-06-08tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski
2023-06-08tools: ynl-gen: refactor strmap helper generationJakub Kicinski
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski
2023-06-08netlink: specs: devlink: fill in some details important for CJakub Kicinski
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-08Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-08Merge branch 'crypto-splice-net-make-af_alg-handle-sendmsg-msg_splice_pages'Paolo Abeni
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells
2023-06-08Wrap lines at 80David Howells
2023-06-08Fix a couple of spelling mistakesDavid Howells
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells
2023-06-08Merge branch 'txgbe-phylink-support'Paolo Abeni
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu
2023-06-08net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCSJiawen Wu
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu