aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2008-05-22net/usb: add support for Apple USB Ethernet AdapterAurelien Nephtali
2008-05-22uli526x: add support for netpollAnton Vorontsov
2008-05-22ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming
2008-05-22PHYLIB: Kconfig: Fix the dependency on S390Maciej W. Rozycki
2008-05-22[SC92031] Using padto turned driver into an IPv6-only interfaceGerrit Renker
2008-05-22sb1250: use netdev_alloc_skbStephen Hemminger
2008-05-22[netdrvr] forcedeth: Restore multicast settings on resumeTobias Diedrich
2008-05-22WAN: protect Cisco HDLC state changes with a spinlock.Krzysztof Halasa
2008-05-22make myri10ge_get_firmware_capabilities() staticAdrian Bunk
2008-05-22s2io: add missing block braces to multistatement if statementIlpo Järvinen
2008-05-22hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen
2008-05-22ehea: Fix use after free on rebootBrian King
2008-05-22rndis_host: increase delay in command response loopPierre Ynard
2008-05-22drivers/net/tokenring/olympic.c: fix warningAndrew Morton
2008-05-22drivers/net/tokenring/3c359.c: squish a warningAndrew Morton
2008-05-22pcnet32: fix warningAndrew Morton
2008-05-22[netdrvr] dm9000: use delayed work to update mii phy state fixAndrew Morton
2008-05-22sky2: restore vlan acceleration on resetStephen Hemminger
2008-05-22sfc: Remove sub-minor component from driver versionBen Hutchings
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings
2008-05-22sfc: Change type of efx_nic::nic_data to struct falcon_nic_data *Ben Hutchings
2008-05-22sfc: Use __packed macroBen Hutchings
2008-05-22sfc: Do not define inline macroBen Hutchings
2008-05-22sfc: Use DMA_BIT_MASK() instead of our own DMA mask macrosBen Hutchings
2008-05-22sfc: Correct and expand some commentsBen Hutchings
2008-05-22sfc: Use resource_size_t for PCI bus addressBen Hutchings
2008-05-22sfc: Merged efx_page_offset() into efx_rx_buf_offset()Ben Hutchings
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings
2008-05-22sfc: Added and removed braces to comply with kernel styleBen Hutchings
2008-05-22sfc: Removed unncesssary UL suffixes on 0 literalsBen Hutchings
2008-05-22sfc: Simplified efx_rx_calc_buffer_size() using get_order()Ben Hutchings
2008-05-22sfc: Removed casts to voidBen Hutchings
2008-05-22sfc: Use mod_timer() to set expiry and add_timer() togetherBen Hutchings
2008-05-21cassini: Only use chip checksum for ipv4 packets.David S. Miller
2008-05-20libertas: Fix ethtool statisticsDavid Woodhouse
2008-05-20orinoco_cs: add ID for SpeedStream wireless adaptersPavel Roskin
2008-05-20hostap_cs: add ID for Conceptronic CON11CProPavel Roskin
2008-05-20rtl8187: resource leak in error caseOliver Neukum
2008-05-20ath5k: Fix loop variable initializationsBob Copeland
2008-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller
2008-05-19l2tp: avoid skb truesize bug if headroom is increasedJames Chapman
2008-05-16wireless: Create 'device' symlink in sysfsMasakazu Mokuno
2008-05-16wireless, airo: waitbusy() won't delayRoel Kluin
2008-05-16libertas: fix command timeout after firmware failureBrian Cavagnolo
2008-05-15hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-05-13ppp: Do not free not yet unregistered net device.Pavel Emelyanov
2008-05-13DM9000: Use delayed work to update MII PHY stateBen Dooks