summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2006-06-171-5/+2
* [TG3]: Convert to non-LLTXMichael Chan2006-06-172-20/+23
* [TG3]: Remove unnecessary tx_lockMichael Chan2006-06-171-4/+0
* [BNX2]: Update version and reldateMichael Chan2006-06-171-2/+2
* [BNX2]: Use CPU native page sizeMichael Chan2006-06-172-2/+8
* [BNX2]: Use compressed firmwareMichael Chan2006-06-171-3392/+1864
* [BNX2]: Add firmware decompressionMichael Chan2006-06-173-12/+152
* [BNX2]: Allow WoL settings on new 5708 chipsMichael Chan2006-06-171-1/+3
* [BNX2]: Add an rx drop counterMichael Chan2006-06-172-3/+14
* [BNX2]: Endian fixes.Alexey Dobriyan2006-06-171-2/+2
* [IRDA]: irda-usb.c: STIR421x cleanupsNick Fedchik2006-06-172-192/+145
* [NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu2006-06-171-2/+0
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-172-4/+8
* [NET]: Add netif_tx_lockHerbert Xu2006-06-1710-34/+35
* [TG3]: update version and reldateMichael Chan2006-06-171-2/+2
* [TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan2006-06-172-9/+49
* [TG3]: Add 5786 PCI IDMichael Chan2006-06-171-0/+2
* [IRDA]: ali-ircc: using device model power managementSamuel Ortiz2006-06-171-55/+51
* [IRDA]: stir4200, switching to the kthread APIChristoph Hellwig2006-06-171-24/+14
* [IRDA]: Initial support for MCS7780 based donglesSamuel Ortiz2006-06-174-0/+1192
* [PATCH] sky2: netconsole suspend/resume interactionStephen Hemminger2006-06-171-1/+6
* [PATCH] sky2: stop/start hardware idle timer on suspend/resumeStephen Hemminger2006-06-131-4/+13
* [PATCH] sky2: save/restore base hardware irq during suspend/resumeStephen Hemminger2006-06-131-0/+3
* [PATCH] sky2: fix hotplug detect during pollStephen Hemminger2006-06-131-2/+2
* [PATCH] sky2: don't hard code number of portsStephen Hemminger2006-06-131-2/+2
* [PATCH] sky2: set_power_state should be voidStephen Hemminger2006-06-131-8/+8
* [sky2] Fix sky2 network driver suspend/resumeLinus Torvalds2006-06-121-0/+4
* [TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller2006-06-092-97/+50
* Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2006-06-082-7/+6
|\
| * e1000: remove risky prefetch on next_skb->dataAuke Kok2006-06-081-6/+2
| * e1000: fix ethtool test irq alloc as "probe"Auke Kok2006-06-081-1/+4
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-06-081-9/+22
|\ \
| * | [PATCH] bcm43xx: add DMA rx poll workaround to DMA4Michael Buesch2006-06-051-9/+22
| |/
* | [PPPOE]: Missing result check in __pppoe_xmit().Florin Malita2006-06-051-0/+3
* | [NETCONSOLE]: Clean up initcall warning.Matt Mackall2006-06-051-1/+1
* | [PATCH] Implement get / set tso for forcedeth driverZachary Amsden2006-06-051-0/+16
* | [PATCH] nmclan_cs: dereferencing skb after netif_rx()Florin Malita2006-06-051-1/+1
|/
* [PATCH] pcnet32: remove incorrect pcnet32_free_ringDon Fry2006-05-261-2/+0
* e1000: add shutdown handler back to fix WOLAuke Kok2006-05-261-1/+9
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-05-262-3/+3
|\
| * [PATCH] arlan: fix section mismatch warningsRandy Dunlap2006-05-261-2/+2
| * [PATCH] wavelan: fix section mismatchRandy Dunlap2006-05-261-1/+1
* | [IRDA]: *_DONGLE should depend on IRTTY_SIRSamuel Ortiz2006-05-251-10/+10
|/
* [PATCH] sky2: fix jumbo packet supportStephen Hemminger2006-05-241-3/+16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-232-7/+21
|\
| * [BNX2]: Use kmalloc instead of arrayMichael Chan2006-05-221-4/+14
| * [BNX2]: Fix bug in bnx2_nvram_write()Michael Chan2006-05-221-1/+1
| * [TG3]: Add some missing rx error countersMichael Chan2006-05-221-2/+6
* | [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita2006-05-231-3/+1
|/
* [PATCH] forcedeth: fix multi irq issuesAyaz Abdulla2006-05-211-154/+226