summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1541-101/+4219
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-06-144-7/+19
| |\
| | *-. Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2009-06-144-7/+19
| | |\ \
| | | | * mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-141-1/+3
| | | |/ | | |/|
| | | * mlx4_core: Add module parameter for number of MTTs per segmentEli Cohen2009-05-273-6/+16
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-1425-39/+39
| |\ \
| | * | trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2009-06-122-2/+2
| | * | trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-125-16/+16
| | * | trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
| | * | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-1213-15/+15
| | * | trivial: Fix paramater/parameter typo in dmesg and source commentsMartin Olsson2009-06-121-1/+1
| | * | trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo2009-06-123-4/+4
| * | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-143-19/+23
| |\ \ \
| | * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2009-06-141-2/+3
| | |\ \ \
| | | * | | [ARM] pxa/stargate2: Add board specific elements to the smc91x driverJonathan Cameron2009-06-051-2/+3
| | * | | | Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King2009-06-0829-158/+230
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Russell King2009-05-298-45/+69
| | |\ \ \ \
| | * | | | | IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...Krzysztof Hałasa2009-05-252-12/+10
| | * | | | | IXP4xx: Whitespace fixes in the Ethernet driver.Krzysztof Hałasa2009-05-231-5/+5
| | * | | | | IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa2009-05-232-10/+15
| * | | | | | [SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’Ingo Molnar2009-06-131-0/+2
| * | | | | | [SCSI] cnic: fix undefined reference to `ip6_route_output'Randy Dunlap2009-06-131-2/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-128-3/+4109
| |\ \ \ \ \ \
| | * \ \ \ \ \ [SCSI] Merge branch 'linus'James Bottomley2009-06-1237-209/+304
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | [SCSI] cnic: Add new Broadcom CNIC driver.Michael Chan2009-06-096-0/+3901
| | * | | | | | [SCSI] bnx2: Add support for CNIC driver.Michael Chan2009-06-092-3/+208
| | | |/ / / / | | |/| | | |
| * | | | | | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-27/+18
| * | | | | | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-3/+3
| | |/ / / / | |/| | | |
| * | | | | r8169: fix crash when large packets are receivedEric Dumazet2009-06-091-6/+5
| | |_|/ / | |/| | |
* | | | | bonding: initialization reworkStephen Hemminger2009-06-131-37/+30
* | | | | bonding: use is_zero_ether_addrStephen Hemminger2009-06-131-2/+2
* | | | | bonding: network device names are case sensativeStephen Hemminger2009-06-132-53/+57
* | | | | bonding: elminate bad refcount codeStephen Hemminger2009-06-131-21/+0
* | | | | bonding: fix style issuesStephen Hemminger2009-06-132-497/+460
* | | | | bonding: fix destructorStephen Hemminger2009-06-133-15/+9
* | | | | bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-133-36/+6
* | | | | bonding: initialize before registrationStephen Hemminger2009-06-131-4/+4
* | | | | bonding: bond_create always called with default parametersStephen Hemminger2009-06-133-9/+8
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...David S. Miller2009-06-135-1/+1015
|\ \ \ \ \
| * | | | | irda: smsc wait count reaches -1Roel Kluin2009-06-131-1/+1
| * | | | | irda: new Blackfin on-chip SIR IrDA driverGraff Yang2009-06-134-0/+1014
* | | | | | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-1371-91/+91
* | | | | | net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy2009-06-131-1/+1
* | | | | | net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy2009-06-131-2/+2
* | | | | | net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy2009-06-131-3/+3
* | | | | | net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-135-13/+10
* | | | | | net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy2009-06-136-24/+9
* | | | | | net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-133-7/+6
|/ / / / /
* | | | | virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu2009-06-111-1/+2
* | | | | net: ntohs() misuseEric Dumazet2009-06-113-4/+4
OpenPOWER on IntegriCloud