summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* igb: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* ice: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* iavf: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* i40e: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* e1000: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* e1000: switch to napi_consume_skb()Alexander Lobakin2021-12-281-5/+7
* net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-27/+42
* net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* net: ethoc: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-6/+3
* fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-16/+16
* net: pxa168_eth: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-4/+5
* ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-7/+6
* net: lan966x: Fix the vlan used by host portsHoratiu Vultur2021-12-271-3/+3
* bnxt_en: Use page frag RX buffers for better software GRO performanceJakub Kicinski2021-12-271-12/+15
* bnxt_en: convert to xdp_do_flushEdwin Peer2021-12-271-1/+1
* bnxt_en: Support CQE coalescing mode in ethtoolMichael Chan2021-12-271-1/+23
* bnxt_en: Support configurable CQE coalescing modeMichael Chan2021-12-272-5/+12
* bnxt_en: enable interrupt sampling on 5750X for DIMAndy Gospodarek2021-12-271-1/+13
* bnxt_en: Log error report for dropped doorbellMichael Chan2021-12-271-2/+8
* bnxt_en: Add event handler for PAUSE Storm eventSomnath Kotur2021-12-271-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-2416-79/+151
|\
| * net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu2021-12-231-1/+1
| * net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang2021-12-231-1/+1
| * sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * net: ks8851: Check for error irqJiasheng Jiang2021-12-221-0/+2
| * drivers: net: smc911x: Check for error irqJiasheng Jiang2021-12-221-0/+5
| * igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-211-6/+13
| * gve: Correct order of processing device optionsJeroen de Borst2021-12-211-4/+4
| * qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang2021-12-183-5/+13
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-12-184-41/+62
| |\
| | * ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-172-6/+1
| | * ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
| | * ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
| | * ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
| | * ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-173-22/+47
| | * ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski2021-12-171-6/+6
| * | net: marvell: prestera: fix incorrect structure accessYevhen Orlov2021-12-181-7/+12
| * | net: marvell: prestera: fix incorrect return of port_findYevhen Orlov2021-12-181-6/+10
| * | net: lantiq_xrx200: increase buffer reservationAleksander Jan Bajkowski2021-12-181-10/+24
| |/
* | net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong2021-12-232-0/+124
* | net: lan966x: Add support for multiple bridge flagsHoratiu Vultur2021-12-234-2/+82
* | mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen2021-12-231-1/+2
* | Merge tag 'mlx5-updates-2021-12-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-12-2318-79/+327
|\ \
| * | net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan2021-12-221-8/+6
| * | net/mlx5e: Allocate per-channel stats dynamically at first usageLama Kayal2021-12-221-13/+28
| * | net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan2021-12-229-22/+36
| * | net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan2021-12-223-3/+23
| * | net/mlx5e: Save memory by using dynamic allocation in netdev privTariq Toukan2021-12-222-10/+54
| * | net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan2021-12-223-24/+42