aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bnx2: Fix build with VLAN_8021Q disabled.David S. Miller2008-08-151-1/+1
* tun: fallback if skb_alloc() fails on big packetsRusty Russell2008-08-151-4/+62
* tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-151-0/+39
* loopback: Drop obsolete ip_summed settingHerbert Xu2008-08-151-3/+0
* loopback: Remove rest of LOOPBACK_TSO code.David S. Miller2008-08-151-62/+0
* loopback: Enable TSOHerbert Xu2008-08-151-2/+0
* tg3: Update version to 3.94Matt Carlson2008-08-151-2/+2
* tg3: fix 64 bit counter for ethtool statsStefan Buehler2008-08-151-1/+6
* tg3: Fix firmware event timeoutsMatt Carlson2008-08-152-16/+40
* tg3: Turn off ASF "driver alive" heartbeats for APEMatt Carlson2008-08-151-1/+2
* tg3: Preserve register settings for DASHMatt Carlson2008-08-152-2/+26
* tg3: Refine APE status checkMatt Carlson2008-08-151-1/+1
* tg3: Add APE register access lockingMatt Carlson2008-08-152-0/+7
* bnx2: Update version to 1.8.0.Michael Chan2008-08-141-2/+2
* bnx2: Reinsert VLAN tag when necessary.Michael Chan2008-08-141-8/+27
* bnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN code.Michael Chan2008-08-141-1/+3
* bnx2: Fix logic to setup VLAN rx tagging.Michael Chan2008-08-141-2/+2
* Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-08-1437-239/+423
|\
| * AX88796: Fix locking in ethtool supportBen Dooks2008-08-141-2/+2
| * atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST?roel kluin2008-08-141-1/+1
| * [netdrvr] ne: Use CONFIG_MACH_TX49XXAtsushi Nemoto2008-08-142-3/+3
| * Kconfig: HSO driver bugfixes and updatesDavid Brownell2008-08-141-11/+10
| * USB: HSO: minor fixes due to code reviewGreg Kroah-Hartman2008-08-141-19/+24
| * USB: HSO: make tty_operations constGreg Kroah-Hartman2008-08-141-1/+1
| * hso: fix refcounting on the ttyHSx devicesOlivier Blin2008-08-141-1/+1
| * hso: fix oops in read/write callbacksOlivier Blin2008-08-141-2/+4
| * [netdrvr] uninline atl1e_setup_mac_ctrl()Adrian Bunk2008-08-141-2/+2
| * netxen: update driver versionDhananjay Phadke2008-08-143-6/+13
| * netxen: cleanup interrupt codeDhananjay Phadke2008-08-141-83/+40
| * netxen: fix dma watchdogDhananjay Phadke2008-08-141-13/+15
| * netxen: force link update across ifdown/ifupDhananjay Phadke2008-08-141-6/+5
| * netxen: fix rxbuf leak across driver reloadDhananjay Phadke2008-08-141-2/+4
| * netxen: fix mac addr setupDhananjay Phadke2008-08-144-38/+83
| * ixgbe: add cx4 device IDJesse Brandeburg2008-08-143-1/+5
| * e1000e: remove unnecessary snippet missed in prior check_options updateBruce Allan2008-08-141-2/+0
| * e1000e: test for unusable MSI supportBruce Allan2008-08-143-11/+164
| * e1000e: increase minimum frame size allowedBruce Allan2008-08-141-1/+1
| * e1000e: Increase Tx timeout factor for 10MbpsBruce Allan2008-08-141-1/+1
| * e1000e: Use skb_copy_to_linear_data_offset introduced in 2.6.22Bruce Allan2008-08-141-3/+6
| * e1000e: Set InterruptThrottleRate to default when invalid value usedBruce Allan2008-08-141-4/+19
| * e1000e: Return 1 instead of a non-zero value for link up indicationBruce Allan2008-08-141-1/+1
| * tlan: Fix two regressions introduced by 64bit conversion.Robert Fitzsimons2008-08-141-4/+4
| * sky2: Fix suspend/hibernation/shutdown regression with WOL enabled (rev. 2)Rafael J. Wysocki2008-08-141-1/+6
| * au1000_eth: use 'unsigned long' for irqflagsVegard Nossum2008-08-141-1/+1
| * myri10ge: myri10ge_fw_name also overrides the rss firmwareBrice Goglin2008-08-141-1/+5
| * ixp4xx_eth: fix dma_mapping_error() compile errorsMikael Pettersson2008-08-141-3/+3
| * gianfar: Call gfar_halt_nodisable() from gfar_halt().Scott Wood2008-08-141-4/+2
| * [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-1413-14/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-08-1371-2505/+16609
|\ \
| * | usb: musb: pass configuration specifics via pdataFelipe Balbi2008-08-133-202/+18