aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+3
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds9-27/+26
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+4
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim4-12/+11
2009-06-15xen: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-5/+5
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-06-15firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville3-10/+9
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds623-35143/+60702
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-6/+22
2009-06-15[SCSI] cnic, bnx2i: Fix build failure when CONFIG_PCI is not set.Michael Chan1-2/+3
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller41-101/+4219
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-4/+4
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt40-95/+4214
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-7/+19
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds25-39/+39
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-19/+23
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier4-7/+19
2009-06-14mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King1-2/+3
2009-06-13bonding: initialization reworkStephen Hemminger1-37/+30
2009-06-13bonding: use is_zero_ether_addrStephen Hemminger1-2/+2
2009-06-13bonding: network device names are case sensativeStephen Hemminger2-53/+57
2009-06-13bonding: elminate bad refcount codeStephen Hemminger1-21/+0
2009-06-13bonding: fix style issuesStephen Hemminger2-497/+460
2009-06-13bonding: fix destructorStephen Hemminger3-15/+9
2009-06-13bonding: remove bonding read/write semaphoreStephen Hemminger3-36/+6
2009-06-13bonding: initialize before registrationStephen Hemminger1-4/+4
2009-06-13bonding: bond_create always called with default parametersStephen Hemminger3-9/+8
2009-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6David S. Miller5-1/+1015
2009-06-13[SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’Ingo Molnar1-0/+2
2009-06-13[SCSI] cnic: fix undefined reference to `ip6_route_output'Randy Dunlap1-2/+6
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy71-91/+91
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy1-2/+2
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 4)Patrick McHardy1-3/+3
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy5-13/+10
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 2)Patrick McHardy6-24/+9
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy3-7/+6
2009-06-13irda: smsc wait count reaches -1Roel Kluin1-1/+1
2009-06-13irda: new Blackfin on-chip SIR IrDA driverGraff Yang4-0/+1014
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-3/+4109
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2-2/+2
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek5-16/+16
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson13-15/+15
2009-06-12trivial: Fix paramater/parameter typo in dmesg and source commentsMartin Olsson1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo3-4/+4
2009-06-12[SCSI] Merge branch 'linus'James Bottomley37-209/+304
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-27/+18
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-3/+3