aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/host_soc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12prism54: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-17/+17
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai4-38/+38
2020-03-12b43legacy: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12b43: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12libertas: Use new structure for SPI transfer delaysSergiu Cuciurean1-1/+2
2020-03-12mwifiex: set needed_headroom, not hard_header_lenBrian Norris1-1/+1
2020-03-12iwlegacy: Remove unneeded variable retXu Wang2-5/+2
2020-03-12b43legacy: replace simple_strtol() with kstrtoint()chenqiwu1-2/+4
2020-03-12rtw88: remove unused member of struct rtw_halKevin Lo2-7/+0
2020-03-12qtnfmac: add interface combination check for repeater modeDmitry Lebed1-0/+15
2020-03-12qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich3-7/+24
2020-03-12qtnfmac: set valid edmg in cfg80211_chan_defSergey Matyukevich1-0/+2
2020-03-12qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich5-1/+137
2020-03-12qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich4-10/+9
2020-03-12dt-bindings: soc: qcom: fix IPA bindingAlex Elder1-13/+19
2020-03-11net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti1-0/+4
2020-03-11soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"Colin Ian King1-1/+1
2020-03-11net: ibm: remove set but not used variables 'err'Chen Zhou1-2/+1
2020-03-11net: Add missing annotation for *netlink_seq_start()Jules Irenge1-0/+1
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-11raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann3-0/+28
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek2-10/+4
2020-03-11net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-11cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev3-94/+340
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-11ftgmac100: Remove redundant judgementtangbin1-3/+0
2020-03-10net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski2-0/+16
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-10net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-10net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10r8169: simplify getting stats by using netdev_stats_to_stats64Heiner Kallweit1-8/+2
2020-03-10r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2Heiner Kallweit1-1/+1
2020-03-10net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang1-1/+1
2020-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2-20/+9
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats_types_check()Jiri Pirko2-9/+19
2020-03-10flow_offload: turn hw_stats_type into dedicated enumJiri Pirko1-6/+16
2020-03-10flow_offload: fix allowed types checkJiri Pirko1-1/+1