aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-06selftests/bpf: fix the expected messagesJakub Kicinski
2019-02-05tools/bpf: silence a libbpf unnecessary warningYonghong Song
2019-02-05tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song
2019-02-05tools/bpf: fix a selftest test_btf failureYonghong Song
2019-02-05Merge branch 'bpf-riscv-jit'Daniel Borkmann
2019-02-05selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel
2019-02-05bpf, doc: add RISC-V JIT to BPF documentationBjörn Töpel
2019-02-05MAINTAINERS: add RISC-V BPF JIT maintainerBjörn Töpel
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel
2019-02-05Merge branch 'bpf-btf-dedup'Daniel Borkmann
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko
2019-02-05btf: add BTF types deduplication algorithmAndrii Nakryiko
2019-02-05btf: extract BTF type size calculationAndrii Nakryiko
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04Merge branch 'libbpf-btf_ext'Alexei Starovoitov
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song
2019-02-04tools/bpf: expose functions btf_ext__* as API functionsYonghong Song
2019-02-04selftests/bpf: use localhost in tcp_{server,client}.pyStanislav Fomichev
2019-02-04s390: bpf: fix JMP32 code-genHeiko Carstens
2019-02-04Merge branch 'change-libbpf-print-api'Alexei Starovoitov
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-04tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song
2019-02-03socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell
2019-02-03netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-02-03Merge branch 'phy-aquantia-improvements'David S. Miller
2019-02-03net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit
2019-02-03net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit
2019-02-03net: phy: aquantia: remove unneeded includesHeiner Kallweit
2019-02-03net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski
2019-02-03Merge branch 'net-y2038-safe-socket-timestamps'David S. Miller
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Update timestamping DocumentationDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Add struct __kernel_sock_timevalDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
2019-02-03selftests: add missing include unistdDeepa Dinamani
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit