summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-186-0/+8
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-1671-198/+390
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-075-0/+5
| * | use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
* | | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-16850-17279/+69249
|\ \ \
| * \ \ Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-164-9/+0
| |\ \ \
| | * \ \ Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-6/+0
| | |\ \ \
| | | * | | PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko2018-08-141-6/+0
| | * | | | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-153-3/+0
| | |\ \ \ \
| | | * | | | iwlwifi: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| | | * | | | ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| | | * | | | igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| | | |/ / /
| * | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-157-16/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-03166-889/+1599
| | |\ \ \ \ \
| | * | | | | | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-278-18/+14
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15844-17306/+69267
| |\ \ \ \ \ \
| | * | | | | | hv/netvsc: Fix NULL dereference at single queue mode fallbackTakashi Iwai2018-08-141-1/+1
| | * | | | | | xen-netfront: fix warn message as irq device name has '/'Xiao Liang2018-08-141-2/+4
| | * | | | | | cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0Ganesh Goudar2018-08-141-0/+2
| | * | | | | | net: dsa: mv88e6xxx: missing unlock on error pathDan Carpenter2018-08-141-1/+1
| | * | | | | | net: dsa: mv88e6xxx: bitwise vs logical bugDan Carpenter2018-08-141-2/+2
| | * | | | | | ieee802154: hwsim: using right kind of iterationAlexander Aring2018-08-141-1/+3
| | * | | | | | net: hns3: Add vlan filter setting by ethtool command -KPeng Li2018-08-141-0/+6
| | * | | | | | net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2018-08-142-0/+25
| | * | | | | | net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2018-08-142-3/+0
| | * | | | | | net: hns3: Fix desc num set to default when setting channelYunsheng Lin2018-08-141-10/+12
| | * | | | | | net: hns3: Fix for phy link issue when using marvell phy driverJian Shen2018-08-141-0/+2
| | * | | | | | net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang2018-08-143-9/+44
| | * | | | | | net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang2018-08-141-1/+1
| | * | | | | | net: hns3: Add support for serdes loopback selftestPeng Li2018-08-143-5/+75
| | * | | | | | bnxt_en: take coredump_record structure off stackArnd Bergmann2018-08-131-6/+3
| | * | | | | | net: systemport: fix unused function warningArnd Bergmann2018-08-131-4/+2
| | * | | | | | net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann2018-08-131-2/+2
| | * | | | | | bnxt_en: avoid string overflow for record->system_nameArnd Bergmann2018-08-131-2/+2
| | * | | | | | net: lan743x: fix building without CONFIG_PTP_1588_CLOCKArnd Bergmann2018-08-132-11/+6
| | * | | | | | net: lan743x: select CRC16Arnd Bergmann2018-08-131-0/+1
| | * | | | | | nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-132-6/+2
| | * | | | | | net/mlx5: Improve argument name for add flow APIEli Cohen2018-08-131-4/+4
| | * | | | | | net/mlx5: Reorganize the makefileSaeed Mahameed2018-08-131-17/+40
| | * | | | | | net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-136-6/+34
| | * | | | | | net/mlx5e: vxlan.c depends on CONFIG_VXLANSaeed Mahameed2018-08-133-9/+11
| | * | | | | | net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed2018-08-132-126/+129
| | * | | | | | net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed2018-08-136-68/+68
| | * | | | | | net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfcSaeed Mahameed2018-08-135-21/+53
| | * | | | | | net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed2018-08-133-64/+62
| | * | | | | | net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed2018-08-131-3/+16
| | * | | | | | net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed2018-08-131-0/+129
| | * | | | | | net/mlx5e: Ethtool steering flow parsing refactoringSaeed Mahameed2018-08-131-102/+128
| | * | | | | | net/mlx5e: Ethtool steering flow validation refactoringSaeed Mahameed2018-08-131-64/+100
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-131-9/+741
| | |\ \ \ \ \ \