summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-11cfg80211: Use const more consistently in for_each_element macrosJouni Malinen2-10/+10
2019-02-11cfg80211: restore regulatory without calling userspaceJohannes Berg2-15/+60
2019-02-08ieee80211: fix for_each_element_extid()Johannes Berg1-2/+2
2019-02-08Merge branch 'cfg80211-mac80211-multi-bssid' into mac80211-nextJohannes Berg17-193/+999
2019-02-08cfg80211: add missing kernel-doc for multi-BSSID fieldsJohannes Berg1-0/+4
2019-02-08mac80211_hwsim: Declare support for Multi-BSSIDJouni Malinen1-0/+1
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon1-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon1-7/+13
2019-02-08mac80211: indicate support for multiple BSSIDSara Sharon5-2/+42
2019-02-08mac80211: support multi-bssidSara Sharon6-48/+255
2019-02-08nl80211: use for_each_element() in validate_ie_attr()Johannes Berg1-20/+8
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon2-21/+53
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg3-32/+148
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon2-16/+23
2019-02-08mac80211: use element iteration macro in parsingJohannes Berg1-19/+6
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon2-1/+18
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon3-48/+46
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon2-2/+46
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg1-32/+15
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2-39/+472
2019-02-08mac80211: move the bss update from elements to an helperSara Sharon1-70/+80
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon9-72/+95
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg2-8/+59
2019-02-06mac80211_hwsim: Support boottime in scan resultsJouni Malinen1-2/+4
2019-02-05net: marvell: mvpp2: fix lack of link interruptsRussell King1-7/+14
2019-02-05net: marvell: mvpp2: use phy_interface_mode_is_8023z() helperRussell King1-23/+15
2019-02-05Merge branch 'nixge-Fixed-link-support'David S. Miller2-16/+88
2019-02-05dt-bindings: net: Add fixed-link supportMoritz Fischer1-1/+32
2019-02-05net: nixge: Add support for fixed-link configurationsMoritz Fischer1-7/+20
2019-02-05net: nixge: Make mdio child node optionalMoritz Fischer2-9/+37
2019-02-05net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij11-46/+72
2019-02-05net/mlx5: Fix code style issue in mlx driverTonghao Zhang1-1/+2
2019-02-05Merge branch 'sh_eth-implement-simple-RX-checksum-offload'David S. Miller2-10/+72
2019-02-05sh_eth: offload RX checksum on SH7763Sergei Shtylyov1-0/+1
2019-02-05sh_eth: offload RX checksum on SH7734Sergei Shtylyov1-0/+1
2019-02-05sh_eth: offload RX checksum on R8A77980Sergei Shtylyov1-0/+1
2019-02-05sh_eth: offload RX checksum on R8A7740Sergei Shtylyov1-0/+1
2019-02-05sh_eth: offload RX checksum on R7S72100Sergei Shtylyov1-0/+1
2019-02-05sh_eth: RX checksum offload supportSergei Shtylyov2-2/+59
2019-02-05sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov2-8/+8
2019-02-04socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell1-1/+1
2019-02-04netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches1-8/+8
2019-02-04net: Fix fall through warning in y2038 tstamp changes.David S. Miller1-0/+1
2019-02-04bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2-2/+1
2019-02-04Merge branch 'phy-aquantia-improvements'David S. Miller1-67/+110
2019-02-04net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit1-14/+66
2019-02-04net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit1-18/+12
2019-02-04net: phy: aquantia: remove unneeded includesHeiner Kallweit1-3/+0
2019-02-04net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn1-32/+32
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli3-14/+33