summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-23net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier1-0/+19
2024-08-23net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier1-0/+1
2024-08-23net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+6
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+1
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier4-1/+105
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-48/+169
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-15/+82
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman1-0/+6
2024-08-22net: repack struct netdev_queueJakub Kicinski1-9/+14
2024-08-21net: Silence false field-spanning write warning in metadata_dst memcpyGal Pressman1-2/+5
2024-08-20ipv4: Centralize TOS matchingIdo Schimmel2-0/+8
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu1-0/+2
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu1-0/+4
2024-08-20kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+1
2024-08-19Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-08-18Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds5-19/+62
2024-08-18Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-08-17Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-8/+11
2024-08-17Merge tag 'io_uring-6.11-20240824' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-08-16Merge tag 'thermal-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-08-16Merge tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+1
2024-08-16io_uring: fix user_data field name in commentCaleb Sander Mateos1-1/+1
2024-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+12
2024-08-16ipv6: Add ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman1-0/+12
2024-08-16ethtool: Add new result codes for TDR diagnosticsOleksij Rempel1-0/+4
2024-08-16Merge tag 'iommu-fixes-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2024-08-16Merge tag 'sound-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+18
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki1-0/+1
2024-08-16net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean1-0/+2
2024-08-16net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean1-6/+10
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean1-0/+9
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean2-1/+49
2024-08-16alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan1-0/+13
2024-08-16mm: don't account memmap per-nodePasha Tatashin2-5/+4
2024-08-16mm: add system wide stats items categoryPasha Tatashin1-11/+4
2024-08-16mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand2-3/+41
2024-08-16virtio: allow driver to disable the configure change notificationJason Wang1-0/+7
2024-08-16virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang1-2/+2
2024-08-16ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima1-1/+3
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-10/+51
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+5
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2-8/+11
2024-08-15Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman1-3/+0
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang1-0/+4
2024-08-15UAPI: net/sched: Use __struct_group() in flex struct tc_u32_selGustavo A. R. Silva1-10/+13
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+8
2024-08-14i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald1-1/+1