aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2-0/+14
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy1-0/+10
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy6-15/+21
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli3-4/+121
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli1-3/+36
2019-02-22isdn_common: Mark expected switch fall-throughsGustavo A. R. Silva1-4/+3
2019-02-22net: phy: aquantia: Use get_features for the PHYs abilitiesAndrew Lunn1-7/+7
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu5-37/+7
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu1-16/+8
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman5-56/+125
2019-02-22cfg80211: allow sending vendor events unicastJohannes Berg2-8/+71
2019-02-22mac80211: ignore quiet mode in probeSara Sharon1-3/+3
2019-02-22mac80211: allow CSA to self with immediate quietSara Sharon1-1/+2
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon4-16/+77
2019-02-22mac80211: fix position of vendor_data readLiad Kaufman1-2/+19
2019-02-22radiotap: add 0-length PSDU "not captured" typeJohannes Berg1-1/+2
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon4-6/+62
2019-02-22mac80211: support max channel switch time elementSara Sharon6-0/+18
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen6-16/+46
2019-02-22cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-02-21rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli1-0/+1
2019-02-21net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan1-0/+20
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan3-3/+29
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu3-1/+96
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu4-1/+156
2019-02-21net: hns3: fix 6th bit of ppp mpf abnormal errorsWeihang Li1-1/+1
2019-02-21net: hns3: enable 8~11th bit of mac common msi-x errorWeihang Li2-2/+8
2019-02-21net: hns3: some bugfix of ppu(rcb) ras errorsWeihang Li2-5/+12
2019-02-21net: hns3: modify print message of ssu common ecc errorsWeihang Li1-2/+43
2019-02-21net: hns3: fix port info query issue for copper portJian Shen4-24/+44
2019-02-21net: hns3: convert mac advertize and supported from u32 to link modeJian Shen1-12/+12
2019-02-21net: hns3: Check variable is valid before assigning it to anotherYonglong Liu1-6/+10
2019-02-21net: hns3: add pointer checking at the beginning of the exported functions.Yonglong Liu1-0/+21
2019-02-21mlxsw: spectrum_buffers: Reject overlarge headroom size requestsPetr Machata4-1/+31
2019-02-21mlxsw: spectrum_buffers: Update port headroom configurationPetr Machata1-8/+8
2019-02-21mlxsw: spectrum_buffers: Add Spectrum-2 shared buffer configurationPetr Machata1-28/+106
2019-02-21mlxsw: spectrum_buffers: Keep mlxsw_sp_sb_mm in sb_valsPetr Machata1-10/+14
2019-02-21mlxsw: spectrum_buffers: Keep mlxsw_sp_sb_cm in sb_valsPetr Machata1-14/+26
2019-02-21mlxsw: spectrum_buffers: Keep mlxsw_sp_sb_prs in mlxsw_sp_sb_valsPetr Machata1-5/+5
2019-02-21mlxsw: spectrum_buffers: Keep mlxsw_sp_sb_pms in mlxsw_sp_sb_valsPetr Machata1-4/+5
2019-02-21mlxsw: spectrum_buffers: Keep pool descriptors in mlxsw_sp_sb_valsPetr Machata1-20/+30
2019-02-21mlxsw: spectrum_buffers: Allocate prs & pms dynamicallyPetr Machata1-2/+50
2019-02-21mlxsw: spectrum: Add struct mlxsw_sp_sb_valsPetr Machata3-0/+16
2019-02-21net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu2-6/+6
2019-02-21net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu1-17/+7
2019-02-21net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu2-52/+68
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli6-37/+1
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli6-53/+6
2019-02-21net: bridge: Stop calling switchdev_port_attr_get()Florian Fainelli1-6/+5
2019-02-21rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli1-14/+41