| Commit message (Expand) | Author | Age | Files | Lines |
* | tools, bpf_asm: Warn when jumps are out of range | Ilya Leoshkevich | 2019-11-07 | 1 | -2/+12 |
* | bpf: Account for insn->off when doing bpf_probe_read_kernel | Martin KaFai Lau | 2019-11-07 | 1 | -1/+1 |
* | libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage | Andrii Nakryiko | 2019-11-06 | 2 | -28/+18 |
* | selftests/bps: Clean up removed ints relocations negative tests | Andrii Nakryiko | 2019-11-06 | 1 | -6/+0 |
* | Merge branch 'bpf-libbpf-bitfield-size-relo' | Daniel Borkmann | 2019-11-04 | 23 | -161/+682 |
|\ |
|
| * | selftests/bpf: Add field size relocation tests | Andrii Nakryiko | 2019-11-04 | 5 | -5/+122 |
| * | selftest/bpf: Add relocatable bitfield reading tests | Andrii Nakryiko | 2019-11-04 | 9 | -2/+294 |
| * | libbpf: Add support for field size relocations | Andrii Nakryiko | 2019-11-04 | 2 | -8/+39 |
| * | libbpf: Add support for relocatable bitfields | Andrii Nakryiko | 2019-11-04 | 3 | -60/+227 |
| * | selftests/bpf: Remove too strict field offset relo test cases | Andrii Nakryiko | 2019-11-04 | 9 | -90/+4 |
|/ |
|
* | Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2019-11-04 | 25 | -359/+393 |
|\ |
|
| * | net/mlx5: DR, Support IPv4 and IPv6 mixed matcher | Alex Vesker | 2019-11-01 | 3 | -43/+52 |
| * | net/mlx5: LAG, Use affinity type enumerators | Erez Alfasi | 2019-11-01 | 2 | -6/+13 |
| * | net/mlx5: LAG, Use port enumerators | Erez Alfasi | 2019-11-01 | 3 | -57/+69 |
| * | net/mlx5: rate limit alloc_ent error messages | Li RongQing | 2019-11-01 | 1 | -1/+1 |
| * | net/mlx5e: Add ToS (DSCP) header rewrite support | Dmytro Linkin | 2019-11-01 | 1 | -0/+1 |
| * | net/mlx5e: Bit sized fields rewrite support | Dmytro Linkin | 2019-11-01 | 1 | -60/+62 |
| * | net/mlx5: WQ, Move short getters into header file | Tariq Toukan | 2019-11-01 | 2 | -24/+20 |
| * | net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error events | Saeed Mahameed | 2019-11-01 | 3 | -0/+25 |
| * | net/mlx5: Support lockless FTE read lookups | Parav Pandit | 2019-11-01 | 2 | -15/+56 |
| * | net/mlx5: Do not hold group lock while allocating FTE in software | Parav Pandit | 2019-11-01 | 1 | -9/+10 |
| * | net/mlx5e: Verify that rule has at least one fwd/drop action | Vlad Buslov | 2019-11-01 | 1 | -0/+6 |
| * | net/mlx5: Clear VF's configuration on disabling SRIOV | Aya Levin | 2019-11-01 | 4 | -10/+21 |
| * | net/mlx5: Remove unneeded variable in mlx5_unload_one | zhong jiang | 2019-11-01 | 1 | -3/+1 |
| * | net/mlx5: FPGA, support network cards with standalone FPGA | Igor Leshenko | 2019-11-01 | 2 | -25/+46 |
| * | net/mlx5: DR, Replace CRC32 implementation to use kernel lib | Hamdan Igbaria | 2019-11-01 | 5 | -106/+10 |
* | | mISDN: remove unused variable 'faxmodulation_s' | YueHaibing | 2019-11-04 | 1 | -1/+0 |
* | | ptp: Add a ptp clock driver for IDT ClockMatrix. | Vincent Cheng | 2019-11-04 | 5 | -0/+2201 |
* | | dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock | Vincent Cheng | 2019-11-04 | 1 | -0/+69 |
* | | net: icmp6: provide input address for traceroute6 | Francesco Ruggeri | 2019-11-04 | 1 | -5/+17 |
* | | tipc: improve message bundling algorithm | Tuong Lien | 2019-11-04 | 3 | -104/+113 |
* | | net: icmp: use input address in traceroute | Francesco Ruggeri | 2019-11-04 | 1 | -1/+2 |
* | | Merge branch 'optimize-openvswitch-flow-looking-up' | David S. Miller | 2019-11-04 | 4 | -105/+361 |
|\ \ |
|
| * | | net: openvswitch: simplify the ovs_dp_cmd_new | Tonghao Zhang | 2019-11-04 | 1 | -22/+38 |
| * | | net: openvswitch: don't unlock mutex when changing the user_features fails | Tonghao Zhang | 2019-11-04 | 1 | -1/+1 |
| * | | net: openvswitch: fix possible memleak on destroy flow-table | Tonghao Zhang | 2019-11-04 | 1 | -88/+98 |
| * | | net: openvswitch: add likely in flow_lookup | Tonghao Zhang | 2019-11-04 | 1 | -2/+2 |
| * | | net: openvswitch: simplify the flow_hash | Tonghao Zhang | 2019-11-04 | 1 | -5/+2 |
| * | | net: openvswitch: optimize flow-mask looking up | Tonghao Zhang | 2019-11-04 | 1 | -51/+53 |
| * | | net: openvswitch: optimize flow mask cache hash collision | Tonghao Zhang | 2019-11-04 | 1 | -42/+53 |
| * | | net: openvswitch: shrink the mask array if necessary | Tonghao Zhang | 2019-11-04 | 1 | -10/+23 |
| * | | net: openvswitch: convert mask list in mask array | Tonghao Zhang | 2019-11-04 | 3 | -51/+167 |
| * | | net: openvswitch: add flow-mask cache for performance | Tonghao Zhang | 2019-11-04 | 3 | -16/+107 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-02 | 41 | -476/+1863 |
|\ \ |
|
| * \ | Merge branch 'bpf_probe_read_user' | Alexei Starovoitov | 2019-11-02 | 17 | -197/+597 |
| |\ \ |
|
| | * | | bpf, testing: Add selftest to read/write sockaddr from user space | Daniel Borkmann | 2019-11-02 | 2 | -0/+104 |
| | * | | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper | Daniel Borkmann | 2019-11-02 | 4 | -52/+57 |
| | * | | bpf, samples: Use bpf_probe_read_user where appropriate | Daniel Borkmann | 2019-11-02 | 3 | -5/+5 |
| | * | | bpf: Switch BPF probe insns to bpf_probe_read_kernel | Daniel Borkmann | 2019-11-02 | 1 | -4/+5 |
| | * | | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers | Daniel Borkmann | 2019-11-02 | 3 | -126/+299 |