summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08net: enetc: add MAC filtering for i.MX95 ENETC PFWei Fang
2025-05-08net: enetc: move generic MAC filtering interfaces to enetc-coreWei Fang
2025-05-08net: enetc: add command BD ring support for i.MX95 ENETCWei Fang
2025-05-08net: enetc: add initial netc-lib driver to support NTMPWei Fang
2025-05-08selftests: net-drv: remove the nic_performance and nic_link_layer testsJakub Kicinski
2025-05-08selftests: netfilter: fix conntrack stress test failures on debug kernelsFlorian Westphal
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08Merge tag 'net-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-08Merge tag 's390-6.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-05-08Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-05-08Merge branch 'virtio-net-fix-total-qstat-values'Paolo Abeni
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski
2025-05-08net: export a helper for adding up queue statsJakub Kicinski
2025-05-08Merge branch 'fbnic-fw-ipc-mailbox-fixes'Paolo Abeni
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck
2025-05-07Merge branch 'net-dsa-b53-accumulated-fixes'Jakub Kicinski
2025-05-07net: dsa: b53: do not set learning and unicast/multicast on upJonas Gorski
2025-05-07net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski
2025-05-07net: dsa: b53: fix toggling vlan_filteringJonas Gorski
2025-05-07net: dsa: b53: do not program vlans when vlan filtering is offJonas Gorski
2025-05-07net: dsa: b53: do not allow to configure VLAN 0Jonas Gorski
2025-05-07net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski
2025-05-07net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski
2025-05-07net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski
2025-05-07net: dsa: b53: fix clearing PVID of a portJonas Gorski
2025-05-07net: dsa: b53: keep CPU port always tagged againJonas Gorski
2025-05-07net: dsa: b53: allow leaky reserved multicastJonas Gorski
2025-05-07net: ibmveth: Refactored veth_pool_store for better maintainabilityDave Marquardt
2025-05-07Merge branch 'netlink-specs-remove-phantom-structs'Jakub Kicinski
2025-05-07netlink: specs: rt-link: remove implicit structs from devconfJakub Kicinski
2025-05-07netlink: specs: remove implicit structs for SNMP countersJakub Kicinski
2025-05-07netlink: specs: ovs: correct struct namesJakub Kicinski
2025-05-07netlink: specs: nl80211: drop structs which are not uAPIJakub Kicinski
2025-05-07Merge branch 'tools-ynl-gen-split-presence-metadata'Jakub Kicinski
2025-05-07tools: ynl-gen: move the count into a presence struct tooJakub Kicinski
2025-05-07tools: ynl-gen: split presence metadataJakub Kicinski
2025-05-07tools: ynl-gen: rename basic presence from 'bit' to 'present'Jakub Kicinski
2025-05-07Merge branch 'bug-fixes-from-xdp-patch-series'Jakub Kicinski
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon