History log of /openwrt/package/kernel/linux/modules/netdevices.mk
Revision Date Author Comments
# 43b662f2 07-Jan-2017 Philip Prindeville <philipp@redfish-solutions.com>

ixgbe: fix missing symbol CONFIG_IXGBE_VXLAN when building

Damage from PR #302.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>


# 0e560cad 20-Dec-2016 Philip Prindeville <philipp@redfish-solutions.com>

ixgbe: kmod packaging for Intel 10G ethernet ixgbe driver

A lot of Ivybridge and Haswell servers have the 82598/82599 Ethernet
controllers.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>


# 6c2ca35f 17-Dec-2016 Tydus <tydus@hongo.wide.ad.jp>

modules: Add kmod-igbvf kernel module for Intel(R) 82576 Virtual Function Ethernet adapters

Intel(R) 82576 is an adapter which supports SR-IOV. Thus the host can
assign Virtual Functions (VFs) to different by the PCI-E Passthrough
(e.g. VFIO for KVM), to gain different advantages (performance, VF to VF
communications, host kernel offload, etc.).

The driver of the passthroughed VFs is the igbvf (igb is NOT compatible).

This is essential for VM guests, to enable them to utilize this feature.

Signed-off-by: Tydus <tydus@hongo.wide.ad.jp>


# 7ead4f42 07-Jul-2016 Jo-Philipp Wich <jo@mein.io>

kernel: fix dependency chain of kmod-igb

The igb kmods selects kmod-i2c-algo-bit which in turn is invisible until
kmod-i2c-core gets selected, causing kmod-igb to be hidden from menuconfig
as well.

Let kmod-igb select kmod-i2c-core as well in order to make it visible
in menuconfig right away.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>


# 768442f4 23-Jan-2016 Felix Fietkau <nbd@openwrt.org>

kernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48464 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ba237158 19-Oct-2015 John Crispin <blogic@openwrt.org>

kernel: add mvsw61xx module package

Adds the package to select the mvsw61xx module present in the 3.18/4.0/4.1
kernels.

Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47224 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 97ba27e5 02-Jun-2015 Hauke Mehrtens <hauke@openwrt.org>

kernel: add broadcom phy driver

This adds the Broadcom phy driver.
This also loses #19545.
Thank you bigtman43

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45877 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 6b7c96da 01-Jun-2015 John Crispin <blogic@openwrt.org>

kernel: remove stmmac kernel package

We just moved the stmmac support in the kernel for ipq806x. Therefore,
nobody needs this driver so we'll just get rid of it.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45872 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7b915e40 30-May-2015 Jo-Philipp Wich <jow@openwrt.org>

kernel: kmod-stmmac depends on kmod-libphy

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45849 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8b5f3f7d 28-May-2015 John Crispin <blogic@openwrt.org>

kernel: add stmmac as a new kernel package

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45829 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a2b45c4a 11-Apr-2015 Felix Fietkau <nbd@openwrt.org>

kernel: remove kernel module checks/dependencies for 3.14

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45377 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e4c60f7d 10-Apr-2015 Felix Fietkau <nbd@openwrt.org>

kernel: drop obsolete linux 3.10 related dependencies/checks

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45361 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0d51f91d 04-Apr-2015 John Crispin <blogic@openwrt.org>

kernel: switch to upstream

This driver is upstream since 2012 (commit: a8e510f682f), so switch to
it and remove own sources. Also place it under "Network Devices" menu
together with other phy drivers.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45269 3c298f89-4303-0410-b956-a3cf2f4a3e73


# c5cbae5e 19-Mar-2015 Felix Fietkau <nbd@openwrt.org>

kernel: remove obsolete kernel version dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44892 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a3626aca 31-Jan-2015 Jo-Philipp Wich <jow@openwrt.org>

linux: convert CompareKernelPatchVer to version tagged symbols

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44229 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ae62798e 24-Jan-2015 Felix Fietkau <nbd@openwrt.org>

build: drop obsolete kernel version dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b1446f31 04-Jan-2015 Imre Kaloz <kaloz@openwrt.org>

[netdevices.mk]: et131x is out of staging in 3.18

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43827 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3324847a 31-Oct-2014 Hauke Mehrtens <hauke@openwrt.org>

packages: kernel: negate kernel version checks

Only list the kernel versions that do not match so that new kernel
versions will automatically match. This improves support for kernel
3.18.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43132 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 6b2145fc 11-Aug-2014 Luka Perkov <luka@openwrt.org>

imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support

The GW16083 Ethernet Expansion Mezzanine adds the following to supported
Gateworks baseboards:
* 7-port Ethernet Switch
* 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module)
* 2x RJ45 ports or SFP module (ENET5-6) (auto-selected)

This series adds support for a phy driver that adds support for ENET5/ENET6
PHY adding initialization for those PHY's and a polling mechanism that detects
SFP insertion and configuration.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42147 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8c511764 14-Jul-2014 John Crispin <blogic@openwrt.org>

kernel: fix kmod-igb dependencies

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41656 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ee571610 14-Jul-2014 Jonas Gorski <jogo@openwrt.org>

kernel: remove stray " from igp module title

Fixes #17108.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41645 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5c2141fb 14-Jul-2014 John Crispin <blogic@openwrt.org>

kernel: add igb kernel module

Added igb kernel module which supports a variety of Intel GigE PCIe devices

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41637 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 35c8c127 12-Jul-2014 Hauke Mehrtens <hauke@openwrt.org>

brcm47xx: deactivate ssb and old phy code for new devices

This deactivates ssb and G-PHY code in b43 for the mips74k profile in
brcm47xx.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41594 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4f16bf31 02-May-2014 Hauke Mehrtens <hauke@openwrt.org>

kernel: make b44 depend on libphy for kernel 3.14

In kernel 3.14 a dependency to libphy was added to b44.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40662 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4492eb44 10-Apr-2014 Felix Fietkau <nbd@openwrt.org>

kernel: add a dependency of kmod-r8169 on r8169-firmware

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40448 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 316cf18d 21-Feb-2014 Hauke Mehrtens <hauke@openwrt.org>

kernel: add missing depends on kmod-mii

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39670 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ddab530d 08-Feb-2014 Hauke Mehrtens <hauke@openwrt.org>

kernel: negate kernel version dependencies to fix config for new kernel versions

This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39532 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7e841ddd 14-Jan-2014 Hauke Mehrtens <hauke@openwrt.org>

packages: kernel: reverse kernel dependencies logic

This will select the correct dependencies also for more recent kernel versions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39289 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4b052a3a 17-Nov-2013 Hauke Mehrtens <hauke@openwrt.org>

kernel: add vmxnet3 module

support VMware ethernet adapters

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38840 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7dc87926 30-Oct-2013 Hauke Mehrtens <hauke@openwrt.org>

kernel: add missing dependency for kernel 3.12 in tg3

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38605 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f8616ce0 24-Oct-2013 Florian Fainelli <florian@openwrt.org>

kernel: make kmod-pcnet32 depend on kmod-mii

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38531 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 19121c76 24-Oct-2013 Florian Fainelli <florian@openwrt.org>

kernel: add mii library kernel module package

This package is required for network drivers such as pcnet32

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38530 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 751f9288 17-Sep-2013 John Crispin <blogic@openwrt.org>

kernel: make most modules use AutoProbe

now that we have modprobe we can set more than half of the modules to AutoProbe

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38021 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 2bdd1ae2 05-Sep-2013 Hauke Mehrtens <hauke@openwrt.org>

kernel: kmod-libphy, kmod-tg3: fix load order

This fixes the following error:
tg3: Unknown symbol mdiobus_alloc_size (err 0)
tg3: Unknown symbol phy_ethtool_sset (err 0)
tg3: Unknown symbol phy_mii_ioctl (err 0)
tg3: Unknown symbol phy_connect (err 0)
tg3: Unknown symbol mdiobus_register (err 0)
tg3: Unknown symbol mdiobus_free (err 0)
tg3: Unknown symbol phy_start (err 0)
tg3: Unknown symbol phy_start_aneg (err 0)
tg3: Unknown symbol mdiobus_unregister (err 0)
tg3: Unknown symbol phy_ethtool_gset (err 0)
tg3: Unknown symbol phy_stop (err 0)
tg3: Unknown symbol phy_disconnect (err 0)

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37904 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7711e802 01-Aug-2013 Hauke Mehrtens <hauke@openwrt.org>

kernel: load libphy before tg3


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37651 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0ec41bc7 25-Jul-2013 Luka Perkov <luka@openwrt.org>

kernel: be consistent with formatting style

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37545 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f75da209 21-Jul-2013 Jonas Gorski <jogo@openwrt.org>

kernel: fix config breakage from removing the de4x5 tulip driver

Properly define the config symbol to n so it doesn't break build for
targets which do have it available (e.g. mostly everything except arm).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37489 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 9a38a3a1 21-Jul-2013 Felix Fietkau <nbd@openwrt.org>

kernel: remove an exotic ethernet driver from the tulip package which does not build on some platforms

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37486 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d818e421 19-Jul-2013 Hauke Mehrtens <hauke@openwrt.org>

kernel: fix kmod-et131x dependencies

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37446 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 412d221f 18-Jul-2013 Jonas Gorski <jogo@openwrt.org>

kernel: kmod-e1000e depends on pip for 3.8+

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37418 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5b1af986 13-Jul-2013 Hauke Mehrtens <hauke@openwrt.org>

brcm47xx: do not load the kernel modules needed for Ethernet manually

add the boot flag to make the kernel modules needed for Ethernet and
diag load on startup.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37284 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f1b4824c 21-Jun-2013 John Crispin <blogic@openwrt.org>

packages: clean up the package folder

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37007 3c298f89-4303-0410-b956-a3cf2f4a3e73