aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | [IRDA]: fix drivers/net/irda/ali-ircc.c:ali_ircc_init()Adrian Bunk2006-07-081-1/+2
| * | [TG3]: add amd8131 to "write reorder" chipsetsJohn W. Linville2006-07-081-0/+2
| |/
* | Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2006-07-057-391/+2520
|\ \
| * | e1000: increase version to 7.1.9-k2Auke Kok2006-06-271-1/+1
| * | e1000: add ich8lan device ID'sAuke Kok2006-06-271-0/+7
| * | e1000: allow user to disable ich8 lock loss workaroundAuke Kok2006-06-271-0/+21
| * | e1000: integrate ich8 support into driverAuke Kok2006-06-274-130/+725
| * | e1000: add ich8lan core functionsAuke Kok2006-06-273-7/+1392
| * | e1000: disable ERTAuke Kok2006-06-271-3/+0
| * | e1000: check return value of _get_speed_and_duplexAuke Kok2006-06-271-2/+6
| * | e1000: M88 PHY workaroundAuke Kok2006-06-272-17/+40
| * | e1000: fix adapter led blinking inconsistencyAuke Kok2006-06-273-14/+40