summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-01sparc64: Apply const or __initdata to vio_device_id[]David S. Miller1-2/+2
2008-08-31sparc: remove CONFIG_SUN4Adrian Bunk1-42/+0
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller6-6/+6
2008-08-29sunqe: Convert to pure OF driver.David S. Miller2-80/+71
2008-08-29sunlance: Convert to pure OF driver.David S. Miller1-47/+40
2008-08-29sunhme: Convert to pure OF driver.David S. Miller2-154/+97
2008-08-29sunbmac: Convert to pure OF driver.David S. Miller2-88/+70
2008-08-29myri_sbus: Convert to pure OF driver.David S. Miller2-89/+69
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller3-8/+10
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller5-144/+132
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller6-48/+61
2008-08-29sparc: Kill SBUS DVMA layer.David S. Miller1-24/+27
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk10-12/+0
2008-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller22-68/+72
2008-08-18removed unused #include <version.h>Huang Weiyi13-13/+0
2008-08-18rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich2-4/+5
2008-08-18b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306Larry Finger1-0/+1
2008-08-18p54u: reset skb's data/tail pointer on requeueChristian Lamparter1-0/+10
2008-08-18p54: move p54_vdcf_init to the right place.Christian Lamparter1-9/+11
2008-08-18iwlwifi: fix printk newlinesJiri Slaby5-11/+11
2008-08-18rtl8187: Add USB ID for Netgear WG111V3matthieu Barthélemy1-0/+1
2008-08-18b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)Larry Finger1-0/+1
2008-08-18ath5k: Don't fiddle with MSI on suspend/resume.Michael Karcher1-6/+2
2008-08-18p54: Fix regression due to "net: Delete NETDEVICES_MULTIQUEUE kconfig option"Christian Lamparter2-24/+25
2008-08-18ath9k: work around gcc ICEs (again)Adrian Bunk1-1/+5
2008-08-15bnx2: Fix build with VLAN_8021Q disabled.David S. Miller1-1/+1
2008-08-15tun: fallback if skb_alloc() fails on big packetsRusty Russell1-4/+62
2008-08-15tun: TUNGETIFF interface to query name and flagsMark McLoughlin1-0/+39
2008-08-15loopback: Drop obsolete ip_summed settingHerbert Xu1-3/+0
2008-08-15loopback: Remove rest of LOOPBACK_TSO code.David S. Miller1-62/+0
2008-08-15loopback: Enable TSOHerbert Xu1-2/+0
2008-08-15tg3: Update version to 3.94Matt Carlson1-2/+2
2008-08-15tg3: fix 64 bit counter for ethtool statsStefan Buehler1-1/+6
2008-08-15tg3: Fix firmware event timeoutsMatt Carlson2-16/+40
2008-08-15tg3: Turn off ASF "driver alive" heartbeats for APEMatt Carlson1-1/+2
2008-08-15tg3: Preserve register settings for DASHMatt Carlson2-2/+26
2008-08-15tg3: Refine APE status checkMatt Carlson1-1/+1
2008-08-15tg3: Add APE register access lockingMatt Carlson2-0/+7
2008-08-14bnx2: Update version to 1.8.0.Michael Chan1-2/+2
2008-08-14bnx2: Reinsert VLAN tag when necessary.Michael Chan1-8/+27
2008-08-14bnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN code.Michael Chan1-1/+3
2008-08-14bnx2: Fix logic to setup VLAN rx tagging.Michael Chan1-2/+2
2008-08-14Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller37-239/+423
2008-08-14AX88796: Fix locking in ethtool supportBen Dooks1-2/+2
2008-08-14atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST?roel kluin1-1/+1
2008-08-14[netdrvr] ne: Use CONFIG_MACH_TX49XXAtsushi Nemoto2-3/+3
2008-08-14Kconfig: HSO driver bugfixes and updatesDavid Brownell1-11/+10
2008-08-14USB: HSO: minor fixes due to code reviewGreg Kroah-Hartman1-19/+24
2008-08-14USB: HSO: make tty_operations constGreg Kroah-Hartman1-1/+1
2008-08-14hso: fix refcounting on the ttyHSx devicesOlivier Blin1-1/+1