aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-29sun4i-emac.c: add dma supportConley Lee1-0/+200
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos2-5/+51
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos2-4/+182
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2021-12-29igb: move SDP config initialization to separate functionRuud Bos1-8/+19
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski10-0/+12
2021-12-28net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan1-0/+2
2021-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski2-1/+20
2021-12-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski8-13/+15
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-12-28net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski1-0/+1
2021-12-28net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski1-0/+1
2021-12-28r8169: don't use pci_irq_vector() in atomic contextThomas Gleixner1-7/+7
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin1-5/+7
2021-12-28net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski1-1/+1
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET1-15/+8
2021-12-27atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2021-12-27net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interruptLad Prabhakar1-27/+42
2021-12-27net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar1-6/+3
2021-12-27net: ethoc: Use platform_get_irq() to get the interruptLad Prabhakar1-6/+3
2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar1-16/+16
2021-12-27net: pxa168_eth: Use platform_get_irq() to get the interruptLad Prabhakar1-4/+5
2021-12-27ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+6
2021-12-27net: lan966x: Fix the vlan used by host portsHoratiu Vultur1-3/+3
2021-12-27bnxt_en: Use page frag RX buffers for better software GRO performanceJakub Kicinski1-12/+15
2021-12-27bnxt_en: convert to xdp_do_flushEdwin Peer1-1/+1
2021-12-27bnxt_en: Support CQE coalescing mode in ethtoolMichael Chan1-1/+23
2021-12-27bnxt_en: Support configurable CQE coalescing modeMichael Chan2-5/+12
2021-12-27bnxt_en: enable interrupt sampling on 5750X for DIMAndy Gospodarek1-1/+13
2021-12-27bnxt_en: Log error report for dropped doorbellMichael Chan1-2/+8
2021-12-27bnxt_en: Add event handler for PAUSE Storm eventSomnath Kotur1-0/+3
2021-12-23Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski12-46/+121
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-79/+151
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu1-1/+1
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-12-23net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong2-0/+124
2021-12-23net: lan966x: Add support for multiple bridge flagsHoratiu Vultur4-2/+82
2021-12-22net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-22net/mlx5e: Delete forward rule for ct or sample actionChris Mi1-11/+6