summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-26nbd: trace sending nbd requestsMatt Mullins
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2019-04-25Merge branch 'btf-dump'Alexei Starovoitov
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-25samples: bpf: add hbm sample to .gitignoreDaniel T. Lee
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee
2019-04-25Merge branch 'libbpf-fixes'Alexei Starovoitov
2019-04-25bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann
2019-04-25bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann
2019-04-24Merge branch 'bpf-proto-fixes'Daniel Borkmann
2019-04-24selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn
2019-04-24bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn
2019-04-23Merge branch 'bpf-eth-get-headlen'Daniel Borkmann
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-23selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev
2019-04-23selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev
2019-04-23bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeStanislav Fomichev
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-22net: systemport: Remove need for DMA descriptorFlorian Fainelli
2019-04-22bridge: Fix possible use-after-free when deleting bridge portIdo Schimmel
2019-04-22r8152: sync sa_family with the media type of network deviceCrag.Wang
2019-04-22Merge branch 'mlxsw-Shared-buffer-improvements'David S. Miller
2019-04-22mlxsw: spectrum_buffers: Adjust CPU port shared buffer egress quotasIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Allow skipping ingress port quota configurationIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Split business logic from mlxsw_sp_port_sb_pms_init()Ido Schimmel
2019-04-22mlxsw: spectrum_buffers: Use new CPU ingress pool for control packetsIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Add pools for CPU trafficIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Remove assumption about pool orderIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Forbid changing multicast TCs' attributesIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Forbid changing threshold type of first egress poolIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Forbid configuration of multicast poolIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Add ability to veto TC's configurationIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Add ability to veto pool's configurationIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Use defines for pool indicesIdo Schimmel
2019-04-22mlxsw: spectrum_buffers: Add extack messages for invalid configurationsIdo Schimmel
2019-04-22net: devlink: Add extack to shared buffer operationsIdo Schimmel
2019-04-22Merge branch 'net-clean-up-needless-use-of-module-infrastructure'David S. Miller
2019-04-22net: strparser: make it explicitly non-modularPaul Gortmaker