summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools, bpf_asm: Warn when jumps are out of rangeIlya Leoshkevich2019-11-071-2/+12
* bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-071-1/+1
* libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usageAndrii Nakryiko2019-11-062-28/+18
* selftests/bps: Clean up removed ints relocations negative testsAndrii Nakryiko2019-11-061-6/+0
* Merge branch 'bpf-libbpf-bitfield-size-relo'Daniel Borkmann2019-11-0423-161/+682
|\
| * selftests/bpf: Add field size relocation testsAndrii Nakryiko2019-11-045-5/+122
| * selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko2019-11-049-2/+294
| * libbpf: Add support for field size relocationsAndrii Nakryiko2019-11-042-8/+39
| * libbpf: Add support for relocatable bitfieldsAndrii Nakryiko2019-11-043-60/+227
| * selftests/bpf: Remove too strict field offset relo test casesAndrii Nakryiko2019-11-049-90/+4
|/
* Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-11-0425-359/+393
|\
| * net/mlx5: DR, Support IPv4 and IPv6 mixed matcherAlex Vesker2019-11-013-43/+52
| * net/mlx5: LAG, Use affinity type enumeratorsErez Alfasi2019-11-012-6/+13
| * net/mlx5: LAG, Use port enumeratorsErez Alfasi2019-11-013-57/+69
| * net/mlx5: rate limit alloc_ent error messagesLi RongQing2019-11-011-1/+1
| * net/mlx5e: Add ToS (DSCP) header rewrite supportDmytro Linkin2019-11-011-0/+1
| * net/mlx5e: Bit sized fields rewrite supportDmytro Linkin2019-11-011-60/+62
| * net/mlx5: WQ, Move short getters into header fileTariq Toukan2019-11-012-24/+20
| * net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error eventsSaeed Mahameed2019-11-013-0/+25
| * net/mlx5: Support lockless FTE read lookupsParav Pandit2019-11-012-15/+56
| * net/mlx5: Do not hold group lock while allocating FTE in softwareParav Pandit2019-11-011-9/+10
| * net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov2019-11-011-0/+6
| * net/mlx5: Clear VF's configuration on disabling SRIOVAya Levin2019-11-014-10/+21
| * net/mlx5: Remove unneeded variable in mlx5_unload_onezhong jiang2019-11-011-3/+1
| * net/mlx5: FPGA, support network cards with standalone FPGAIgor Leshenko2019-11-012-25/+46
| * net/mlx5: DR, Replace CRC32 implementation to use kernel libHamdan Igbaria2019-11-015-106/+10
* | mISDN: remove unused variable 'faxmodulation_s'YueHaibing2019-11-041-1/+0
* | ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng2019-11-045-0/+2201
* | dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clockVincent Cheng2019-11-041-0/+69
* | net: icmp6: provide input address for traceroute6Francesco Ruggeri2019-11-041-5/+17
* | tipc: improve message bundling algorithmTuong Lien2019-11-043-104/+113
* | net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-041-1/+2
* | Merge branch 'optimize-openvswitch-flow-looking-up'David S. Miller2019-11-044-105/+361
|\ \
| * | net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang2019-11-041-22/+38
| * | net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2019-11-041-1/+1
| * | net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang2019-11-041-88/+98
| * | net: openvswitch: add likely in flow_lookupTonghao Zhang2019-11-041-2/+2
| * | net: openvswitch: simplify the flow_hashTonghao Zhang2019-11-041-5/+2
| * | net: openvswitch: optimize flow-mask looking upTonghao Zhang2019-11-041-51/+53
| * | net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang2019-11-041-42/+53
| * | net: openvswitch: shrink the mask array if necessaryTonghao Zhang2019-11-041-10/+23
| * | net: openvswitch: convert mask list in mask arrayTonghao Zhang2019-11-043-51/+167
| * | net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-043-16/+107
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-0241-476/+1863
|\ \
| * \ Merge branch 'bpf_probe_read_user'Alexei Starovoitov2019-11-0217-197/+597
| |\ \
| | * | bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-022-0/+104
| | * | bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann2019-11-024-52/+57
| | * | bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann2019-11-023-5/+5
| | * | bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann2019-11-021-4/+5
| | * | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-023-126/+299