summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao7-7/+82
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-37/+35
2023-06-16Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-3/+13
2023-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-23/+12
2023-06-16Merge tag 'media/v6.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-5/+1
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-3/+5
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-0/+4
2023-06-15Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab1-5/+1
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-0/+8
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+1
2023-06-13kcm: Send multiple frags in one sendmsg()David Howells1-1/+1
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-6/+5
2023-06-13Remove file->f_op->sendpageDavid Howells1-1/+0
2023-06-13net: flower: add support for matching cfm fieldsZahari Doychev1-0/+9
2023-06-13net: flow_dissector: add support for cfm packetsZahari Doychev1-0/+21
2023-06-12Merge tag 'mlx5-updates-2023-06-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-4/+16
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet1-1/+1
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet1-0/+1
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski1-0/+1
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn4-2/+41
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole1-0/+1
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean1-5/+5
2023-06-12net: ethtool: correct MAX attribute value for statsJakub Kicinski1-1/+1
2023-06-11RDMA/mlx5: Fix affinity assignmentMark Bloch1-0/+12
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-23/+0
2023-06-10Merge tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+9
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller1-1/+3
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet5-96/+112
2023-06-10Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-6/+172
2023-06-10net/mlx5: Add new page type for EC VF pagesDaniel Jurgens1-0/+1
2023-06-10net/mlx5: Update vport caps query/set for EC VFsDaniel Jurgens1-1/+1
2023-06-10net/mlx5: Enable devlink port for embedded cpu VF vportsDaniel Jurgens1-0/+6
2023-06-10net/mlx5: mlx5_ifc updates for embedded CPU SRIOVDaniel Jurgens1-3/+8
2023-06-09net: phy: broadcom: Add support for setting LED brightnessFlorian Fainelli1-0/+3
2023-06-09net: phy: broadcom: Rename LED registersFlorian Fainelli1-3/+3
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells3-0/+3
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells4-0/+4
2023-06-09splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2-2/+2
2023-06-09net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspaceDavid Howells1-1/+3
2023-06-09Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-3/+17
2023-06-09net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)1-1/+0
2023-06-09net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)1-0/+1
2023-06-09net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)1-2/+0
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-46/+75
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-21/+33
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells1-4/+2
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells1-0/+1
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells2-4/+5
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells1-3/+3