summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller3-9/+4
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-07-31Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller11-171/+70
2020-07-31qede: Use %pM format specifier for MAC addressesAndy Shevchenko1-3/+1
2020-07-31qed: Use %pM format specifier for MAC addressesAndy Shevchenko2-7/+4
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-2/+2
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-1/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-7/+2
2020-07-30net: ll_temac: Use devm_platform_ioremap_resource_byname()Wang Hai1-4/+2
2020-07-30tlan: use generic power managementVaibhav Gupta1-25/+6
2020-07-30sis900: use generic power managementVaibhav Gupta1-16/+7
2020-07-30sc92031: use generic power managementVaibhav Gupta1-17/+9
2020-07-30bnxt_en: Remove superfluous memset()Li Heng1-2/+0
2020-07-30liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai1-7/+4
2020-07-30mlxsw: spectrum_cnt: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-3/+2
2020-07-30sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing1-1/+0
2020-07-30igb: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-07-30ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-30ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30igb: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e1000e: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e100: use generic power managementVaibhav Gupta1-18/+14
2020-07-30ixgbevf: use generic power managementVaibhav Gupta1-34/+10
2020-07-30ixgbe: use generic power managementVaibhav Gupta1-46/+15
2020-07-30igbvf: use generic power managementVaibhav Gupta1-29/+8
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-78/+346
2020-07-29net: mvneta: fix comment about phylink_speed_downJisheng Zhang1-1/+1
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: reduce scope of variableBruce Allan1-2/+4
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2
2020-07-29ice: distribute Tx queues evenlyVictor Raj1-4/+51
2020-07-29ice: Adjust scheduler default BW weightTarun Singh2-2/+13
2020-07-29ice: Add RL profile bit mask checkTarun Singh1-5/+6
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr1-2/+8
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil1-1/+7
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley3-0/+34
2020-07-29ice: fix link event handling timingDave Ertman2-1/+7
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman6-38/+148
2020-07-28net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang1-0/+8
2020-07-28net: stmmac: Support WOL with phyJisheng Zhang2-0/+15
2020-07-28net: stmmac: only call pmt() during suspend/resume if HW enables PMTJisheng Zhang1-3/+3
2020-07-28net: stmmac: Move device_can_wakeup() check earlier in set_wolJisheng Zhang1-3/+3
2020-07-28net: stmmac: Remove WAKE_MAGIC if HW shows no pmt_magic_frameJisheng Zhang1-0/+2