Age | Commit message (Expand) | Author | Files | Lines |
2019-04-26 | samples: bpf: add hbm sample to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2019-04-26 | libbpf: fix samples/bpf build failure due to undefined UINT32_MAX | Daniel T. Lee | 1 | -0/+1 |
2019-04-25 | Merge branch 'libbpf-fixes' | Alexei Starovoitov | 1 | -16/+89 |
2019-04-25 | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement | Daniel Borkmann | 1 | -3/+3 |
2019-04-25 | bpf, libbpf: handle old kernels more graceful wrt global data sections | Daniel Borkmann | 1 | -13/+86 |
2019-04-24 | Merge branch 'bpf-proto-fixes' | Daniel Borkmann | 4 | -5/+88 |
2019-04-24 | selftests/bpf: expand test_tc_tunnel with SIT encap | Willem de Bruijn | 3 | -5/+80 |
2019-04-24 | bpf: update skb->protocol in bpf_skb_net_grow | Willem de Bruijn | 1 | -0/+8 |
2019-04-23 | Merge branch 'bpf-eth-get-headlen' | Daniel Borkmann | 27 | -186/+411 |
2019-04-23 | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -17/+9 |
2019-04-23 | selftests/bpf: properly return error from bpf_flow_load | Stanislav Fomichev | 1 | -4/+4 |
2019-04-23 | selftests/bpf: run flow dissector tests in skb-less mode | Stanislav Fomichev | 4 | -34/+165 |
2019-04-23 | selftests/bpf: add flow dissector bpf_skb_load_bytes helper test | Stanislav Fomichev | 1 | -0/+48 |
2019-04-23 | net: pass net_device argument to the eth_get_headlen | Stanislav Fomichev | 16 | -17/+22 |
2019-04-23 | flow_dissector: handle no-skb use case | Stanislav Fomichev | 2 | -32/+25 |
2019-04-23 | net: plumb network namespace into __skb_flow_dissect | Stanislav Fomichev | 3 | -20/+31 |
2019-04-23 | bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode | Stanislav Fomichev | 1 | -30/+17 |
2019-04-23 | flow_dissector: switch kernel context to struct bpf_flow_dissector | Stanislav Fomichev | 6 | -59/+117 |
2019-04-23 | net: systemport: Remove need for DMA descriptor | Florian Fainelli | 2 | -58/+8 |
2019-04-23 | bridge: Fix possible use-after-free when deleting bridge port | Ido Schimmel | 1 | -1/+2 |
2019-04-23 | r8152: sync sa_family with the media type of network device | Crag.Wang | 1 | -0/+2 |
2019-04-23 | Merge branch 'mlxsw-Shared-buffer-improvements' | David S. Miller | 7 | -153/+300 |
2019-04-23 | mlxsw: spectrum_buffers: Adjust CPU port shared buffer egress quotas | Ido Schimmel | 1 | -7/+35 |
2019-04-23 | mlxsw: spectrum_buffers: Allow skipping ingress port quota configuration | Ido Schimmel | 1 | -2/+8 |
2019-04-23 | mlxsw: spectrum_buffers: Split business logic from mlxsw_sp_port_sb_pms_init() | Ido Schimmel | 1 | -7/+14 |
2019-04-23 | mlxsw: spectrum_buffers: Use new CPU ingress pool for control packets | Ido Schimmel | 1 | -12/+7 |
2019-04-23 | mlxsw: spectrum_buffers: Add pools for CPU traffic | Ido Schimmel | 1 | -0/+20 |
2019-04-23 | mlxsw: spectrum_buffers: Remove assumption about pool order | Ido Schimmel | 1 | -18/+13 |
2019-04-23 | mlxsw: spectrum_buffers: Forbid changing multicast TCs' attributes | Ido Schimmel | 1 | -0/+2 |
2019-04-23 | mlxsw: spectrum_buffers: Forbid changing threshold type of first egress pool | Ido Schimmel | 1 | -4/+4 |
2019-04-23 | mlxsw: spectrum_buffers: Forbid configuration of multicast pool | Ido Schimmel | 1 | -2/+12 |
2019-04-23 | mlxsw: spectrum_buffers: Add ability to veto TC's configuration | Ido Schimmel | 1 | -0/+18 |
2019-04-23 | mlxsw: spectrum_buffers: Add ability to veto pool's configuration | Ido Schimmel | 1 | -1/+16 |
2019-04-23 | mlxsw: spectrum_buffers: Use defines for pool indices | Ido Schimmel | 1 | -78/+104 |
2019-04-23 | mlxsw: spectrum_buffers: Add extack messages for invalid configurations | Ido Schimmel | 4 | -18/+33 |
2019-04-23 | net: devlink: Add extack to shared buffer operations | Ido Schimmel | 4 | -16/+26 |
2019-04-23 | Merge branch 'net-clean-up-needless-use-of-module-infrastructure' | David S. Miller | 7 | -18/+9 |
2019-04-23 | net: strparser: make it explicitly non-modular | Paul Gortmaker | 1 | -10/+4 |
2019-04-23 | net: bpfilter: dont use module_init in non-modular code | Paul Gortmaker | 1 | -2/+1 |
2019-04-23 | cgroup: net: remove left over MODULE_LICENSE tag | Paul Gortmaker | 1 | -2/+0 |
2019-04-23 | net: tc_act: drop include of module.h from tc_ife.h | Paul Gortmaker | 1 | -1/+2 |
2019-04-23 | net: fib: drop include of module.h from fib_notifier.h | Paul Gortmaker | 1 | -1/+2 |
2019-04-23 | net: ife: drop include of module.h from net/ife.h | Paul Gortmaker | 1 | -1/+0 |
2019-04-23 | net: psample: drop include of module.h from psample.h | Paul Gortmaker | 1 | -1/+0 |
2019-04-23 | net: Rename net/nexthop.h net/rtnh.h | David Ahern | 7 | -8/+8 |
2019-04-23 | ipv6: Remove fib6_info_nh_lwt | David Ahern | 1 | -6/+0 |
2019-04-23 | include/net/tcp.h: whitespace cleanup at tcp_v4_check | Daniel T. Lee | 1 | -1/+1 |
2019-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 57 | -288/+3594 |
2019-04-23 | Merge branch 'bpf-verifier-lock' | Daniel Borkmann | 2 | -15/+23 |
2019-04-23 | bpf: drop bpf_verifier_lock | Alexei Starovoitov | 1 | -3/+5 |