summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski
2024-05-30Merge branch 'net-phylink-rearrange-ovr_an_inband-support'Jakub Kicinski
2024-05-30net: stmmac: dwmac-intel: remove checking for fixed linkRussell King (Oracle)
2024-05-30net: stmmac: rename xpcs_an_inband to default_an_inbandRussell King (Oracle)
2024-05-30net: fman_memac: remove the now unnecessary checking for fixed-linkRussell King (Oracle)
2024-05-30net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)
2024-05-30net: phylink: move test for ovr_an_inbandRussell King (Oracle)
2024-05-30net: phylink: rearrange phylink_parse_mode()Russell King (Oracle)
2024-05-30dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS supportMD Danish Anwar
2024-05-30Merge branch 'net-stmmac-cleanups'Jakub Kicinski
2024-05-30net: stmmac: ethqos: clean up setting serdes speedRussell King (Oracle)
2024-05-30net: stmmac: include linux/io.h rather than asm/io.hRussell King (Oracle)
2024-05-30net: stmmac: remove unnecessary netif_carrier_off()Russell King (Oracle)
2024-05-30net: stmmac: remove pcs_rane() methodRussell King (Oracle)
2024-05-30net: stmmac: dwxgmac2: remove useless NULL pointer initialisationsRussell King (Oracle)
2024-05-30net: stmmac: Drop TBI/RTBI PCS flagsSerge Semin
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu
2024-05-30net: fjes: correct TRACE_INCLUDE_PATHJakub Kicinski
2024-05-30Merge branch 'ionic-updates-for-v6-11'Jakub Kicinski
2024-05-30ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson
2024-05-30ionic: only sync frag_len in first buffer of xdpShannon Nelson
2024-05-30ionic: Use netdev_name() function instead of netdev->nameBrett Creeley
2024-05-30ionic: Mark error paths in the data path as unlikelyBrett Creeley
2024-05-30ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley
2024-05-30ionic: Reset LIF device while restarting LIFShannon Nelson
2024-05-30ionic: fix potential irq name truncationShannon Nelson
2024-05-30hns3: avoid linking objects into multiple modulesArnd Bergmann
2024-05-30ethernet: octeontx2: avoid linking objects into multiple modulesArnd Bergmann
2024-05-30Merge branch 'mlx4-add-support-for-netdev-genl-api'Jakub Kicinski
2024-05-30net/mlx4: support per-queue statistics via netlinkJoe Damato
2024-05-30net/mlx4: link NAPI instances to queues and IRQsJoe Damato
2024-05-30net/mlx4: Track RX allocation failures in a statJoe Damato
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-30Merge branch 'introduce-switch-mode-support-for-icssg-driver'Paolo Abeni
2024-05-30net: ti: icssg-prueth: Add support for ICSSG switch firmwareMD Danish Anwar
2024-05-30net: ti: icssg-switch: Add switchdev based driver for ethernet switch supportMD Danish Anwar
2024-05-30net: ti: icssg-prueth: Add helper functions to configure FDBMD Danish Anwar
2024-05-30netdev: add qstat for csum completeJakub Kicinski
2024-05-30ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-05-29net: ena: Fix redundant device NUMA node overrideShay Agroskin
2024-05-29Merge branch 'intel-wired-lan-driver-updates-2024-05-28-e1000e-i40e-ice'Jakub Kicinski
2024-05-29ice: check for unregistering correct number of devlink paramsDave Ertman
2024-05-29ice: fix 200G PHY types to link speed mappingPaul Greenwalt
2024-05-29i40e: Fully suspend and resume IO operations in EEH caseThinh Tran
2024-05-29i40e: factoring out i40e_suspend/i40e_resumeThinh Tran
2024-05-29e1000e: move force SMBUS near the end of enable_ulp functionHui Wang
2024-05-29net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn