summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-095-8/+38
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-093-19/+34
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-0913-45/+57
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-0910-38/+35
* ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-092-4/+42
* ipv6: Add fib6_nh_init and release to stubsDavid Ahern2019-04-093-0/+17
* net: phy: improve link partner capability detectionHeiner Kallweit2019-04-092-4/+10
* Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-0827-397/+747
|\
| * net/mlx5e: Unify logic of MTU boundariesTariq Toukan2019-04-054-15/+20
| * net/mlx5e: Obsolete param field holding a constant valueTariq Toukan2019-04-052-3/+1
| * net/mlx5: A write memory barrier is sufficient in EQ ci updateTariq Toukan2019-04-051-1/+1
| * net/mlx5e: Do not rewrite fields with the same matchEli Britstein2019-04-051-32/+104
| * net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2019-04-052-5/+44
| * net/mlx5e: Offload TC e-switch rules with egress VLAN deviceEli Britstein2019-04-051-0/+34
| * net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein2019-04-051-2/+6
| * net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein2019-04-051-0/+11
| * net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein2019-04-051-9/+25
| * net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang2019-04-051-7/+20
| * net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang2019-04-051-1/+0
| * net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()Tonghao Zhang2019-04-051-2/+2
| * net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang2019-04-051-3/+5
| * net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy2019-04-051-2/+0
| * net/mlx5: Handle event of power detection in the PCIE slotAya Levin2019-04-052-0/+76
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-0518-315/+398
| |\
| | * net/mlx5: Fix false compilation warningTariq Toukan2019-04-021-1/+1
| | * net/mlx5: Expose MPEIN (Management PCIE INfo) register layoutAya Levin2019-04-022-1/+51
| | * net/mlx5: Add rate limit print macrosAya Levin2019-04-021-0/+10
| | * net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-026-10/+11
| | * net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen2019-04-024-103/+106
| | * net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen2019-04-023-4/+4
| | * net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen2019-04-021-10/+9
| | * net/mlx5: Break load_one into three stagesSaeed Mahameed2019-04-021-71/+77
| | * net/mlx5: Function setup/teardown proceduresSaeed Mahameed2019-04-021-52/+68
| | * net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed2019-04-023-17/+28
| | * net/mlx5: Split mdev init and pci initSaeed Mahameed2019-04-021-41/+54
| | * net/mlx5: Remove redundant init functions parameterSaeed Mahameed2019-04-021-27/+22
| | * net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy2019-04-025-26/+13
| | * net/mlx5: Remove unused MLX5_*_DOORBELL_LOCK macrosMaxim Mikityanskiy2019-04-021-8/+0
* | | cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-082-7/+5
* | | net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean2019-04-081-0/+17
* | | net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean2019-04-081-0/+23
* | | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-086-38/+28
* | | net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-081-20/+44
* | | Merge branch 'rhashtable-bitlocks'David S. Miller2019-04-0812-173/+271
|\ \ \
| * | | rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2019-04-082-23/+43
| * | | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-0812-178/+236
| * | | rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-082-11/+29
| * | | rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown2019-04-081-3/+5
|/ / /
* | | Merge branch 'net-hsr-improvements-and-bug-fixes'David S. Miller2019-04-0714-277/+327
|\ \ \
| * | | net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-071-0/+4