summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-083-12/+104
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-088-14/+45
* bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat2019-07-081-1/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-087-28/+15
* sockfs: switch to ->free_inode()Al Viro2019-07-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-0867-1062/+2490
|\
| * xdp: fix race on generic receive pathIlya Maximets2019-07-092-9/+24
| * selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich2019-07-091-6/+15
| * tools: bpftool: add completion for bpftool prog "loadall"Quentin Monnet2019-07-081-1/+8
| * bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann2019-07-081-3/+1
| * bpf: cgroup: Fix build error without CONFIG_NETYueHaibing2019-07-081-0/+4
| * selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko2019-07-081-8/+5
| * Merge branch 'bpf-sockaddr-wide-store'Daniel Borkmann2019-07-086-17/+76
| |\
| | * selftests/bpf: add verifier tests for wide storesStanislav Fomichev2019-07-082-3/+50
| | * bpf: sync bpf.h to tools/Stanislav Fomichev2019-07-081-3/+3
| | * bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-083-11/+23
| |/
| * Merge branch 'bpf-libbpf-perf-rb-api'Daniel Borkmann2019-07-087-145/+634
| |\
| | * libbpf: add perf_buffer_ prefix to READMEAndrii Nakryiko2019-07-081-1/+2
| | * tools/bpftool: switch map event_pipe to libbpf's perf_bufferAndrii Nakryiko2019-07-081-137/+64
| | * selftests/bpf: test perf buffer APIAndrii Nakryiko2019-07-082-0/+125
| | * libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUsAndrii Nakryiko2019-07-081-7/+24
| | * libbpf: add perf buffer APIAndrii Nakryiko2019-07-083-0/+419
| |/
| * selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev2019-07-061-0/+1
| * selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev2019-07-061-8/+8
| * bpf, riscv: Enable zext optimization for more RV64G ALU opsLuke Nelson2019-07-051-8/+8
| * tools: bpftool: Fix json dump crash on powerpcJiri Olsa2019-07-051-4/+7
| * tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-056-3/+485
| * Merge branch 'bpf-libbpf-int-btf-map'Daniel Borkmann2019-07-0533-760/+559
| |\
| | * selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko2019-07-0511-236/+228
| | * selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300
| | * selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko2019-07-051-0/+3
| | * libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko2019-07-051-30/+28
| |/
| * Merge branch 'bpf-libbpf-link-trace'Daniel Borkmann2019-07-0510-99/+664
| |\
| | * selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko2019-07-053-81/+32
| | * selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-052-0/+221
| | * selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko2019-07-051-16/+15
| | * libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-053-0/+43
| | * libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-053-0/+84
| | * libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-053-0/+178
| | * libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-053-0/+67
| | * libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-053-1/+23
| | * libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko2019-07-051-1/+1
| |/
* | Merge branch 'mp-inner-L3'David S. Miller2019-07-087-4/+1274
|\ \
| * | selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-07-084-0/+1220
| * | ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra2019-07-082-0/+37
| * | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-081-4/+17
|/ /
* | net: pasemi: fix an use-after-free in pasemi_mac_phy_init()Wen Yang2019-07-081-1/+1
* | net: axienet: fix a potential double free in axienet_probe()Wen Yang2019-07-081-1/+0
* | net: stmmac: enable clause 45 mdio supportKweh Hock Leong2019-07-082-8/+37
* | net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2019-07-082-4/+4