summaryrefslogtreecommitdiffstats
path: root/io_uring (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-09tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2-2/+3
2023-06-09net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells1-1/+3
2023-06-09tcp: let tcp_mtu_probe() build headless packetsEric Dumazet1-2/+58
2023-06-09ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12
2023-06-09net: fman_memac: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)1-1/+1
2023-06-09net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)1-6/+5
2023-06-09net: pcs: lynx: check that the fwnode is available prior to useRussell King (Oracle)1-0/+14
2023-06-09net: pcs: lynx: change lynx_pcs_create() to return error-pointersRussell King (Oracle)1-13/+1
2023-06-09net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)2-3/+1
2023-06-09net: fman_memac: use lynx_pcs_create_fwnode()Russell King (Oracle)1-9/+4
2023-06-09net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)1-8/+10
2023-06-09net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)2-0/+30
2023-06-09net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)2-10/+0
2023-06-09net: fman_memac: allow lynx PCS to handle mdiodev lifetimeRussell King (Oracle)1-6/+1
2023-06-09net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)1-4/+1
2023-06-09net: pch_gbe: Allow build on MIPS_GENERIC kernelJiaxun Yang2-2/+2
2023-06-09mlxsw: spectrum_nve_vxlan: Fix unsupported flag regressionIdo Schimmel1-2/+4
2023-06-08tools: ynl: add sample for devlinkJakub Kicinski2-0/+61
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski3-1/+932
2023-06-08tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski3-8/+0
2023-06-08tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski1-9/+3
2023-06-08tools: ynl-gen: walk nested types in depthJakub Kicinski1-12/+29
2023-06-08tools: ynl-gen: inherit struct use infoJakub Kicinski1-0/+8
2023-06-08tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski1-2/+24
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski2-6/+11
2023-06-08tools: ynl-gen: refactor strmap helper generationJakub Kicinski1-19/+17
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski3-2/+9
2023-06-08netlink: specs: devlink: fill in some details important for CJakub Kicinski1-0/+8
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2-41/+70
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-44/+8
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells3-17/+37
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells1-24/+27
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells5-59/+40
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells2-3/+8
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells4-271/+274
2023-06-08Wrap lines at 80David Howells1-1/+2
2023-06-08Fix a couple of spelling mistakesDavid Howells1-2/+2
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells4-39/+39
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu4-15/+154
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu3-2/+93
2023-06-08net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCSJiawen Wu2-0/+31
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu6-19/+283
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu3-0/+32
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu3-0/+77
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu3-0/+44
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu6-1/+171
2023-06-08bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2-0/+7
2023-06-08bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-08bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3