aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe160-689/+1310
2018-12-09bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan1-4/+12
2018-12-09bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan1-6/+23
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan3-3/+8
2018-12-09bnxt_en: Fix CNP CoS queue regression.Michael Chan1-0/+7
2018-12-08net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir1-2/+2
2018-12-07Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt1-1/+1
2018-12-06mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel1-2/+8
2018-12-06mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan1-4/+1
2018-12-06mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel1-2/+5
2018-12-06mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel1-2/+2
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-9/+11
2018-12-04net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach1-1/+32
2018-12-04net: mvpp2: fix detection of 10G SFP modulesBaruch Siach1-0/+1
2018-12-04ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-12-04phy: Revert toggling reset changes.David S. Miller2-14/+5
2018-12-04RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky3-69/+1
2018-12-04net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2-677/+0
2018-12-04net/mlx5: Remove references to local mlx5_core functionsLeon Romanovsky1-19/+3
2018-12-04net/mlx5: Remove not-used lib/eq.h header fileLeon Romanovsky1-1/+0
2018-12-04net/mlx5: Remove dead transobj codeLeon Romanovsky1-66/+0
2018-12-04net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky1-29/+2
2018-12-03net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-03net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2-3/+2
2018-12-03mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-03macvlan: return correct error valueMatteo Croce1-2/+5
2018-12-03net/ibmvnic: Fix RTNL deadlock during device resetThomas Falcon1-1/+1
2018-12-03net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda1-0/+8
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole1-1/+2
2018-12-03net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-30tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-11-30virtio-net: keep vnet header zeroed after processing XDPJason Wang1-5/+9
2018-11-30liquidio: read sc->iq_no before release scPan Bian1-1/+3
2018-11-30mlx5: fix get_ip_proto()Cong Wang1-3/+3
2018-11-30nfp: flower: prevent offload if rhashtable insert failsJohn Hurley1-5/+9
2018-11-30nfp: flower: release metadata on offload failureJohn Hurley1-2/+4
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-11-30net: aquantia: fix rx checksum offload bitsDmitry Bogdanov1-1/+1
2018-11-30liquidio: fix spelling mistake "deferal" -> "deferral"Colin Ian King1-1/+1
2018-11-30net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-11-29net/mlx5: Debug print for forwarded async eventsSaeed Mahameed1-0/+3
2018-11-29net/mlx5: Forward SRQ resource eventsSaeed Mahameed2-28/+13
2018-11-29net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed2-4/+14
2018-11-29net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed1-91/+1
2018-11-29net/mlx5: Allow forwarding event type general event as isSaeed Mahameed1-0/+1
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed5-123/+10
2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed1-0/+3
2018-11-29net/mlx5e: Use the new mlx5 core notifier APISaeed Mahameed2-14/+16