aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-29/+35
2020-08-12net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-12net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_initWang Hai1-3/+14
2020-08-11ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang1-2/+2
2020-08-11hinic: fix strncpy output truncated compile warningsLuo bin2-22/+12
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-7/+6
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-4/+4
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds2-74/+25
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-2/+20
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds653-25465/+50945
2020-08-05net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson1-1/+3
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-04net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-10/+10
2020-08-04net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-08-04via-velocity: Use more typical logging stylesJoe Perches2-122/+85
2020-08-04hinic: add check for mailbox msg from VFLuo bin4-2/+255
2020-08-04hinic: add generating mailbox random index supportLuo bin5-0/+167
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-102/+0
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller7-163/+112
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree3-0/+81
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree2-0/+5
2020-08-03sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree3-0/+217
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree3-9/+167
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree2-0/+77
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree5-5/+396
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree2-0/+220
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-08-03enetc: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-03dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-08-03cxgb4: add TC-MATCHALL IPv6 supportRahul Lakkireddy3-26/+82
2020-08-03mlxsw: spectrum_qdisc: Offload action trap for qeventsPetr Machata3-13/+95
2020-08-03mlxsw: spectrum_trap: Add early_drop trapIdo Schimmel3-3/+53
2020-08-03mlxsw: spectrum_trap: Allow for per-ASIC traps initializationIdo Schimmel2-9/+75
2020-08-03mlxsw: spectrum_trap: Allow for per-ASIC trap groups initializationIdo Schimmel4-9/+93
2020-08-03mlxsw: spectrum_span: On policer_id_base_ref_count, use dec_and_testPetr Machata1-1/+2
2020-08-03mlxsw: spectrum_trap: Use 'size_t' for array sizesIdo Schimmel2-5/+5
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel4-13/+22
2020-08-03net: stmmac: fix failed to suspend if phy based WOL is enabledJisheng Zhang1-1/+1
2020-08-03fsl/fman: fix eth hash table allocationFlorinel Iordache1-1/+1
2020-08-03fsl/fman: check dereferencing null pointerFlorinel Iordache3-4/+4