aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-44/+53
2018-08-19r8169: don't use MSI-X on RTL8106eJian-Hong Pan1-3/+6
2018-08-19net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann1-2/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-0/+8
2018-08-17r8169: add missing Kconfig dependencyHeiner Kallweit1-0/+1
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe850-17279/+69249
2018-08-16net/mlx5e: Delete unneeded function argumentYuval Shaia1-2/+2
2018-08-16net: dsa: add support for ksz9897 ethernet switchLad, Prabhakar2-0/+10
2018-08-16veth: Free queues on link deleteToshiaki Makita1-37/+33
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe187-1042/+1893
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-9/+0
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-16/+10
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds844-17306/+69267
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-6/+0
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas3-3/+0
2018-08-14PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko1-6/+0
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-7/+13
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-0/+6
2018-08-14hv/netvsc: Fix NULL dereference at single queue mode fallbackTakashi Iwai1-1/+1
2018-08-14xen-netfront: fix warn message as irq device name has '/'Xiao Liang1-2/+4
2018-08-14cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0Ganesh Goudar1-0/+2
2018-08-14net: dsa: mv88e6xxx: missing unlock on error pathDan Carpenter1-1/+1
2018-08-14net: dsa: mv88e6xxx: bitwise vs logical bugDan Carpenter1-2/+2
2018-08-14ieee802154: hwsim: using right kind of iterationAlexander Aring1-1/+3
2018-08-14net: hns3: Add vlan filter setting by ethtool command -KPeng Li1-0/+6
2018-08-14net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2-0/+25
2018-08-14net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2-3/+0
2018-08-14net: hns3: Fix desc num set to default when setting channelYunsheng Lin1-10/+12
2018-08-14net: hns3: Fix for phy link issue when using marvell phy driverJian Shen1-0/+2
2018-08-14net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang3-9/+44
2018-08-14net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang1-1/+1
2018-08-14net: hns3: Add support for serdes loopback selftestPeng Li3-5/+75
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki3-7/+13
2018-08-13bnxt_en: take coredump_record structure off stackArnd Bergmann1-6/+3
2018-08-13net: systemport: fix unused function warningArnd Bergmann1-4/+2
2018-08-13net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-08-13bnxt_en: avoid string overflow for record->system_nameArnd Bergmann1-2/+2
2018-08-13net: lan743x: fix building without CONFIG_PTP_1588_CLOCKArnd Bergmann2-11/+6
2018-08-13net: lan743x: select CRC16Arnd Bergmann1-0/+1
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski2-6/+2
2018-08-13net/mlx5: Improve argument name for add flow APIEli Cohen1-4/+4
2018-08-13net/mlx5: Reorganize the makefileSaeed Mahameed1-17/+40
2018-08-13net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh6-6/+34
2018-08-13net/mlx5e: vxlan.c depends on CONFIG_VXLANSaeed Mahameed3-9/+11
2018-08-13net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed2-126/+129
2018-08-13net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed6-68/+68
2018-08-13net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfcSaeed Mahameed5-21/+53
2018-08-13net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed3-64/+62
2018-08-13net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed1-3/+16
2018-08-13net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed1-0/+129