summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch13-13/+0
2010-04-13bcm63xx_enet: do not overwrite ENET_CTL_REG valueFlorian Fainelli1-1/+3
2010-04-13PHY: fix typo in bcm63xx PHY driver tableFlorian Fainelli1-1/+1
2010-04-13chelsio: Fix build warning.David S. Miller1-1/+1
2010-04-13e1000e: use static params to save stack spaceJesse Brandeburg1-8/+8
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-22/+22
2010-04-13qlge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-33/+33
2010-04-13cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-10/+10
2010-04-13chelsio: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-25/+25
2010-04-13qla3xxx: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-36/+36
2010-04-13tg3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-22/+22
2010-04-13tg3: Update version to 3.110Matt Carlson1-2/+2
2010-04-13tg3: Remove function errors flagged by checkpatchMatt Carlson1-9/+9
2010-04-13tg3: Unify max pkt size preprocessor constantsMatt Carlson2-3/+2
2010-04-13tg3: Re-inline VLAN tags when appropriateMatt Carlson1-11/+33
2010-04-13tg3: Optimize rx double copy testMatt Carlson2-10/+27
2010-04-13tg3: Reduce 57765 core clock when link at 10MbpsMatt Carlson1-0/+5
2010-04-13tg3: Set card 57765 card reader MRRS to 1024BMatt Carlson2-0/+3
2010-04-13tg3: Disable CLKREQ in L2Matt Carlson2-0/+16
2010-04-13gianfar: Add hardware TX timestamping supportManfred Rudigier2-20/+101
2010-04-13gianfar: Add hardware RX timestamping supportManfred Rudigier2-5/+66
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn3-38/+115
2010-04-13net: ll_temac: remove virt_to_bus callJohn Linn1-3/+1
2010-04-13r6040: use (dev|netdev)_<level> macros helpersFlorian Fainelli1-14/+13
2010-04-13can: Add esd board support to plx_pci CAN driverMatthias Fuchs2-12/+145
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller449-186/+531
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller445-117/+377
2010-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-4/+9
2010-04-09iwlwifi: need check for valid qos packet before freeWey-Yi Guy1-4/+9
2010-04-08vxge: Version update.Sreenivasa Honnur1-2/+2
2010-04-08vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur3-12/+71
2010-04-08vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur1-2/+4
2010-04-08vxge: Fix a possible memory leak in vxge_hw_device_initialize().Sreenivasa Honnur1-1/+3
2010-04-08Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller3-115/+38
2010-04-08myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin1-1/+1
2010-04-08macb: allow reception of large (>1518 bytes) framesPeter Korsgaard1-0/+1
2010-04-08stmmac: use resource_size()Dan Carpenter1-5/+5
2010-04-08bnx2x: use the DMA API instead of the pci equivalentsFUJITA Tomonori2-56/+58
2010-04-08bnx2: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-23/+23
2010-04-08virtio-net: move sg off stackMichael S. Tsirkin1-27/+25
2010-04-08benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-08benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-3/+3
2010-04-083c503: Fix IRQ probingBen Hutchings1-12/+30
2010-04-08cnic: Fix crash during bnx2x MTU change.Michael Chan1-5/+5
2010-04-08qlcnic: fix set mac addrAmit Kumar Salecha1-0/+3
2010-04-08r6040: fix r6040_multicast_listFlorian Fainelli1-7/+4
2010-04-08caif: tty's are kref objects so take a referenceAlan Cox1-1/+2
2010-04-08caif: check write operationsAlan Cox1-0/+4
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-51/+130