summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-11Merge tag 'wireless-drivers-next-for-davem-2017-11-11' of git://git.kernel.or...David S. Miller66-904/+995
2017-11-11net: dsa: b53: Turn on Broadcom tagsFlorian Fainelli2-9/+40
2017-11-11net: dsa: b53: Stop using dev->cpu_port incorrectlyFlorian Fainelli1-6/+4
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli1-0/+16
2017-11-11net: dsa: lan9303: Set up trapping of IGMP to CPU portEgil Hjelmeland1-0/+26
2017-11-11cxgb4: collect vpd info directly from hardwareRahul Lakkireddy5-42/+104
2017-11-11net: dsa: mv88e6xxx: Fix stats histogram modeAndrew Lunn3-13/+58
2017-11-11net: dsa: mv88e6xxx: Flood broadcast frames in hardwareAndrew Lunn1-1/+32
2017-11-11net: dsa: mv88e6xxx: Move mv88e6xxx_port_db_load_purge()Andrew Lunn1-44/+44
2017-11-11net: dsa: mv88e6xxx: Print offending port when vlan check failsAndrew Lunn1-2/+2
2017-11-11net: dsa: mv88e6xxx: Fixed port netdev check for VLANsAndrew Lunn1-1/+1
2017-11-11Merge branch 'ieee802154-for-davem-2017-11-09' of git://git.kernel.org/pub/sc...David S. Miller5-65/+63
2017-11-11ipvlan: fix ipv6 outbound deviceKeefe Liu1-1/+1
2017-11-11net: thunderx: fix double free errorAleksey Makarov1-52/+30
2017-11-11net: thunderbolt: Clear finished Tx frame bus address in tbnet_tx_callback()Mika Westerberg1-0/+1
2017-11-11net: sfc: remove redundant variable startColin Ian King1-2/+0
2017-11-11qlge: remove duplicated assignment to mbcpColin Ian King1-1/+0
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-11net: 3com: 3c574_cs: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-11net: 8390: pcnet_cs: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-11fsl/fman_port: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-11net: ethernet: bgmac: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-11ibmvnic: Add vnic client data to login bufferNathan Fontenot2-2/+68
2017-11-11net: macb: add of_node_put to error pathsMichael Grzeschik1-0/+2
2017-11-11net: macb: add of_phy_deregister_fixed_link to error pathsMichael Grzeschik1-0/+7
2017-11-11net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal1-32/+30
2017-11-11net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplexFuyun Liang1-12/+1
2017-11-11net: hns3: fix a bug when getting phy address from NCL_config fileFuyun Liang1-1/+1
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu8-0/+258
2017-11-10nfp flower action: Modified to use VLAN helper functionsManish Kurup1-3/+2
2017-11-10sfc: don't warn on successful change of MACRobert Stonehouse1-1/+1
2017-11-10net: vxge: remove redundant assignments and pointersColin Ian King1-8/+1
2017-11-10Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller7-52/+184
2017-11-10rsi: rsi_91x_ps: remove redundant code in str_psstateGustavo A. R. Silva1-1/+0
2017-11-10rt2x00: use monotonic timestamps for frame dumpArnd Bergmann2-4/+5
2017-11-10rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka1-3/+3
2017-11-10qtnfmac: pass all CONNECT cmd params to wireless card for processingIgor Mitsyanko2-30/+65
2017-11-10qtnfmac: include HTCAP and VHTCAP into config AP commandIgor Mitsyanko1-0/+18
2017-11-10qtnfmac: configure and start AP interface with a single commandIgor Mitsyanko4-52/+47
2017-11-10qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usageIgor Mitsyanko3-34/+10
2017-11-10qtnfmac: SCAN results: retreive frame type information from "IE set" TLVIgor Mitsyanko2-22/+14
2017-11-10qtnfmac: extend "IE set" TLV to include frame type infoIgor Mitsyanko3-30/+80
2017-11-10qtnfmac: get rid of PHYMODE capabilities flagsIgor Mitsyanko4-14/+2
2017-11-10qtnfmac: initialize HT/VHT caps "can override" masksIgor Mitsyanko4-9/+12
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko5-59/+84
2017-11-10brcmfmac: move configuration of probe request IEsArend Van Spriel2-4/+7
2017-11-10brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel3-15/+2
2017-11-10brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel1-24/+10
2017-11-10brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel1-2/+2
2017-11-10brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel1-65/+11