aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mcb (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06tools: bpftool: doc, fix incorrect textPrashant Bhole3-5/+5
2019-02-06selftests/bpf: test reading the offloaded programJakub Kicinski1-9/+20
2019-02-06selftests/bpf: add test for mixing generic and offload XDPJakub Kicinski1-54/+62
2019-02-06selftests/bpf: print traceback when test failsJakub Kicinski1-1/+4
2019-02-06net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski1-5/+5
2019-02-06selftests/bpf: fix the expected messagesJakub Kicinski1-2/+5
2019-02-05tools/bpf: silence a libbpf unnecessary warningYonghong Song1-2/+2
2019-02-05tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2-2/+2
2019-02-05tools/bpf: fix a selftest test_btf failureYonghong Song1-1/+1
2019-02-05selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel7-0/+33
2019-02-05bpf, doc: add RISC-V JIT to BPF documentationBjörn Töpel2-7/+10
2019-02-05MAINTAINERS: add RISC-V BPF JIT maintainerBjörn Töpel1-0/+6
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel4-1/+1605
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko4-15/+537
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