aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-02127-158/+158
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-303-17/+110
|\
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-6/+9
| * [TG3]: Update version and reldateMichael Chan2006-06-301-2/+2
| * [TG3]: Add TSO workaround using GSOMichael Chan2006-06-302-5/+51
| * [TG3]: Turn on hw fix for ASF problemsMichael Chan2006-06-302-2/+7
| * [TG3]: Add rx BD workaroundMichael Chan2006-06-302-2/+29
| * [TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan2006-06-301-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-30181-183/+6
|\ \
| * | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30176-177/+0
| * | typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
| * | typo fixes: infomation -> informationAdrian Bunk2006-06-304-4/+4
| * | typo fixes: bandwith -> bandwidthAdrian Bunk2006-06-301-1/+1
| |/
* | [PATCH] com20020_cs: more device supportMarc Sowen2006-06-301-1/+4
* | [PATCH] pcmcia: hostap_cs.c - 0xc00f,0x0000 conflicts with pcnet_csKomuro2006-06-301-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-294-13/+24
|\
| * [IrDA]: Fix the AU1000 FIR dependenciesAdrian Bunk2006-06-291-1/+1
| * [IrDA]: MCS7780 usb_driver struct should be staticAdrian Bunk2006-06-291-1/+1
| * [BNX2]: Turn off link during shutdownMichael Chan2006-06-292-4/+5
| * [BNX2]: Use dev_kfree_skb() instead of the _irq versionMichael Chan2006-06-291-5/+5
| * [BNX2]: Add NETIF_F_TSO_ECNMichael Chan2006-06-291-2/+12
* | [SUNHME]: Mark SBUS probing routines as __devinit.David S. Miller2006-06-291-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-293-23/+1
|\
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-262-5/+1
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-262-14/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2911-34/+39
|\ \
| * | [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman2006-06-271-1/+1
| * | [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-2711-33/+38
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2715-199/+133
|\ \ \
| * | | [netdrvr] Remove long-unused bits from Becker template driversJeff Garzik2006-06-268-124/+58
| * | | [netdrvr] natsemi: minor cleanupsJeff Garzik2006-06-261-23/+12
| * | | [netdrvr] natsemi: Separate out media initialization codeJeff Garzik2006-06-261-28/+37
| * | | [PATCH] WAN: update info page for a bunch of my driversKrzysztof Halasa2006-06-263-3/+3
| * | | [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatchAdrian Bunk2006-06-261-1/+1
| * | | [PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger2006-06-261-4/+4
| * | | [PATCH] DM9000 - minor code cleanupsBen Dooks2006-06-261-4/+5
| * | | [PATCH] DM9000 - do no re-init spin lockBen Dooks2006-06-261-1/+0
| * | | [PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks2006-06-261-0/+7
| * | | [PATCH] DM9000 - better checks for platform resourcesBen Dooks2006-06-261-11/+6
| |/ /
* | | [PATCH] m68knommu: FEC driver event/irq fixesGreg Ungerer2006-06-271-39/+52
* | | [PATCH] m68knommu: FEC driver set different priority/level on each IRQWillson Callan2006-06-271-3/+3
* | | [PATCH] m68knommu: FEC driver support for the ColdFire 523x CPU familyMatt Waddel2006-06-271-19/+179
* | | [PATCH] m68knommu: avoid fec driver hang when link disappearsPhilippe De Muyter2006-06-271-4/+11
* | | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-272-18/+7
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-264-5/+5
|\ \ | |/ |/|
| * spelling fixesAndreas Mohr2006-06-264-5/+5
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-261-2/+6
|\ \