summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-30smsc911x: remove superfluous variable initWolfram Sang1-1/+1
2023-03-30Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski10-363/+464
2023-03-30net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-30octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu1-2/+29
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-3/+2
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski8-222/+344
2023-03-29net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-29Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-29net/mlx5e: Fix build break on 32bitSaeed Mahameed1-2/+2
2023-03-28net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea4-59/+25
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea3-3/+34
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2-5/+44
2023-03-28net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea1-15/+35
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea4-23/+66
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea3-4/+8
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea4-10/+25
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea3-9/+9
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea5-88/+121
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea4-27/+4
2023-03-28net/mlx5e: RX, Remove internal page_cacheDragos Tatulea3-72/+0
2023-03-28net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea3-26/+45
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea5-51/+51
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea4-62/+87
2023-03-28net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationDragos Tatulea1-17/+18
2023-03-28net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remapGrygorii Strashko1-2/+3
2023-03-28net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rateGrygorii Strashko4-2/+129
2023-03-28Merge tag 'linux-can-next-for-6.4-20230327' of git://git.kernel.org/pub/scm/l...Jakub Kicinski6-137/+148
2023-03-28net: ena: Advertise TX push supportShay Agroskin1-1/+10
2023-03-28net: ena: Add support to changing tx_push_buf_lenShay Agroskin4-12/+82
2023-03-28net: ena: Recalculate TX state variables every device resetShay Agroskin1-1/+9
2023-03-28net: ena: Add an option to configure large LLQ headersDavid Arinzon2-22/+76
2023-03-28net: ena: Make few cosmetic preparations to support large LLQShay Agroskin1-66/+67
2023-03-28qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1
2023-03-27net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit1-18/+4
2023-03-27net: sunhme: Consolidate common probe tasksSean Anderson1-93/+64
2023-03-27net: sunhme: Inline error returnsSean Anderson1-12/+6
2023-03-27net: sunhme: Clean up mac address initSean Anderson1-5/+4
2023-03-27net: sunhme: Consolidate mac address initializationSean Anderson1-148/+134
2023-03-27net: sunhme: Switch SBUS to devresSean Anderson1-83/+35
2023-03-27net: sunhme: Alphabetize includesSean Anderson1-30/+25
2023-03-27net: sunhme: Unify IRQ requestingSean Anderson1-121/+10