aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-21net: mvneta: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21ezchip: nps_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: ks8851-ml: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-08-21net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21via-rhine: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-08-21amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-11/+8
2019-08-21Merge tag 'mac80211-next-for-davem-2019-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller18-64/+684
2019-08-21Merge branch 'mlxsw-Add-devlink-trap-support'David S. Miller10-1/+1010
2019-08-21selftests: mlxsw: Add a test case for devlink-trapIdo Schimmel1-0/+129
2019-08-21selftests: mlxsw: Add test cases for devlink-trap L2 dropsIdo Schimmel1-0/+484
2019-08-21mlxsw: spectrum: Add devlink-trap supportIdo Schimmel6-1/+363
2019-08-21mlxsw: Add trap group for layer 2 discardsIdo Schimmel1-0/+8
2019-08-21mlxsw: Add layer 2 discard trap IDsIdo Schimmel1-0/+7
2019-08-21mlxsw: reg: Add new trap actionsIdo Schimmel1-0/+4
2019-08-21mlxsw: core: Add API to set trap actionIdo Schimmel2-0/+15
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau3-28/+225
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau1-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau1-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar8-9/+349
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin1-1/+2
2019-08-21mac80211: add assoc-at supportBen Greear2-0/+5
2019-08-21cfg80211: Support assoc-at timer in sta-infoBen Greear3-0/+6
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel1-0/+1
2019-08-21cfg80211: ibss: use 11a mandatory rates for 6GHz band operationArend van Spriel1-5/+11
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel1-1/+2
2019-08-21cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entriesArend van Spriel2-1/+3
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel1-0/+3
2019-08-21cfg80211: util: add 6GHz channel to freq conversion and vice versaArend van Spriel1-1/+9
2019-08-21cfg80211: add 6GHz UNII band definitionsArend van Spriel1-2/+19
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel2-0/+3
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin1-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin1-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin1-7/+7
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin1-3/+9
2019-08-20Merge tag 'mlx5-updates-2019-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller18-207/+965
2019-08-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-146/+324
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley1-2/+2
2019-08-20ice: Change type for queue countsPawel Kaminski1-12/+13
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2-10/+13
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2-3/+4
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley2-11/+19
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2-11/+16
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen1-2/+0
2019-08-20ice: allow empty Rx descriptorsMitch Williams1-3/+12
2019-08-20ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni1-61/+88