summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-231-0/+10
|\
| * net: add Fast Ethernet driver for PXA168.Sachin Sanap2010-08-181-0/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-051-1/+1
|\ \
| * | Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2010-07-261-1/+1
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-08-051-1/+1
|\ \ \ | |_|/ |/| |
| * | MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMYManuel Lauss2010-08-051-1/+1
| |/
* | net: ks8842 depends on DMA_ENGINERandy Dunlap2010-07-301-1/+1
* | net: Removing dead ARCH_PNX010XChristoph Egger2010-07-191-2/+2
* | drivers/net: Add Micrel KS8841/42 support to ks8842 driverDavid J. Choi2010-07-131-3/+4
* | net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda2010-07-071-2/+3
* | cxgb4vf: Stitch new T4 PCI-E SR-IOV Virtual Function driver into the buildCasey Leedom2010-06-281-0/+23
* | enic: Feature Add: Replace LRO with GROVasanthy Kolluri2010-06-251-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-0/+2
|\ \ | |/
| * net: add dependency on fw class module to qlcnic and netxen_nicAnirban Chakraborty2010-06-231-0/+2
* | r6040: implement phylibFlorian Fainelli2010-06-011-0/+1
|/
* netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song2010-05-171-0/+7
* forcedeth: Kill NAPI config options.David S. Miller2010-05-031-14/+0
* Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-131-1/+1
* Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller2010-04-071-1/+1
* au1000-eth: allow driver to be compiled as a moduleFlorian Fainelli2010-04-071-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-0/+25
|\
| * net: Hook up cxgb4 to Kconfig and MakefileDimitris Michailidis2010-04-011-0/+25
* | Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-061-1/+1
* | l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman2010-04-031-6/+1
* | netdev/fec.c: add phylib supporting to enable carrier detection (v2)Bryan Wu2010-04-011-0/+1
* | net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland2010-03-301-0/+2
* | netconsole: do not depend on experimentalAmerigo Wang2010-03-221-4/+3
* | enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri2010-03-181-2/+2
|/
* net: add ColdFire support to the smc91x driverGreg Ungerer2010-03-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-021-17/+65
|\
| * net: Make GRETH driver depend on SPARC.David S. Miller2010-02-181-1/+1
| * net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driverKristoffer Glembo2010-02-171-0/+8
| * netdev: bfin_mac: drop experimental markings on RMII supportMike Frysinger2010-02-161-2/+2
| * net: emaclite: adding MDIO and phy lib supportJohn Linn2010-02-151-0/+1
| * net: Kconfig change for KSZ884X driverTristram Ha2010-02-121-0/+11
| * fec: Add ARCH_MX5 as a dependencyAmit Kucheria2010-02-101-1/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-14/+0
| |\
| | * ps3_gelic_wireless: Remove PS3 gelic legacy wpa supportHamish Guthrie2010-01-281-14/+0
| * | net: macvtap driverArnd Bergmann2010-02-031-0/+12
| * | NET: Add Qlogic ethernet driver for CNA devicesAmit Kumar Salecha2010-01-161-0/+7
| * | ixgbevf: Kconfig, Makefile and DocumentationGreg Rose2010-01-101-0/+22
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-231-0/+2
| |\ \
* | | | TI Davinci EMAC : Re-use driver for other platforms.Sriramakrishnan2010-02-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-301-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-211-0/+2
| |\ \ | | |/
| | * ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIVBenjamin Herrenschmidt2009-12-211-0/+2
* | | NET: Add Ethernet driver for Octeon MGMT devices.David Daney2009-12-171-0/+2
|/ /
* | net: niu uses crc32, so select CRC32Randy Dunlap2009-12-101-0/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-1/+1
|\
| * net: ETHOC should depend on HAS_DMAGeert Uytterhoeven2009-11-201-1/+1
OpenPOWER on IntegriCloud