summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-30net: fjes: correct TRACE_INCLUDE_PATHJakub Kicinski1-1/+1
2024-05-30Merge branch 'ionic-updates-for-v6-11'Jakub Kicinski4-77/+201
2024-05-30ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson1-56/+181
2024-05-30ionic: only sync frag_len in first buffer of xdpShannon Nelson1-1/+1
2024-05-30ionic: Use netdev_name() function instead of netdev->nameBrett Creeley2-3/+3
2024-05-30ionic: Mark error paths in the data path as unlikelyBrett Creeley1-10/+10
2024-05-30ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley1-6/+4
2024-05-30ionic: Reset LIF device while restarting LIFShannon Nelson1-0/+1
2024-05-30ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-05-30hns3: avoid linking objects into multiple modulesArnd Bergmann4-6/+35
2024-05-30ethernet: octeontx2: avoid linking objects into multiple modulesArnd Bergmann3-6/+25
2024-05-30Merge branch 'mlx4-add-support-for-netdev-genl-api'Jakub Kicinski4-1/+93
2024-05-30net/mlx4: support per-queue statistics via netlinkJoe Damato1-0/+73
2024-05-30net/mlx4: link NAPI instances to queues and IRQsJoe Damato2-0/+15
2024-05-30net/mlx4: Track RX allocation failures in a statJoe Damato3-1/+5
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds78-381/+1179
2024-05-30Merge branch 'introduce-switch-mode-support-for-icssg-driver'Paolo Abeni10-19/+1113
2024-05-30net: ti: icssg-prueth: Add support for ICSSG switch firmwareMD Danish Anwar7-19/+386
2024-05-30net: ti: icssg-switch: Add switchdev based driver for ethernet switch supportMD Danish Anwar4-0/+526
2024-05-30net: ti: icssg-prueth: Add helper functions to configure FDBMD Danish Anwar3-0/+201
2024-05-30netdev: add qstat for csum completeJakub Kicinski3-0/+6
2024-05-30ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing1-2/+2
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni5-28/+82
2024-05-29net: ena: Fix redundant device NUMA node overrideShay Agroskin1-11/+0
2024-05-29Merge branch 'intel-wired-lan-driver-updates-2024-05-28-e1000e-i40e-ice'Jakub Kicinski5-144/+195
2024-05-29ice: check for unregistering correct number of devlink paramsDave Ertman1-9/+22
2024-05-29ice: fix 200G PHY types to link speed mappingPaul Greenwalt1-0/+10
2024-05-29i40e: Fully suspend and resume IO operations in EEH caseThinh Tran1-3/+6
2024-05-29i40e: factoring out i40e_suspend/i40e_resumeThinh Tran1-114/+135
2024-05-29e1000e: move force SMBUS near the end of enable_ulp functionHui Wang2-18/+22
2024-05-29net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha1-1/+1
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-05-29net: smc91x: Remove commented out codeThorsten Blum1-4/+0
2024-05-29net: dsa: felix: provide own phylink MAC operationsRussell King (Oracle)5-18/+40
2024-05-29net: dsa: remove mac_prepare()/mac_finish() shimsRussell King (Oracle)3-40/+0
2024-05-29Merge branch 'doc-netlink-fixes-for-ynl-doc-generator'Jakub Kicinski2-4/+10
2024-05-29doc: netlink: Fix op pre and post fields in generated .rstDonald Hunter1-1/+4
2024-05-29doc: netlink: Fix formatting of op flags in generated .rstDonald Hunter1-1/+3
2024-05-29doc: netlink: Don't 'sanitize' op docstrings in generated .rstDonald Hunter2-1/+2
2024-05-29doc: netlink: Fix generated .rst for multi-line docsDonald Hunter1-1/+1
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet5-47/+30
2024-05-29Merge branch 'net-ethernet-ti-am65-cpsw-nuss-support-stacked-switches'Jakub Kicinski2-4/+5
2024-05-29net: ethernet: ti: am65-cpsw-nuss: populate netdev of_nodeAlexander Sverdlin1-0/+1
2024-05-29net: ethernet: ti: am65-cpsw-nuss: rename phy_node -> port_npAlexander Sverdlin2-4/+4
2024-05-29Merge branch 'tcp-fix-tcp_poll-races'Jakub Kicinski6-37/+31
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet2-15/+6
2024-05-29tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet3-12/+23
2024-05-29netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao1-0/+2