aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-10-03BUG_ON cleanup in drivers/net/tokenring/Eric Sesterhenn1-2/+1
2006-10-03fix file specification in commentsUwe Zeisberger3-3/+3
2006-10-03Still more typo fixesMatt LaPlante1-1/+1
2006-10-03Fix several typos in drivers/Matt LaPlante1-1/+1
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+3
2006-10-03[PATCH] pr_debug: ifb: replace missing comma to separate pr_debug argumentsZach Brown1-2/+2
2006-10-02[PATCH] hp100: fix conditional compilation messJeff Garzik2-4/+6
2006-10-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds29-1755/+1502
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-1/+0
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-1/+1
2006-10-01[netdrvr] hp100: encapsulate all non-module codeJeff Garzik1-2/+3
2006-10-01drivers/net/wireless/{airo,ipw2100}: fix error handling bugsJeff Garzik2-7/+27
2006-10-01[netdrvr] phy: Fix bugs in error handlingJeff Garzik2-4/+10
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-27/+10
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven1-0/+10
2006-10-01[PATCH] Generic booleanRichard Knutsson1-1/+0
2006-09-30Merge branch 'master' into upstreamJeff Garzik21-156/+535
2006-09-29[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.Michael Chan1-2/+30
2006-09-29[PATCH] Uninitialized variable in drivers/net/wan/syncppp.cEric Sesterhenn1-1/+1
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven1-3/+3
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer2-3/+2
2006-09-29[PATCH] OMAP: Add smc91x support for TI OMAP2420 H4 boardKomal Shah1-0/+1
2006-09-28[IrDA] stir4200: removing undocumented bits handlingSamuel Ortiz1-15/+0
2006-09-28[IrDA] smsc-ircc: More laptops detectedLinus Walleij (LD/EAB1-2/+36
2006-09-28[IrDA] nsc-ircc: Configuration base address for PC87383Lamarque Vieira Souza1-1/+1
2006-09-28[NET] loopback: minor statistics optimizationStephen Hemminger1-17/+14
2006-09-28[IrDA]: irda-usb needs firmware loaderSamuel Ortiz1-0/+1
2006-09-28[PPPOE]: Advertise PPPoE MTUMichal Ostrowski1-0/+1
2006-09-28[TG3]: Update version and reldate.Michael Chan1-2/+2
2006-09-28[TG3]: Add 5709 self-test support.Michael Chan2-16/+111
2006-09-28[TG3]: Add 5709 PHY support.Michael Chan2-4/+39
2006-09-28[TG3]: Add basic 5906 support.Michael Chan2-15/+139
2006-09-28[TG3]: Add tg3_poll_fw().Michael Chan1-21/+33
2006-09-28[TG3]: Add 5722 and 5756 support.Michael Chan2-1/+6
2006-09-28[TG3]: PHY fixes.Michael Chan1-17/+34
2006-09-28[TG3]: Improve ASF heartbeat.Michael Chan2-2/+19
2006-09-28[TG3]: Improve 5704S autoneg.Michael Chan2-26/+47
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro4-5/+5
2006-09-28[ATALK]: endianness annotationsAl Viro1-4/+1
2006-09-28[NETDEV] config: revert part of previous patchRandy Dunlap1-0/+5
2006-09-28[IRDA] via-ircc: fix memory leakChuck Short1-1/+6
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-09-28[ARM] 3865/1: AT91RM9200 header updatesAndrew Victor1-1/+1
2006-09-27Merge branch 'master' into upstreamJeff Garzik9-16/+16
2006-09-27Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik21-1484/+1104
2006-09-27[PATCH] spidernet: Use pci_dma_mapping_error()Olof Johansson1-3/+3
2006-09-27[PATCH] sky2: version 1.9Stephen Hemminger1-1/+1
2006-09-27[PATCH] sky2: fragmented receive for large MTUStephen Hemminger2-81/+219
2006-09-27[PATCH] sky2: use netif_tx_lock instead of LLTXStephen Hemminger2-41/+17
2006-09-27[PATCH] sky2: incremental transmit completionStephen Hemminger2-51/+50
2006-09-27[PATCH] sky2: name irq after eth for irqbalanceStephen Hemminger1-21/+16
2006-09-27[PATCH] sky2: workarounds for some 88e806x chipsStephen Hemminger1-1/+9
2006-09-27[PATCH] sky2: use standard pci register capabilties for error registerStephen Hemminger2-52/+25
2006-09-27[PATCH] sky2: gigabit full duplex negotiationStephen Hemminger1-9/+20
2006-09-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds49-1187/+1541
2006-09-28Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras1-2/+3
2006-09-27[PATCH] bonding: update version numberJay Vosburgh1-2/+2
2006-09-27[PATCH] git-netdev-all: pc300_tty build fixAndrew Morton1-0/+1
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok3-3/+3
2006-09-27ixgb: convert to netdev_priv(netdev)Auke Kok1-3/+3
2006-09-27ixgb: combine more rx descriptors to improve performanceJesse Brandeburg1-1/+1
2006-09-27e1000: possible memory leak in e1000_set_ringparamVasily Averin1-21/+17
2006-09-27e1000: Janitor: Use #defined values for literalsLinas Vepstas1-2/+2
2006-09-27e1000: don't strip vlan ID if 8021q claims itBruce Allan1-1/+5
2006-09-27e1000: rework polarity, NVM, eeprom code and fixes.Jeff Kirsher2-145/+155
2006-09-27e1000: driver state fixes (race fix)Auke Kok3-14/+23
2006-09-27e1000: reduce RAR entries available for ICH8Jeff Kirsher1-3/+3
2006-09-27e1000: add PCI-E capability detection codeJeff Kirsher3-4/+35
2006-09-27e1000: handle manageability for pci-e adapters at PHY powerdownBruce Allan1-9/+32
2006-09-27e1000: gather hardware bit tweaks.Jeff Kirsher3-38/+142
2006-09-27e1000: Maybe stop TX if not enough free descriptorsJesse Brandeburg1-10/+42
2006-09-27e1000: Jumbo frames fixes for 82573Bruce Allan1-3/+7
2006-09-27e1000: Fix MANC detection for PCIE adaptersJeff Kirsher1-11/+4
2006-09-27e1000: allow ethtool to pass arbitrary speed advertismentJeff Kirsher1-7/+3
2006-09-27e1000: add multicast stats countersMitch Williams3-20/+25
2006-09-27e1000: remove unused code and make symbols staticNicholas Nunley5-367/+120
2006-09-27e1000: add enums for several link propertiesJeff Kirsher1-36/+53
2006-09-27e1000: rename flow control symbolsJeff Kirsher4-60/+60
2006-09-27e100: rework WoL and shutdown handlingAuke Kok1-31/+20
2006-09-27e100: Add debugging code for cb cleaning.Jesse Brandeburg1-3/+4
2006-09-27e1000: keep .suspend and .resume driver methods in CONFIG_PMAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok3-3/+3
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok21-692/+345
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev2-13/+9
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev4-0/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-2/+2
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt1-1/+1
2006-09-26[PATCH] Make PC300 WAN driver compile againKrzysztof Halasa1-16/+14
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa9-351/+666
2006-09-26Merge branch 'master' into upstreamJeff Garzik1-5/+5
2006-09-25Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik22-167/+208
2006-09-25[PATCH] more s2io __iomem annotationsAl Viro1-3/+3
2006-09-25[PATCH] restore __iomem annotations in e1000Al Viro1-2/+2
2006-09-25[PATCH] 64bit bugs in s2ioAl Viro1-2/+2
2006-09-25[PATCH] bonding: Fix primary selection error at enslavement timeJay Vosburgh1-23/+2
2006-09-25[PATCH] bonding: Don't mangle LACPDUsJay Vosburgh1-30/+29
2006-09-25[PATCH] bonding: Validate probe replies in ARP monitorJay Vosburgh3-9/+259
2006-09-25[PATCH] bonding: Don't release slaves when master is admin downjamal1-3/+3
2006-09-25[PATCH] bonding: Add priv_flag to avoid event mishandlingJay Vosburgh1-1/+6
2006-09-25[PATCH] bonding: Handle large hard_header_lenJay Vosburgh1-1/+6
2006-09-25[PATCH] bonding: Remove unneeded NULL testJay Vosburgh1-1/+1
2006-09-25[PATCH] bonding: Format fix in seq_printf callKenzo Iwami1-1/+1
2006-09-25[PATCH] bonding: Convert delay value from s16 to intJay Vosburgh1-1/+1
2006-09-25[PATCH] bonding: Allow bonding to enslave a 10 Gig adapterJay Vosburgh2-1/+11
2006-09-25Delete unused drivers/net/gt64240eth.hJeff Garzik1-402/+0
2006-09-25[PATCH] skge: fiber supportStephen Hemminger2-93/+301
2006-09-25[PATCH] fix possible NULL ptr deref in forcedethJesper Juhl1-1/+7
2006-09-25[PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn1-1/+1
2006-09-25[PATCH] drivers/net/typhoon.c Removal of old codeMichal Piotrowski1-4/+0
2006-09-25[PATCH] drivers/net/tokenring/lanstreamer.h Removal of old codeMichal Piotrowski1-12/+0
2006-09-25[PATCH] drivers/net/tokenring/lanstreamer.c Removal of old codeMichal Piotrowski1-59/+0
2006-09-25[PATCH] drivers/net/acenic.c Removal of old codeMichal Piotrowski1-4/+0
2006-09-25[PATCH] Update smc91x driver with ARM Versatile board infoDeepak Saxena1-0/+18
2006-09-25[SUNLANCE]: Mark sparc_lance_probe_one as __devinit.David S. Miller1-5/+5
2006-09-25[PATCH] bcm43xx: fix netdev watchdog timeoutsLarry Finger1-2/+1
2006-09-25[PATCH] zd1211rw: Add LED supportUlrich Kunitz4-78/+117
2006-09-25[PATCH] zd1211rw: Added workqueueUlrich Kunitz2-0/+12
2006-09-25[PATCH] zd1211rw: Removes wrong assertionsUlrich Kunitz1-6/+0
2006-09-25[PATCH] zd1211rw: 16-bit writes for physical control registersUlrich Kunitz1-7/+7
2006-09-25[PATCH] bcm43xx-softmac: improve wrong firmware messageLarry Finger1-3/+4
2006-09-25[PATCH] bcm43xx-softmac: update noise handlingLarry Finger2-4/+2
2006-09-25[PATCH] bcm43xx-softmac: update PHY initializationLarry Finger1-8/+7
2006-09-25[PATCH] WE-21 for ipw2200Jean Tourrilhes1-9/+7
2006-09-25[PATCH] bcm43xx: WE-21 supportLarry Finger1-1/+1
2006-09-25[PATCH] WE-21 for zd1211rwDaniel Drake1-1/+1
2006-09-25[PATCH] WE-21 for zd1201Jean Tourrilhes1-1/+1
2006-09-25[PATCH] WE-21 for wl3501Jean Tourrilhes1-3/+3
2006-09-25[PATCH] WE-21 for ray_csJean Tourrilhes1-1/+1
2006-09-25[PATCH] WE-21 for Prism54Jean Tourrilhes1-8/+8
2006-09-25[PATCH] WE-21 for orinocoJean Tourrilhes1-5/+5
2006-09-25[PATCH] WE-21 for ipw2100Jean Tourrilhes1-7/+7
2006-09-25[PATCH] WE-21 for hostapJean Tourrilhes1-5/+5
2006-09-25[PATCH] WE-21 for atmelJean Tourrilhes1-9/+9
2006-09-25[PATCH] WE-21 for airoJean Tourrilhes1-9/+10
2006-09-24[PATCH] wrong thing iounmapped (qla3xxx)Al Viro1-1/+1
2006-09-24[PATCH] qla3xxx iomem annotationsAl Viro2-26/+25
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds342-28138/+40172
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-187/+143
2006-09-22[PATCH] Spidernet: add ethtool -S (show statistics)Jim Lewis3-2/+74
2006-09-22Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik1-1/+1
2006-09-22[NET] GT96100: Delete bitrotting ethernet driverRalf Baechle4-1921/+0
2006-09-22[PATCH] mv643xx_eth: restrict to 32-bit PPC_MULTIPLATFORMDale Farnsworth1-1/+1
2006-09-22[PATCH] Cirrus Logic ep93xx ethernet driverLennert Buytenhek3-0/+952
2006-09-22Merge branch 'master' into upstreamJeff Garzik8-62/+87
2006-09-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2006-09-22[TG3]: Convert the pci_device_id table to PCI_DEVICE()Henrik Kretzschmar1-111/+56
2006-09-22[ARCNET]: SoHard PCI supportStphane Witzmann1-0/+1
2006-09-22[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()Bjorn Helgaas4-6/+15
2006-09-22[TG3]: Constify firmware structsAndreas Mohr1-13/+13
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy29-57/+58
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-36/+54
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds6-26/+33
2006-09-21POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug1-1/+2
2006-09-21POWERPC: overhaul with cpm2_map mechanismVitaly Bordug1-1/+1
2006-09-21Merge branch 'upstream-fixes' into upstreamJeff Garzik2-4/+4
2006-09-21[netdrvr] mv643xx_eth: fix obvious typo, which caused build breakageJeff Garzik1-1/+1
2006-09-21[netdrvr] lp486e: fix typoJeff Garzik1-3/+3
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-2/+2
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-12/+22
2006-09-21[CRYPTO] users: Use block ciphers where applicableHerbert Xu2-23/+31
2006-09-20r8169: the MMIO region of the 8167 stands behin BAR#1Francois Romieu1-1/+1
2006-09-19e1000, ixgb: Remove pointless wrappersJeff Garzik5-91/+60
2006-09-19[PATCH] Remove powerpc specific parts of 3c509 driverStephen Rothwell1-9/+0
2006-09-19[PATCH] s2io: Switch to pci_get_deviceAlan Cox1-2/+3
2006-09-19[PATCH] gt96100: move to pci_get_device APIAlan Cox1-2/+4
2006-09-19[PATCH] ehea: bugfix for register access functionsJan-Bernd Themann2-4/+9
2006-09-19[PATCH] e1000 disable device on PCI errorLinas Vepstas1-0/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras2-3/+3
2006-09-13drivers/net/phy/fixed: #if 0 some incomplete codeJeff Garzik1-0/+4
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik106-178/+163
2006-09-13[PATCH] sky2: big endianStephen Hemminger2-37/+25
2006-09-13[PATCH] sky2: fiber supportStephen Hemminger2-33/+63
2006-09-13[PATCH] sky2: tx pause bug fixStephen Hemminger2-82/+43
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik178-22399/+22399
2006-09-13[PATCH] ehea: IBM eHEA Ethernet Device DriverJan-Bernd Themann12-0/+5849
2006-09-13[PATCH] pcnet32: NAPI implementationDon Fry2-28/+121
2006-09-13[PATCH] pcnet32: break receive routine into two pieces.Don Fry1-161/+141
2006-09-13[PATCH] pcnet32: move/create receive and transmit routinesDon Fry1-256/+259
2006-09-13[PATCH] pcnet32: magic number cleanupDon Fry1-30/+30
2006-09-13[PATCH] pcnet32: remove unnecessary save/restore register accesses.Don Fry1-6/+1
2006-09-13Merge branch 'upstream-fixes' into upstreamJeff Garzik1-0/+2
2006-09-13[PATCH] mv643xx_eth: Unmap DMA buffers in receive pathDale Farnsworth1-0/+2
2006-09-12[PATCH] e1000: revert 'e1000: Remove 0x1000 as supported device'Auke-Jan H Kok1-0/+1
2006-09-12Merge tag 'r8169-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik1-276/+380
2006-09-12Merge tag '8139cp-20060912-00' of git://electric-eye.fr.zoreil.com/home/romie...Jeff Garzik1-63/+51
2006-09-128139cp: ring_info removal for the transmit pathFrancois Romieu1-19/+13
2006-09-12Merge branch 'upstream-fixes' into upstreamJeff Garzik1-4/+4
2006-09-12[PATCH] e1000: fix TX timout hang regression for 82542rev3Auke Kok1-4/+4
2006-09-12Merge branch 'tmp' into upstreamJeff Garzik32-102/+38
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek32-102/+38
2006-09-12Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik11-48/+169
2006-09-12Merge branch 'upstream-fixes' into upstreamJeff Garzik3-27/+88
2006-09-12Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik3-27/+88
2006-09-11[PATCH] hostap_cs: added support for Proxim Harmony PCI W-Lan cardChristian Steineck1-0/+1
2006-09-11[PATCH] bcm43xx: remove dead code in bcm43xx_sysfs.cLarry Finger1-9/+3
2006-09-11[PATCH] bcm43xx: ucode debug status via sysfsLarry Finger2-4/+64
2006-09-11[PATCH] bcm43xx: Add firmware version printoutLarry Finger2-0/+33
2006-09-11[PATCH] bcm43xx: remove dead statistics codeLarry Finger1-11/+1
2006-09-11[PATCH] Prism54 : add bitrates to scan resultJean Tourrilhes1-0/+30