summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * sfc: Remove sub-minor component from driver versionBen Hutchings2008-05-221-1/+1
| * sfc: Added checks for heap allocation failureBen Hutchings2008-05-223-0/+6
| * sfc: Remove redundant casts to and from void *Ben Hutchings2008-05-225-17/+17
| * sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings2008-05-222-5/+2
| * sfc: Use __packed macroBen Hutchings2008-05-221-2/+2
| * sfc: Do not define inline macroBen Hutchings2008-05-221-5/+0
| * sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings2008-05-223-15/+3
| * sfc: Correct and expand some commentsBen Hutchings2008-05-221-6/+14
| * sfc: Use resource_size_t for PCI bus addressBen Hutchings2008-05-222-6/+7
| * sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings2008-05-221-7/+3
| * sfc: Replaced various macros with inline functionsBen Hutchings2008-05-2211-75/+105
| * sfc: Added and removed braces to comply with kernel styleBen Hutchings2008-05-224-8/+13
| * sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings2008-05-221-2/+2
| * sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings2008-05-221-21/+8
| * sfc: Removed casts to voidBen Hutchings2008-05-225-13/+13
| * sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings2008-05-221-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-227-22/+40
|\|
| * cassini: Only use chip checksum for ipv4 packets.David S. Miller2008-05-221-4/+7
| * libertas: Fix ethtool statisticsDavid Woodhouse2008-05-211-14/+13
| * orinoco_cs: add ID for SpeedStream wireless adaptersPavel Roskin2008-05-201-0/+1
| * hostap_cs: add ID for Conceptronic CON11CProPavel Roskin2008-05-201-0/+1
| * rtl8187: resource leak in error caseOliver Neukum2008-05-201-2/+12
| * ath5k: Fix loop variable initializationsBob Copeland2008-05-202-2/+6
* | missing dependencies on HAS_DMAAl Viro2008-05-223-3/+3
* | irda-usb endianness annotations and fixesAl Viro2008-05-222-3/+3
* | misc drivers/net endianness noiseAl Viro2008-05-226-14/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-216-13/+27
|\|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-204-6/+9
| |\
| | * wireless: Create 'device' symlink in sysfsMasakazu Mokuno2008-05-163-0/+3
| | * wireless, airo: waitbusy() won't delayRoel Kluin2008-05-161-1/+1
| | * libertas: fix command timeout after firmware failureBrian Cavagnolo2008-05-161-0/+1
| | * hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer2008-05-151-5/+4
| * | l2tp: avoid skb truesize bug if headroom is increasedJames Chapman2008-05-191-5/+8
| |/
| * bonding: handle case of device named bonding_masterStephen Hemminger2008-05-151-2/+10
* | USB: build fixIngo Molnar2008-05-201-1/+1
* | m68k: Some network drivers do not check the platformGeert Uytterhoeven2008-05-185-0/+19
* | byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison2008-05-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-1459-636/+3176
|\
| * ppp: Do not free not yet unregistered net device.Pavel Emelyanov2008-05-141-0/+1
| * DM9000: Use delayed work to update MII PHY stateBen Dooks2008-05-131-0/+26
| * DM9000: Update and fix driver debugging messagesEnrico Scholz2008-05-131-1/+4
| * DM9000: Add __devinit and __devexit attributes to probe and removeEnrico Scholz2008-05-131-3/+3
| * sky2: fix simple define thinkoJesse Brandeburg2008-05-131-2/+2
| * [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-1314-7/+1379
| * [netdrvr] sfc: Increment rx_reset when reported as driver eventBen Hutchings2008-05-131-0/+1
| * [netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings2008-05-131-2/+0
| * [netdrvr] sfc: Fix code formattingBen Hutchings2008-05-131-2/+2
| * [netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nicBen Hutchings2008-05-131-2/+0
| * [netdrvr] sfc: Remove garbage from commentBen Hutchings2008-05-131-1/+1
| * [netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings2008-05-132-3/+0