aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi1-2/+10
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-8/+0
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds1-0/+21
2010-10-25netdev: bfin_mac: push settings to platform resourcesSonic Zhang1-8/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-11/+10
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+44
2010-10-21Merge branch 'davinci-next' into davinci-for-linusKevin Hilman1-0/+21
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stableRussell King1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-11/+10
2010-10-16net: move MII outside of NET_ETHERNET, fix kconfig warningRandy Dunlap1-7/+7
2010-10-07net: atmel_macb Kconfig: remove long dependency lineJean-Christophe PLAGNIOL-VILLARD1-1/+4
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-10-03netdev: Depend on INET before selecting INET_LROBen Hutchings1-2/+2
2010-09-24net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake1-0/+12
2010-09-24net: davinci_emac: separate out cpdma codeCyril Chemparathy1-0/+10
2010-09-24net: davinci_emac: switch to new mdioCyril Chemparathy1-0/+1
2010-09-24net: davinci_emac: separate out davinci mdioCyril Chemparathy1-0/+10
2010-08-23bna: Brocade 10Gb Ethernet device driverRasesh Mody1-0/+14
2010-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+10
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+10
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-0/+11
2010-08-18net: add Fast Ethernet driver for PXA168.Sachin Sanap1-0/+10
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2010-08-05MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMYManuel Lauss1-1/+1
2010-07-30net: ks8842 depends on DMA_ENGINERandy Dunlap1-1/+1
2010-07-26Remove REDWOOD_[456] config options and conditional codeChristian Dietrich1-1/+1
2010-07-19net: Removing dead ARCH_PNX010XChristoph Egger1-2/+2
2010-07-13drivers/net: Add Micrel KS8841/42 support to ks8842 driverDavid J. Choi1-3/+4
2010-07-07net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda1-2/+3
2010-06-28cxgb4vf: Stitch new T4 PCI-E SR-IOV Virtual Function driver into the buildCasey Leedom1-0/+23
2010-06-25enic: Feature Add: Replace LRO with GROVasanthy Kolluri1-1/+0
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-06-23net: add dependency on fw class module to qlcnic and netxen_nicAnirban Chakraborty1-0/+2
2010-06-01r6040: implement phylibFlorian Fainelli1-0/+1
2010-05-17netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song1-0/+7
2010-05-03forcedeth: Kill NAPI config options.David S. Miller1-14/+0
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn1-1/+1
2010-04-07Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller1-1/+1
2010-04-07au1000-eth: allow driver to be compiled as a moduleFlorian Fainelli1-1/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+25
2010-04-06Add non-Virtex5 support for LL TEMAC driverJohn Linn1-1/+1
2010-04-03l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman1-6/+1
2010-04-01netdev/fec.c: add phylib supporting to enable carrier detection (v2)Bryan Wu1-0/+1
2010-04-01net: Hook up cxgb4 to Kconfig and MakefileDimitris Michailidis1-0/+25
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland1-0/+2
2010-03-22netconsole: do not depend on experimentalAmerigo Wang1-4/+3
2010-03-18enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri1-2/+2
2010-03-10net: add ColdFire support to the smc91x driverGreg Ungerer1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-17/+65