summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* r8169: use standard #defines from mii.h instead of declaring private onesFrancois Romieu2006-08-311-62/+31
* r8169: trim trailing whitespaces and convert whitespaces to tabsFrancois Romieu2006-08-311-33/+32
* r8169: udelay() removalFrancois Romieu2006-08-311-5/+7
* r8169: use NETDEV_TX_{BUSY/OK}Francois Romieu2006-08-311-2/+2
* r8169: sync with vendor's driverFrancois Romieu2006-07-261-74/+144
* r8169: remove rtl8169_init_boardFrancois Romieu2006-07-261-105/+86
* r8169: hardware flow controlFrancois Romieu2006-07-261-0/+7
* r8169: RX fifo overflow recoveryFrancois Romieu2006-07-261-4/+9
* r8169: mac address change supportFrancois Romieu2006-07-261-0/+38
* [TG3]: Update version and reldateMichael Chan2006-07-251-2/+2
* [TG3]: Handle tg3_init_rings() failuresMichael Chan2006-07-251-5/+27
* [TG3]: Add tg3_restart_hw()Michael Chan2006-07-251-22/+58
* [DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel2006-07-211-0/+1
* [IFB] After ifb_init_one() failed, i is increased. DecreaseNicolas Dichtel2006-07-211-0/+1
* [NET]: sun happymeal, little pci cleanupJiri Slaby2006-07-211-7/+2
* [WAN]: Cosmetic changes to N2 and C101 driversKrzysztof Halasa2006-07-212-3/+4
* [WAN]: Added missing netif_dormant_off() to generic HDLCKrzysztof Halasa2006-07-214-0/+4
* [PATCH] spidernet: rework tx queue handlingJens Osterkamp2006-07-172-377/+274
* [PATCH] spidernet: bug fix for init codeJens Osterkamp2006-07-171-1/+1
* [PATCH] sky2: NAPI poll fixStephen Hemminger2006-07-171-5/+2
* Merge branch 'upstream-fixes-jgarzik' of git://lost.foo-projects.org/~ahkok/g...Jeff Garzik2006-07-172-26/+29
|\
| * e1000: bump version to 7.1.9-k4Auke Kok2006-07-141-1/+1
| * e1000: fix panic on large frame receive when mtu=defaultAuke Kok2006-07-142-2/+4
| * e1000: remove CRC bytes from measured packet lengthAuke Kok2006-07-141-1/+9
| * e1000: Redo netpoll fix to address community concernsAuke Kok2006-07-141-22/+15
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds2006-07-126-68/+82
|\ \ | |/ |/|
| * [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-126-68/+82
* | [PATCH] sky2: optimize receive restartStephen Hemminger2006-07-121-5/+22
* | [PATCH] sky2: PHY power on delaysStephen Hemminger2006-07-121-1/+2
* | [PATCH] sky2: NAPI suspend/resume of dual port cardsStephen Hemminger2006-07-121-7/+4
* | [PATCH] sky2: sky2_reset section mismatchStephen Hemminger2006-07-121-1/+1
* | [PATCH] sk98lin: fix truncated collision threshold maskStephen Hemminger2006-07-121-1/+1
* | [PATCH] skge: fix truncated collision threshold maskStephen Hemminger2006-07-121-2/+2
* | [PATCH] sky2: fix truncated collision threshold maskStephen Hemminger2006-07-121-1/+1
* | [PATCH] myri10ge return value fixBrice Goglin2006-07-121-3/+10
* | [PATCH] Update smc91x driver with ARM Versatile board infoDeepak Saxena2006-07-121-0/+18
* | [PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok2006-07-121-2/+2
* | [PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov2006-07-121-1/+1
* | [PATCH] 8139cp.c printk fixAndrew Morton2006-07-121-1/+1
* | [PATCH] s2io driver irq fixAnanda Raju2006-07-122-145/+145
* | [PATCH] e1000: irq naming updateAndrew Morton2006-07-121-1/+1
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-07-122-10/+4
|\ \
| * | [PATCH] zd1211rw: usb_clear_halt not allowed in IRQ contextDaniel Drake2006-07-101-9/+3
| * | [PATCH] bcm43xx-softmac: Fix an off-by-one condition in handle_irq_noiseLarry Finger2006-07-101-1/+1
* | | [PATCH] forcedeth: watermark fixupAyaz Abdulla2006-07-121-4/+19
* | | [PATCH] forcedeth: deferral fixupAyaz Abdulla2006-07-121-7/+19
| |/ |/|
* | [BPQ] lockdep: fix false positiveRalf Baechle2006-07-101-0/+7
* | [PATCH] release_firmware() fixesMagnus Damm2006-07-101-21/+16
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds2006-07-0911-14/+16
|\ \
| * | [NET] gso: Add skb_is_gsoHerbert Xu2006-07-089-13/+12