aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17rtlwifi: btcoex: Remove typedef statementsLarry Finger1-67/+31
2018-01-17rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih6-78/+217
2018-01-17rtlwifi: btcoex: Add power_on_setting routinePing-Ke Shih4-0/+9
2018-01-17rtlwifi: unlink bss when un-associationTsang-Shian Lin1-0/+18
2018-01-17rtlwifi: fix scan channel 1 fail after IPSPing-Ke Shih1-0/+5
2018-01-17rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih4-27/+14
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi1-1/+1
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi1-1/+3
2018-01-17libbpf: Makefile set specified permission modeJesper Dangaard Brouer1-1/+1
2018-01-17libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer1-13/+2
2018-01-17libbpf: install the header file libbpf.hJesper Dangaard Brouer1-1/+2
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet3-0/+12
2018-01-17nfp: bpf: print map lookup problems into verifier logJakub Kicinski1-6/+8
2018-01-17libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet1-1/+1
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2-2/+2
2018-01-17bpf: annotate bpf_insn_print_t with __printfJakub Kicinski1-2/+2
2018-01-17bpf: offload: make bpf_offload_dev_match() reject host+host caseJakub Kicinski1-3/+1
2018-01-17samples/bpf: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-17bpf: cpumap: make some functions staticWei Yongjun1-11/+12
2018-01-16bnxt_en: don't update cpr->rx_bytes with uninitialized length lenColin Ian King1-3/+4
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann4-30/+24
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan61-96/+0
2018-01-16qed: Fix potential use-after-free in qed_spq_post()Roland Dreier1-1/+7
2018-01-16net: remove prototype of qdisc_lookup_class()Jakub Kicinski1-1/+0
2018-01-16nfp: use the correct index for link speed tableJakub Kicinski1-1/+1
2018-01-16lan78xx: Fix failure in USB Full SpeedYuiko Oshino1-0/+1
2018-01-16tipc: fix race condition at topology server receiveJon Maloy3-46/+51
2018-01-16net: aquantia: Fix internal stats calculation on rxIgor Russkikh1-2/+2
2018-01-16net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh5-840/+922
2018-01-16net: aquantia: Fix register definitions to linux styleIgor Russkikh3-1139/+1173
2018-01-16net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh10-54/+46
2018-01-16net: aquantia: Simplify dependencies between pci modulesIgor Russkikh6-106/+113
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh14-20/+21
2018-01-16net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh3-62/+31
2018-01-16net: aquantia: Cleanup hardware access modulesIgor Russkikh8-97/+71
2018-01-16net: aquantia: Cleanup status flags accessesIgor Russkikh9-17/+11
2018-01-16net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh5-6/+4
2018-01-16net: thunderx: add timestamping supportSunil Goutham9-6/+345
2018-01-16net: add support for Cavium PTP coprocessorRadoslaw Biernacki5-0/+437
2018-01-16mlxsw: spectrum: qdiscs: Make function mlxsw_sp_qdisc_prio_unoffload staticWei Yongjun1-1/+1
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8