summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-17net/pppoe: make number of hash bits configurableJaco Kroon2-1/+35
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller16-620/+569
2023-05-17octeontx2-pf: mcs: Support VLAN in clear textSubbaraya Sundeep2-2/+7
2023-05-17Merge tag 'linux-can-next-for-6.5-20230515' of git://git.kernel.org/pub/scm/l...Jakub Kicinski23-86/+1257
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-11/+140
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski7-21/+107
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski6-84/+89
2023-05-16ice: add individual interrupt allocationPiotr Raczynski13-282/+165
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski1-36/+0
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski3-66/+58
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski3-38/+37
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski5-11/+11
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski5-218/+238
2023-05-16net: ethernet: i825xx: sun3_8256: Add SPDX license identifierBagas Sanjaya2-0/+2
2023-05-16net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice with SPDX ide...Bagas Sanjaya3-9/+6
2023-05-16net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifierBagas Sanjaya5-23/+6
2023-05-16net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifierBagas Sanjaya9-22/+15
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya2-4/+3
2023-05-15can: xilinx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: ti_hecc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: sun4i_can: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: softing: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-15can: sja1000_platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: sja1000_isa: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: rcar: Convert to platform remove callback returning voidUwe Kleine-König2-7/+4
2023-05-15can: mscan: mpc5xxx_can: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: m_can: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: janz-ican3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: ifi_canfd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: grcan: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: flexcan: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: ctucanfd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: cc770_platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: cc770_isa: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: c_can: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: bxcan: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-15can: at91_can: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-15can: bxcan: Remove unnecessary print function dev_err()Jiapeng Chong1-9/+3
2023-05-15can: usb: f81604: add Fintek F81604 supportJi-Ze Hong3-0/+1214
2023-05-15octeontx2-pf: mcs: Remove unneeded semicolonYang Li1-2/+2
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma1-4/+4
2023-05-15octeontx2-pf: ethtool expose qos statsHariprasad Kelam1-9/+20
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli10-14/+1507
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam3-20/+43
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam5-38/+94
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep10-42/+426
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam4-15/+15
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli1-1/+6
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller43-300/+3488
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2