summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-22net: bpfilter: dont use module_init in non-modular codePaul Gortmaker
2019-04-22cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker
2019-04-22net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker
2019-04-22net: fib: drop include of module.h from fib_notifier.hPaul Gortmaker
2019-04-22net: ife: drop include of module.h from net/ife.hPaul Gortmaker
2019-04-22net: psample: drop include of module.h from psample.hPaul Gortmaker
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-04-22ipv6: Remove fib6_info_nh_lwtDavid Ahern
2019-04-22include/net/tcp.h: whitespace cleanup at tcp_v4_checkDaniel T. Lee
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-23Merge branch 'bpf-verifier-lock'Daniel Borkmann
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov