summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-29Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski8-13/+15
2021-12-29net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski1-0/+1
2021-12-29net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski1-0/+1
2021-12-29r8169: don't use pci_irq_vector() in atomic contextThomas Gleixner1-7/+7
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-27net:Remove initialization of static variables to 0Wen Zhiwei1-3/+3
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: wwan: iosm: Keep device at D0 for s2idle caseKai-Heng Feng1-0/+3
2021-12-27net: wwan: iosm: Let PCI core handle PCI power transitionKai-Heng Feng1-47/+2
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-24net: phy: micrel: Add config_init for LAN8814Horatiu Vultur1-0/+32
2021-12-24net: wan/lmc: fix spelling of "its"Randy Dunlap1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-147/+268
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu1-1/+1
2021-12-23r8152: sync ocp baseHayes Wang1-4/+22
2021-12-23r8152: fix the force speed doesn't work for RTL8156Hayes Wang1-0/+17
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni1-2/+6
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski163-2635/+5359
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-23mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen1-1/+2
2021-12-23Merge tag 'mlx5-updates-2021-12-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski18-79/+327
2021-12-23codel: remove unnecessary pkt_sched.h includeJakub Kicinski4-0/+6
2021-12-23codel: remove unnecessary sock.h includeJakub Kicinski3-0/+6
2021-12-23net: broadcom: bcm4908enet: remove redundant variable bytesColin Ian King1-2/+0
2021-12-23ice: trivial: fix odd indentingJesse Brandeburg1-3/+4
2021-12-23asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2021-12-23asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2021-12-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski11-233/+4357