aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05btf: add BTF types deduplication algorithmAndrii Nakryiko3-0/+1749
2019-02-05btf: extract BTF type size calculationAndrii Nakryiko1-52/+46
2019-02-04libbpf: fix libbpf_printStanislav Fomichev6-47/+13
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song4-63/+87
2019-02-04tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2-12/+18
2019-02-04selftests/bpf: use localhost in tcp_{server,client}.pyStanislav Fomichev2-6/+2
2019-02-04s390: bpf: fix JMP32 code-genHeiko Carstens1-1/+5
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song7-76/+68
2019-02-04tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song3-22/+9
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song6-70/+120
2019-02-03socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell1-1/+1
2019-02-03netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches1-8/+8
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller1-0/+1
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2-2/+1
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit1-14/+66
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit1-18/+12
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit1-3/+0
2019-02-03net: 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
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski5-0/+8
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani6-25/+83
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani8-16/+28
2019-02-03socket: Update timestamping DocumentationDeepa Dinamani1-5/+38
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani12-30/+88
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani12-32/+171
2019-02-03socket: Add struct __kernel_sock_timevalDeepa Dinamani1-0/+5
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani7-12/+12
2019-02-03arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani2-0/+12
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani12-57/+101
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani9-366/+5
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann3-89/+46
2019-02-03selftests: add missing include unistdDeepa Dinamani1-0/+1
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath4-40/+136
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron1-1/+2
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit1-0/+9
2019-02-02atheros: atl2: fix an indentaion issue on a return statementColin Ian King1-1/+1
2019-02-02atl1c: fix indentation issue on an if statementColin Ian King1-4/+4
2019-02-02bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King1-1/+1
2019-02-02chelsio: clean up indentation issueColin Ian King1-2/+1
2019-02-02net: nixge: Update device-tree bindings with v3.00Alex Williams1-4/+12
2019-02-02net: nixge: Separate ctrl and dma resourcesAlex Williams1-16/+58
2019-02-02r8169: remove rtl_wol_pll_power_downHeiner Kallweit1-12/+4
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protection measuresliuzhongzhu1-2/+5
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: don't allow user to change vlan filter stateJian Shen1-2/+1
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu3-7/+6
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu5-4/+77
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33