summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-316-2/+23
* cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2020-07-318-2/+66
* cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach2020-07-312-0/+16
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-3117-44/+43
* nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-8/+11
* nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-21/+10
* net/wireless: regulatory.h: drop duplicate word in commentRandy Dunlap2020-07-311-1/+1
* net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap2020-07-311-3/+3
* net/wireless: cfg80211.h: drop duplicate words in commentsRandy Dunlap2020-07-311-2/+2
* net/wireless: wireless.h: drop duplicate word in commentsRandy Dunlap2020-07-311-1/+1
* net/wireless: nl80211.h: drop duplicate words in commentsRandy Dunlap2020-07-311-9/+9
* cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires2020-07-311-1/+1
* mac80211: remove the need for variable rates_idxColin Ian King2020-07-311-3/+1
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-3110-10/+94
* fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-07-2915-78/+346
|\
| * ice: fix unused parameter warningTony Nguyen2020-07-291-2/+2
| * ice: disable no longer needed workaround for FW loggingBen Shelton2020-07-291-2/+0
| * ice: reduce scope of variableBruce Allan2020-07-291-2/+4
| * ice: cleanup VSI on probe failMarcin Szycik2020-07-291-5/+7
| * ice: Allow all VLANs in safe modeBrett Creeley2020-07-291-2/+57
| * ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak2020-07-291-8/+2
| * ice: distribute Tx queues evenlyVictor Raj2020-07-291-4/+51
| * ice: Adjust scheduler default BW weightTarun Singh2020-07-292-2/+13
| * ice: Add RL profile bit mask checkTarun Singh2020-07-291-5/+6
| * ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr2020-07-291-2/+8
| * ice: return correct error code from ice_aq_sw_rulesKiran Patil2020-07-291-1/+7
| * ice: restore VF MSI-X state during PCI resetNick Nunley2020-07-293-0/+34
| * ice: fix link event handling timingDave Ertman2020-07-292-1/+7
| * ice: Fix link broken after GLOBR resetDave Ertman2020-07-291-4/+0
| * ice: Implement LFC workaroundDave Ertman2020-07-296-38/+148
* | net: mvneta: fix comment about phylink_speed_downJisheng Zhang2020-07-291-1/+1
|/
* Merge branch 'net-stmmac-improve-WOL'David S. Miller2020-07-292-6/+31
|\
| * net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang2020-07-291-0/+8
| * net: stmmac: Support WOL with phyJisheng Zhang2020-07-292-0/+15
| * net: stmmac: only call pmt() during suspend/resume if HW enables PMTJisheng Zhang2020-07-291-3/+3
| * net: stmmac: Move device_can_wakeup() check earlier in set_wolJisheng Zhang2020-07-291-3/+3
| * net: stmmac: Remove WAKE_MAGIC if HW shows no pmt_magic_frameJisheng Zhang2020-07-291-0/+2
|/
* Merge branch 'RTL8366-VLAN-callback-fixes'David S. Miller2020-07-291-11/+24
|\
| * net: dsa: rtl8366: Fix VLAN set-upLinus Walleij2020-07-291-7/+7
| * net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij2020-07-291-4/+17
|/
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-294-12/+48
* net_sched: initialize timer earlier in red_init()Cong Wang2020-07-291-4/+4
* Merge branch 'hinic-add-some-error-messages-for-debug'David S. Miller2020-07-2921-81/+855
|\
| * hinic: add log in exception handling processesLuo bin2020-07-2913-45/+151
| * hinic: add support to handle hw abnormal eventLuo bin2020-07-2910-36/+704
|/
* Merge branch 'introduce-PLDM-firmware-update-library'David S. Miller2020-07-2924-3/+2953
|\
| * ice: implement device flash update via devlinkJacob Keller2020-07-299-1/+1007
| * ice: add flags indicating pending update of firmware moduleJacob Keller2020-07-293-0/+24
| * ice: Add AdminQ commands for FW updateCudzilo, Szymon T2020-07-295-2/+281