summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-24qtnfmac: fix warnings when mBSS setup is stoppedVasily Ulyanov1-4/+4
2018-01-24qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov2-16/+9
2018-01-24rtl8xxxu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-24rtlwifi: Add spec_ver to check whether use new rate-id or notPing-Ke Shih3-12/+121
2018-01-24rtlwifi: Add ratr_table for newer ICPing-Ke Shih1-0/+18
2018-01-24rtlwifi: 8822be has to report vht capability to mac80211Ping-Ke Shih1-1/+2
2018-01-24rtlwifi: btcoex: add boolean variables dbg_modePing-Ke Shih1-0/+2
2018-01-24rtlwifi: btcoex: Add wifi_only series ops to control solo cardPing-Ke Shih7-3/+172
2018-01-24rtlwifi: btcoex: add scan_notify within ips_notify if RFONPing-Ke Shih1-0/+8
2018-01-24rtlwifi: btcoex: Add variable ant_div_cfg to support antenna diversityPing-Ke Shih2-0/+2
2018-01-24rtlwifi: btcoex: Add switch band notify for btcPing-Ke Shih5-0/+53
2018-01-24rtlwifi: btcoex: extend get_wifi_bw to support bandwidth 80MPing-Ke Shih2-22/+16
2018-01-24mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi1-0/+2
2018-01-24mt76x2: dfs: take into account dfs region in mt76x2_dfs_init_params()Lorenzo Bianconi1-1/+2
2018-01-24mt76x2: dfs: add set_domain handlerLorenzo Bianconi3-1/+16
2018-01-24mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()Lorenzo Bianconi2-1/+2
2018-01-24mt76: fix transmission of encrypted management framesFelix Fietkau4-3/+28
2018-01-24mt76x2: fix WMM parameter configurationLorenzo Bianconi2-12/+15
2018-01-22Merge branch 'mlxsw-Add-support-for-mirror-action-with-flower'David S. Miller8-85/+410
2018-01-22mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky5-3/+126
2018-01-22mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Arkadi Sharshevsky2-0/+52
2018-01-22mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2-32/+57
2018-01-22mlxsw: spectrum_acl: Add support for mirroring actionArkadi Sharshevsky2-0/+35
2018-01-22mlxsw: core: Make counter index allocated inside the action appendJiri Pirko5-35/+82
2018-01-22mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource listJiri Pirko1-26/+49
2018-01-22mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spe...Jiri Pirko2-0/+20
2018-01-22Merge branch 'Aquantia-atlantic-driver-new-devices-support'David S. Miller21-773/+1019
2018-01-22net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh1-3/+3
2018-01-22net: aquantia: Report correct mediatype via ethtoolIgor Russkikh1-3/+13
2018-01-22net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh3-29/+183
2018-01-22net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh5-4/+257
2018-01-22net: aquantia: Introduce firmware ops callbacksIgor Russkikh8-81/+101
2018-01-22net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh4-4/+9
2018-01-22net: aquantia: Remove create/destroy from hw opsIgor Russkikh3-54/+0
2018-01-22net: aquantia: Cleanup pci functions moduleIgor Russkikh7-385/+156
2018-01-22net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh2-50/+50
2018-01-22net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh12-159/+239
2018-01-22net: aquantia: Introduce new device ids and constantsIgor Russkikh10-87/+94
2018-01-22Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-304/+821
2018-01-22nfp: flower: prioritize stats updatesPieter Jansen van Vuuren1-11/+18
2018-01-22net: gemini: Depend on HAS_IOMEMLinus Walleij1-0/+1
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller62-2226/+1241
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller44-222/+1828
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller115-751/+1723
2018-01-20Merge branch 'bpf-misc-improvements'Alexei Starovoitov17-75/+347
2018-01-20bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann1-2/+2
2018-01-20bpf: add upper complexity limit to verifier logDaniel Borkmann1-1/+2
2018-01-20bpf, x86: small optimization in alu ops with immDaniel Borkmann1-5/+30
2018-01-20bpf: restrict access to core bpf sysctlsDaniel Borkmann1-3/+43
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann13-42/+24