summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-07-121-6/+7
* tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee2019-07-121-0/+1
* bpf: verifier: avoid fall-through warningsGustavo A. R. Silva2019-07-121-0/+2
* selftests/bpf: fix bpf_target_sparc checkIlya Leoshkevich2019-07-121-2/+2
* xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-122-10/+8
* xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4
* libbpf: fix ptr to u64 conversion warning on 32-bit platformsAndrii Nakryiko2019-07-121-2/+2
* bpf: fix precision bit propagation for BPF_ST instructionsAndrii Nakryiko2019-07-121-7/+4
* MAINTAINERS: update BPF JIT S390 maintainersVasily Gorbik2019-07-121-1/+1
* Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-119-33/+35
|\
| * net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-111-1/+8
| * net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-111-2/+2
| * net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-111-4/+2
| * net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-114-2/+12
| * net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4
| * net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
* | Merge branch 'mlx5-build-fixes'David S. Miller2019-07-113-5/+4
|\ \
| * | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-111-1/+1
| * | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-111-3/+2
| * | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-111-1/+1
|/ /
* | ipv6: fix static key imbalance in fl_create()Eric Dumazet2019-07-111-3/+6
* | ipv6: fix potential crash in ip6_datagram_dst_update()Eric Dumazet2019-07-111-1/+1
* | ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet2019-07-111-1/+6
* | ipv6: Use ipv6_authlen for lenyangxingwu2019-07-117-8/+8
* | hsr: switch ->dellink() to ->ndo_uninit()Cong Wang2019-07-113-18/+8
* | net: stmmac: Fix misuses of GENMASK macroJoe Perches2019-07-112-3/+3
* | net: ethernet: mediatek: Fix misuses of GENMASK macroJoe Perches2019-07-112-2/+2
* | net: fib_rules: do not flow dissect local packetsPetar Penkov2019-07-111-2/+2
* | Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-112-9/+17
|\ \
| * | Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2019-07-102-9/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-112056-113205/+104686
|\ \ \
| * | | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-091-0/+1
| * | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-091-1/+1
| * | | net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-093-0/+17
| * | | pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * | | net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
| * | | net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
| * | | Merge branch 'nf-hw-offload'David S. Miller2019-07-0956-880/+1579
| |\ \ \
| | * | | netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-0910-7/+691
| | * | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-0932-254/+254
| | * | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-097-0/+39
| | * | | net: sched: remove tcf block APIPablo Neira Ayuso2019-07-092-167/+0
| | * | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-0925-130/+286
| | * | | net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
| | * | | net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-092-0/+22
| | * | | net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-093-0/+39
| | * | | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-092-0/+42
| | * | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-0911-27/+26
| | * | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-099-28/+27
| | * | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-0917-317/+117
| |/ / /