summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-11-036-9/+77
|\
| * iavf: Change information about device removal in dmesgBartosz Staszewski2022-11-021-1/+1
| * iavf: Replace __FUNCTION__ with __func__ye xingchen2022-11-021-1/+1
| * i40e: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska2022-11-021-1/+3
| * i40e: Add i40e_napi_poll tracepointJoe Damato2022-11-022-0/+53
| * i40e: Record number of RXes cleaned during NAPIJoe Damato2022-11-021-3/+9
| * i40e: Record number TXes cleaned during NAPIJoe Damato2022-11-021-3/+8
| * i40e: Store the irq number in i40e_q_vectorJoe Damato2022-11-022-0/+2
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-11-0314-30/+166
|\ \
| * | igc: Correct the launchtime offsetMuhammad Husaini Zulkifli2022-11-025-0/+48
| * | e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan2022-11-021-6/+3
| * | e1000e: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan2022-11-021-15/+5
| * | e1000e: Add e1000e trace moduleSasha Neftin2022-11-023-0/+49
| * | e1000e: Add support for the next LOM generationSasha Neftin2022-11-025-0/+29
| * | e1000e: Separate MTP board type from ADPSasha Neftin2022-11-023-9/+32
| |/
* | net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor2022-11-031-1/+1
* | net: remove unused ndo_get_devlink_portJiri Pirko2022-11-0319-128/+0
* | net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko2022-11-031-1/+1
* | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-0326-156/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-0311-37/+91
|\ \
| * | stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao2022-11-021-5/+2
| * | ibmvnic: Free rwi on reset successNick Child2022-11-021-8/+8
| * | net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur2022-11-011-6/+12
| * | net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2022-11-012-3/+7
| * | net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2022-11-012-0/+21
| * | net: lan966x: Fix the MTU calculationHoratiu Vultur2022-11-012-1/+3
| * | sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET2022-11-011-2/+6
| * | net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong2022-10-311-2/+2
| * | net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici2022-10-281-9/+29
| * | net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* | | net: microchip: sparx5: add support for offloading default prioDaniel Machon2022-11-033-0/+40
* | | net: microchip: sparx5: add support for offloading dscp tableDaniel Machon2022-11-033-3/+116
* | | net: microchip: sparx5: add support for apptrustDaniel Machon2022-11-033-2/+126
* | | net: microchip: sparx5: add support for offloading pcp tableDaniel Machon2022-11-038-2/+327
* | | net: mana: Assign interrupts to CPUs based on NUMA nodesSaurabh Sengar2022-11-032-3/+28
* | | net: fec: add initial XDP supportShenwei Wang2022-11-032-2/+226
* | | rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel2022-11-021-0/+1
* | | rocker: Avoid unnecessary scheduling of work itemIdo Schimmel2022-11-021-7/+7
* | | sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)2022-11-021-1/+2
* | | qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)2022-11-021-1/+2
* | | net: broadcom: bcm4908_enet: report queued and transmitted bytesRafał Miłecki2022-11-021-0/+4
* | | octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extracti...Suman Ghosh2022-11-023-18/+70
| |/ |/|
* | net: ethernet: renesas: rswitch: Add R-Car Gen4 gPTP supportYoshihiro Shimoda2022-11-025-2/+398
* | net: ethernet: renesas: Add support for "Ethernet Switch"Yoshihiro Shimoda2022-11-024-0/+2686
* | net: ngbe: Initialize sw info and register netdevMengyuan Lou2022-11-0210-8/+665
* | net: txgbe: Add operations to interact with firmwareJiawen Wu2022-11-025-5/+316
* | net: libwx: Implement interaction with firmwareJiawen Wu2022-11-023-0/+543
* | gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand2022-11-026-266/+338
* | net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli2022-10-312-0/+22
* | net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov2022-10-311-2/+31