aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-07-12Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds6-68/+82
2006-07-12[PATCH] sky2: optimize receive restartStephen Hemminger1-5/+22
2006-07-12[PATCH] sky2: PHY power on delaysStephen Hemminger1-1/+2
2006-07-12[PATCH] sky2: NAPI suspend/resume of dual port cardsStephen Hemminger1-7/+4
2006-07-12[PATCH] sky2: sky2_reset section mismatchStephen Hemminger1-1/+1
2006-07-12[PATCH] sk98lin: fix truncated collision threshold maskStephen Hemminger1-1/+1
2006-07-12[PATCH] skge: fix truncated collision threshold maskStephen Hemminger1-2/+2
2006-07-12[PATCH] sky2: fix truncated collision threshold maskStephen Hemminger1-1/+1
2006-07-12[PATCH] myri10ge return value fixBrice Goglin1-3/+10
2006-07-12[PATCH] Update smc91x driver with ARM Versatile board infoDeepak Saxena1-0/+18
2006-07-12[PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok1-2/+2
2006-07-12[PATCH] smsc-ircc2: fix section reference mismatchesDmitry Torokhov1-1/+1
2006-07-12[PATCH] 8139cp.c printk fixAndrew Morton1-1/+1
2006-07-12[PATCH] s2io driver irq fixAnanda Raju2-145/+145
2006-07-12[PATCH] e1000: irq naming updateAndrew Morton1-1/+1
2006-07-12Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2-10/+4
2006-07-12[PATCH] forcedeth: watermark fixupAyaz Abdulla1-4/+19
2006-07-12[PATCH] forcedeth: deferral fixupAyaz Abdulla1-7/+19
2006-07-12[WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa6-68/+82
2006-07-10[BPQ] lockdep: fix false positiveRalf Baechle1-0/+7
2006-07-10[PATCH] release_firmware() fixesMagnus Damm1-21/+16
2006-07-10[PATCH] zd1211rw: usb_clear_halt not allowed in IRQ contextDaniel Drake1-9/+3
2006-07-10[PATCH] bcm43xx-softmac: Fix an off-by-one condition in handle_irq_noiseLarry Finger1-1/+1
2006-07-09Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds11-14/+16
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu9-13/+12
2006-07-08[IRDA]: fix drivers/net/irda/ali-ircc.c:ali_ircc_init()Adrian Bunk1-1/+2
2006-07-08[TG3]: add amd8131 to "write reorder" chipsetsJohn W. Linville1-0/+2
2006-07-05Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik7-391/+2520
2006-07-05[PATCH] 8139too deadlock fixArjan van de Ven1-2/+3
2006-07-05[netdrvr] 3c59x: snip changelog from source codeJeff Garzik1-166/+0
2006-07-05[PATCH] myri10ge - Export more parameters to ethtoolBrice Goglin1-0/+5
2006-07-05[PATCH] myri10ge - Use dev_info() when printing parameters after probeBrice Goglin1-5/+4
2006-07-05[PATCH] myri10ge - Drop ununsed nvidia chipset idbrice@myri.com1-2/+0
2006-07-05[PATCH] myri10ge - Drop unused pm_statebrice@myri.com1-1/+0
2006-07-05[PATCH] Fix freeing of net deviceRalf Baechle1-3/+4
2006-07-05[PATCH] remove dead entry in net wan KconfigPaul Fulghum2-13/+0
2006-07-05[PATCH] NI5010 netcard cleanupAndreas Mohr1-28/+24
2006-07-05[PATCH] lock validator: fix ns83820.c irq-flags bugIngo Molnar1-14/+17
2006-07-05[PATCH] pcnet32: Cleanup rx buffers after loopback test.Don Fry1-59/+43
2006-07-05[PATCH] pcnet32: Suspend the chip rather than restart when changing multicast...Don Fry1-27/+68
2006-07-05[PATCH] pcnet32: Handle memory allocation failures cleanly when resizing tx/r...Don Fry1-24/+251
2006-07-05[PATCH] pcnet32: Use kcalloc instead of kmalloc and memsetDon Fry1-14/+10
2006-07-05[PATCH] pcnet32: Fix off-by-one in get_ringparamDon Fry1-4/+4
2006-07-05[PATCH] pcnet32: Use PCI_DEVICE macroDon Fry1-7/+4
2006-07-05[PATCH] pcnet32: Fix Section mismatch errorDon Fry1-3/+2
2006-07-05[PATCH] Add support for the Cicada 8201 PHYKim Phillips1-6/+36
2006-07-05[PATCH] zd1211rw: disable TX queue during stopDaniel Drake1-0/+2
2006-07-05[PATCH] ZyDAS ZD1211 USB-WLAN driverDaniel Drake22-0/+6911
2006-07-05[PATCH] bcm43xx: enable shared key authenticationDaniel Drake1-0/+4
2006-07-05[PATCH] Convert bcm43xx-softmac to use the ieee80211_is_valid_channel routineLarry Finger3-30/+3
2006-07-05[PATCH] bcm43xx: workaround init_board vs. IRQ raceMichael Buesch1-13/+14
2006-07-05[PATCH] bcm43xx: use softmac-suggested TX rateDaniel Drake1-1/+4
2006-07-05[PATCH] Add two PLX device IDsFaidon Liambotis1-0/+2
2006-07-05[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik13-134/+88
2006-07-05[netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik13-135/+173
2006-07-05[netdrvr] via-velocity: remove io_size struct member, it is invariantJeff Garzik2-11/+13
2006-07-05[netdrvr] via-velocity: misc. cleanupsJeff Garzik1-26/+22
2006-07-05[netdrvr] minor cleanups in Becker-derived driversJeff Garzik4-23/+24
2006-07-05[netdrvr] via-velocity: use netdev_priv() where appropriateJeff Garzik1-19/+19
2006-07-05[netdrvr] Remove Becker-template 'io_size' member, when invariantJeff Garzik5-28/+22
2006-07-05[netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik8-522/+24
2006-07-05[netdrvr] epic100: minor cleanupsJeff Garzik1-61/+10
2006-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-9/+24
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-07-03[TG3]: Add ipv6 TSO featureMichael Chan1-9/+24
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2006-07-03[PATCH] lockdep: annotate forcedeth.c disable_irq()Ingo Molnar1-10/+10
2006-07-03[PATCH] forcedeth: typecast cleanupAndrew Morton1-4/+4
2006-07-03[PATCH] lockdep: annotate hostap netdev ->xmit_lockArjan van de Ven1-0/+10
2006-07-03[PATCH] lockdep: annotate 3c59x.c disable_irq()Ingo Molnar1-2/+2
2006-07-03[PATCH] lockdep: annotate 8390.c disable_irq()Ingo Molnar1-2/+2
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-1/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner127-158/+158
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-17/+110
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds181-183/+6
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-6/+9
2006-06-30[TG3]: Update version and reldateMichael Chan1-2/+2
2006-06-30[TG3]: Add TSO workaround using GSOMichael Chan2-5/+51
2006-06-30[TG3]: Turn on hw fix for ASF problemsMichael Chan2-2/+7
2006-06-30[TG3]: Add rx BD workaroundMichael Chan2-2/+29
2006-06-30[TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan1-0/+12
2006-06-30[PATCH] com20020_cs: more device supportMarc Sowen1-1/+4
2006-06-30[PATCH] pcmcia: hostap_cs.c - 0xc00f,0x0000 conflicts with pcnet_csKomuro1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel176-177/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-30typo fixes: infomation -> informationAdrian Bunk4-4/+4
2006-06-30typo fixes: bandwith -> bandwidthAdrian Bunk1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+24
2006-06-29[IrDA]: Fix the AU1000 FIR dependenciesAdrian Bunk1-1/+1
2006-06-29[IrDA]: MCS7780 usb_driver struct should be staticAdrian Bunk1-1/+1
2006-06-29[BNX2]: Turn off link during shutdownMichael Chan2-4/+5
2006-06-29[BNX2]: Use dev_kfree_skb() instead of the _irq versionMichael Chan1-5/+5
2006-06-29[BNX2]: Add NETIF_F_TSO_ECNMichael Chan1-2/+12
2006-06-29[SUNHME]: Mark SBUS probing routines as __devinit.David S. Miller1-5/+5
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds3-23/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-34/+39
2006-06-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds15-199/+133
2006-06-27[PATCH] m68knommu: FEC driver event/irq fixesGreg Ungerer1-39/+52
2006-06-27[PATCH] m68knommu: FEC driver set different priority/level on each IRQWillson Callan1-3/+3
2006-06-27[PATCH] m68knommu: FEC driver support for the ColdFire 523x CPU familyMatt Waddel1-19/+179
2006-06-27[PATCH] m68knommu: avoid fec driver hang when link disappearsPhilippe De Muyter1-4/+11
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2-18/+7
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman11-33/+38
2006-06-27e1000: increase version to 7.1.9-k2Auke Kok1-1/+1
2006-06-27e1000: add ich8lan device ID'sAuke Kok1-0/+7
2006-06-27e1000: allow user to disable ich8 lock loss workaroundAuke Kok1-0/+21
2006-06-27e1000: integrate ich8 support into driverAuke Kok4-130/+725
2006-06-27e1000: add ich8lan core functionsAuke Kok3-7/+1392
2006-06-27e1000: disable ERTAuke Kok1-3/+0
2006-06-27e1000: check return value of _get_speed_and_duplexAuke Kok1-2/+6
2006-06-27e1000: M88 PHY workaroundAuke Kok2-17/+40
2006-06-27e1000: fix adapter led blinking inconsistencyAuke Kok3-14/+40
2006-06-27e1000: disable CRC stripping workaroundAuke Kok1-4/+1
2006-06-27e1000: force register write flushes to circumvent broken platformsAuke Kok2-9/+33
2006-06-27e1000: rework module param code with uninitialized valuesAuke Kok1-106/+61
2006-06-27e1000: recycle skbAuke Kok1-1/+2
2006-06-27e1000: change printk into DPRINTKAuke Kok1-1/+1
2006-06-27e1000: add smart power down codeAuke Kok3-0/+41
2006-06-27e1000: small performance tweak by removing double codeAuke Kok1-1/+0
2006-06-27e1000: fix CONFIG_PM blocksAuke Kok1-2/+4
2006-06-27e1000: Make PHY powerup/down a functionAuke Kok1-27/+49
2006-06-27e1000: rework driver hardware reset lockingAuke Kok3-75/+105
2006-06-27e1000: fix loopback ethtool testAuke Kok1-1/+1
2006-06-26[netdrvr] Remove long-unused bits from Becker template driversJeff Garzik8-124/+58
2006-06-26[netdrvr] natsemi: minor cleanupsJeff Garzik1-23/+12
2006-06-26[netdrvr] natsemi: Separate out media initialization codeJeff Garzik1-28/+37
2006-06-26[PATCH] WAN: update info page for a bunch of my driversKrzysztof Halasa3-3/+3
2006-06-26[PATCH] drivers/net/hamradio/dmascc.c: fix section mismatchAdrian Bunk1-1/+1
2006-06-26[PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger1-4/+4
2006-06-26[PATCH] DM9000 - minor code cleanupsBen Dooks1-4/+5
2006-06-26[PATCH] DM9000 - do no re-init spin lockBen Dooks1-1/+0
2006-06-26[PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks1-0/+7
2006-06-26[PATCH] DM9000 - better checks for platform resourcesBen Dooks1-11/+6
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-5/+5
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2-5/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2-14/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+6
2006-06-26[PATCH] Add bcm43xx HW RNG supportMichael Buesch3-0/+44
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-26spelling fixesAndreas Mohr4-5/+5
2006-06-26[IRDA]: add some IBM think padsBen Collins1-2/+6
2006-06-25[PATCH] m68knommu: 532x FEC eth struct mapGreg Ungerer1-1/+1
2006-06-25[PATCH] irda-usb printk fixAndrew Morton1-1/+1
2006-06-25[PATCH] wan/sdla section fixesRandy Dunlap1-2/+2
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel1-1/+1
2006-06-23[NET] sunhme: Kill useless loop over sdevs in quattro_sbus_find().David S. Miller1-14/+0
2006-06-23[NET] myri_sbus: Kill unused next_module struct member.David S. Miller1-1/+0
2006-06-23[NET] myri_sbus: Convert to new SBUS device layer.David S. Miller1-55/+61
2006-06-23[NET] sunqe: Convert to new SBUS driver layer.David S. Miller1-249/+219
2006-06-23[NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2-67/+61
2006-06-23[NET] sunlance: Convert to new SBUS driver framework.David S. Miller1-76/+97
2006-06-23[NET] sunhme: Convert to new SBUS driver framework.David S. Miller2-174/+187
2006-06-23[NET] sunhme: Kill __sparc__ and __sparc_v9__ ifdefs.David S. Miller1-12/+12
2006-06-23[SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller1-0/+1
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller4-24/+35
2006-06-23[NET]: Require CAP_NET_ADMIN to create tuntap devices.David Woodhouse1-0/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu13-32/+32
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu34-87/+43
2006-06-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds34-349/+1570
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds6-15/+140
2006-06-22[PATCH] myri10ge - drop workaround pci_save_state() disabling MSI Brice Goglin1-2/+0
2006-06-22[PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804 Brice Goglin1-6/+0
2006-06-22Merge branch 'upstream' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-0/+6
2006-06-22[PATCH] WAN: ioremap() failure checks in driversKrzysztof Halasa4-3/+21
2006-06-22[PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()Krzysztof Halasa1-22/+2
2006-06-22[PATCH] skb_padto()-area fixes in 8390, wavelanAlan Cox2-10/+14
2006-06-22[PATCH] make drivers/net/forcedeth.c:nv_update_pause() staticAdrian Bunk1-1/+1
2006-06-22[PATCH] network driver for Hilscher netxSascha Hauer3-0/+528
2006-06-22[PATCH] Dereference in tokenring/olympic.cEric Sesterhenn1-2/+2
2006-06-22[PATCH] Array overrun in drivers/net/wireless/wavelan.cEric Sesterhenn1-2/+2
2006-06-22[PATCH] Remove useless check in drivers/net/pcmcia/xirc2ps_cs.cEric Sesterhenn1-1/+1
2006-06-22[PATCH] 8139cp: add ethtool eeprom supportPhilip Craig1-12/+167
2006-06-22[PATCH] 8139cp: fix eeprom read command lengthPhilip Craig1-1/+1
2006-06-22[PATCH] b44: update b44 Kconfig entryGary Zambrano1-2/+2
2006-06-22[PATCH] b44: update version to 1.01Gary Zambrano1-2/+2
2006-06-22[PATCH] b44: add wol for old nicGary Zambrano2-1/+112
2006-06-22[PATCH] b44: add parameterGary Zambrano1-21/+28
2006-06-22[PATCH] b44: add wolGary Zambrano2-0/+80
2006-06-22[PATCH] b44: fix manual speed/duplex/autoneg settingsGary Zambrano1-16/+28
2006-06-22[PATCH] AT91RM9200 Ethernet #4: Suspend/ResumeAndrew Victor1-1/+45
2006-06-22[PATCH] AT91RM9200 Ethernet #3: CleanupAndrew Victor2-14/+16
2006-06-22[PATCH] AT91RM9200 Ethernet #2: MII interfaceAndrew Victor1-0/+20
2006-06-22[PATCH] AT91RM9200 Ethernet #1: Link pollAndrew Victor1-18/+43
2006-06-22[PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.Ralf Baechle1-1/+1
2006-06-22Merge branch 'master' into upstreamJeff Garzik7-43/+41
2006-06-23via-velocity: the link is not correctly detected when the device startsFrancois Romieu1-0/+6
2006-06-22[PATCH] myri10ge build fixAndrew Morton1-1/+1
2006-06-21[POWERPC] spufs: split the Cell BE support into generic and platform dependan...Geoff Levand1-1/+1
2006-06-21[POWERPC] Add Vitesse 8244 PHY for MPC8641 HPCN platform.Jon Loeliger4-3/+121
2006-06-20[FORCEDETH] Fix xmit_lock/netif_tx_lock after mergeHerbert Xu1-10/+10
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-16/+2
2006-06-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-16/+28
2006-06-20[PATCH] s2io: netpoll supportBrian Haley1-0/+48
2006-06-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik11-213/+398
2006-06-20Merge branch 'upstream' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-2/+6