summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* more trivial signedness fixes in driversAl Viro2007-10-141-2/+3
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-144-6/+6
* remove duplicate initializer (macvlan)Al Viro2007-10-141-1/+0
* skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro2007-10-141-1/+1
* typo in ibm_newemac/rgmii.cAl Viro2007-10-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-131-1/+1
|\
| * mlx4_core: Fix infinite loop on device initializationRoland Dreier2007-10-131-1/+1
* | fallout from DECLARE_MAC_BUF patchesAl Viro2007-10-132-2/+2
* | b43 wireless needs <linux/io.h>Geert Uytterhoeven2007-10-133-2/+5
* | m68k: fix net drivers after recent get_stats updatesGeert Uytterhoeven2007-10-132-4/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-1/+1
|\ \
| * | kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* | | [BNX2]: Refine napi poll loop.Michael Chan2007-10-121-6/+10
* | | [TG3]: Refine napi poll loop.Michael Chan2007-10-121-10/+14
|/ /
* | [TG3]: Fix APE induced regressionMatt Carlson2007-10-111-3/+4
* | [SKY2]: version 1.19Stephen Hemminger2007-10-111-1/+1
* | [SKY2]: use netdevice stats structStephen Hemminger2007-10-112-22/+13
* | [SKY2]: fiber advertise bits initialization (trivial)Stephen Hemminger2007-10-111-2/+2
* | [SKY2]: fix power settings on Yukon XLStephen Hemminger2007-10-111-7/+6
* | [SKY2]: ethtool register reserved area blackoutStephen Hemminger2007-10-111-9/+53
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-113-2/+2
|\
| * [POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi2007-10-082-1/+2
| * Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-0319-210/+426
| |\
| * \ Merge branch 'linux-2.6'Paul Mackerras2007-09-2057-120/+41514
| |\ \
| * | | ucc_geth: kill unused includeKumar Gala2007-09-131-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-1113-151/+415
|\ \ \ \
| * | | | mlx4_core: Fix section mismatchesRoland Dreier2007-10-108-30/+33
| * | | | mlx4_core: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier2007-10-091-0/+7
| * | | | mlx4_core: Increase max number of QPs per multicast group to 56Jack Morgenstein2007-10-091-1/+1
| * | | | IB/mlx4: Implement FMRsJack Morgenstein2007-10-091-0/+165
| * | | | mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein2007-10-094-43/+64
| * | | | mlx4_core: Fix meaning of dev->caps.reserved_mttsRoland Dreier2007-10-091-1/+2
| * | | | mlx4_core: Reserve the correct number of MTT segmentsRoland Dreier2007-10-091-1/+1
| * | | | mlx4_core: Support ICM tables in coherent memoryJack Morgenstein2007-10-094-49/+112
| * | | | IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein2007-10-092-9/+2
| * | | | mlx4_core: Change capability decoding: SRC->XRCRoland Dreier2007-10-091-1/+1
| * | | | IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier2007-10-091-1/+1
| * | | | mlx4_core: Enable MSI-X by defaultMichael S. Tsirkin2007-10-091-12/+22
| * | | | mlx4_core: Don't free special QPs in QP number bitmapRoland Dreier2007-10-091-1/+2
| * | | | mlx4_core: Use enum value GO_BIT_TIMEOUT_MSECSDotan Barak2007-10-091-2/+2
* | | | | [SKY2]: status polling loop (post merge)Stephen Hemminger2007-10-111-24/+17
* | | | | [NET]: Fix NAPI completion handling in some drivers.David S. Miller2007-10-113-42/+82
* | | | | [TG3]: Update version to 3.83Matt Carlson2007-10-101-2/+2
* | | | | [TG3]: WOL defaultsMatt Carlson2007-10-102-6/+11
* | | | | [TG3]: Add 5761 supportMatt Carlson2007-10-102-15/+85
* | | | | [TG3]: Add 5761 APE supportMatt Carlson2007-10-102-4/+274
* | | | | [TG3]: Add new 5761 NVRAM decode routinesMatt Carlson2007-10-102-2/+102
* | | | | [BNX2]: Update version to 1.6.7.Michael Chan2007-10-101-2/+2
* | | | | [BNX2]: Fix default WoL setting.Michael Chan2007-10-102-6/+15
* | | | | [BNX2]: Fix remote PHY media detection problems.Michael Chan2007-10-101-7/+27
OpenPOWER on IntegriCloud