summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin
2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin
2021-12-27net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27net: ethoc: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27net: pxa168_eth: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar
2021-12-27net: lan966x: Fix the vlan used by host portsHoratiu Vultur
2021-12-27bnxt_en: Use page frag RX buffers for better software GRO performanceJakub Kicinski
2021-12-27bnxt_en: convert to xdp_do_flushEdwin Peer
2021-12-27bnxt_en: Support CQE coalescing mode in ethtoolMichael Chan
2021-12-27bnxt_en: Support configurable CQE coalescing modeMichael Chan
2021-12-27bnxt_en: enable interrupt sampling on 5750X for DIMAndy Gospodarek
2021-12-27bnxt_en: Log error report for dropped doorbellMichael Chan
2021-12-27bnxt_en: Add event handler for PAUSE Storm eventSomnath Kotur
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang
2021-12-23net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong
2021-12-23net: lan966x: Add support for multiple bridge flagsHoratiu Vultur
2021-12-22mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen
2021-12-22Merge tag 'mlx5-updates-2021-12-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-12-22net: broadcom: bcm4908enet: remove redundant variable bytesColin Ian King
2021-12-22ice: trivial: fix odd indentingJesse Brandeburg
2021-12-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-22net: ks8851: Check for error irqJiasheng Jiang
2021-12-22drivers: net: smc911x: Check for error irqJiasheng Jiang
2021-12-21net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan
2021-12-21net/mlx5e: Allocate per-channel stats dynamically at first usageLama Kayal
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan
2021-12-21net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan
2021-12-21net/mlx5e: Save memory by using dynamic allocation in netdev privTariq Toukan
2021-12-21net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan
2021-12-21net/mlx5e: Use bitmap field for profile featuresTariq Toukan
2021-12-21net/mlx5: Remove the repeated declarationShaokun Zhang
2021-12-21net/mlx5: Let user configure max_macs generic paramShay Drory
2021-12-21net/mlx5: Let user configure event_eq_size paramShay Drory
2021-12-21net/mlx5: Let user configure io_eq_size paramShay Drory
2021-12-21fm10k: Fix syntax errors in commentsXiang wangx
2021-12-21igbvf: Refactor traceKaren Sornek
2021-12-21igb: remove never changed variable `ret_val'Jason Wang