summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf, riscv: add BPF JIT for RV64GBjörn Töpel2019-02-054-1/+1605
* Merge branch 'bpf-btf-dedup'Daniel Borkmann2019-02-054-67/+2332
|\
| * selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-054-15/+537
| * btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-053-0/+1749
| * btf: extract BTF type size calculationAndrii Nakryiko2019-02-051-52/+46
|/
* libbpf: fix libbpf_printStanislav Fomichev2019-02-056-47/+13
* Merge branch 'libbpf-btf_ext'Alexei Starovoitov2019-02-044-75/+105
|\
| * tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-044-63/+87
| * tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-042-12/+18
|/
* selftests/bpf: use localhost in tcp_{server,client}.pyStanislav Fomichev2019-02-042-6/+2
* s390: bpf: fix JMP32 code-genHeiko Carstens2019-02-041-1/+5
* Merge branch 'change-libbpf-print-api'Alexei Starovoitov2019-02-0410-142/+171
|\
| * tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-047-76/+68
| * tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-043-22/+9
| * tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-046-70/+120
|/
* socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell2019-02-041-1/+1
* netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches2019-02-041-8/+8
* net: Fix fall through warning in y2038 tstamp changes.David S. Miller2019-02-041-0/+1
* bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2019-02-042-2/+1
* Merge branch 'phy-aquantia-improvements'David S. Miller2019-02-031-67/+110
|\
| * net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit2019-02-031-14/+66
| * net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit2019-02-031-18/+12
| * net: phy: aquantia: remove unneeded includesHeiner Kallweit2019-02-031-3/+0
| * net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn2019-02-031-32/+32
|/
* net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli2019-02-033-14/+33
* net: devlink: report cell size of shared buffersJakub Kicinski2019-02-035-0/+8
* Merge branch 'net-y2038-safe-socket-timestamps'David S. Miller2019-02-0336-583/+541
|\
| * sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-036-25/+83
| * socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-038-16/+28
| * socket: Update timestamping DocumentationDeepa Dinamani2019-02-031-5/+38
| * socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-0312-30/+88
| * socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-0312-32/+171
| * socket: Add struct __kernel_sock_timevalDeepa Dinamani2019-02-031-0/+5
| * socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-037-12/+12
| * arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani2019-02-032-0/+12
| * sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-0312-57/+101
| * arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-039-366/+5
| * socket: move compat timeout handling into sock.cArnd Bergmann2019-02-033-89/+46
| * selftests: add missing include unistdDeepa Dinamani2019-02-031-0/+1
|/
* cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-034-40/+136
* ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron2019-02-031-1/+2
* net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit2019-02-031-0/+9
* atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-031-1/+1
* atl1c: fix indentation issue on an if statementColin Ian King2019-02-031-4/+4
* bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King2019-02-031-1/+1
* chelsio: clean up indentation issueColin Ian King2019-02-031-2/+1
* net: nixge: Update device-tree bindings with v3.00Alex Williams2019-02-031-4/+12
* net: nixge: Separate ctrl and dma resourcesAlex Williams2019-02-031-16/+58
* r8169: remove rtl_wol_pll_power_downHeiner Kallweit2019-02-031-12/+4
* Merge branch 'hns3-next'David S. Miller2019-02-0211-159/+216
|\