summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-172-10/+1
* xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-07-171-5/+5
* 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
| |/ / /
| * | | Merge branch 'net-hisilicon-Add-support-for-HI13X1-to-hip04_eth'David S. Miller2019-07-093-23/+136
| |\ \ \
| | * | | net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
| | * | | net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9
| | * | | net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+17
| | * | | net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+5
| | * | | net: hisilicon: dt-bindings: Add an field of port-handleJiangfeng Xiao2019-07-091-3/+4
| | * | | net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao2019-07-091-0/+24