aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ax88796: remove platform_device member from struct ax_deviceMarc Kleine-Budde2011-02-211-4/+2
* ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL>Marc Kleine-Budde2011-02-211-26/+20
* ax88796: remove first_init parameter from ax_init_dev()Marc Kleine-Budde2011-02-211-25/+19
* ax88796: remove memset of private dataMarc Kleine-Budde2011-02-211-2/+0
* ax88796: don't use magic ei_status to acces private dataMarc Kleine-Budde2011-02-211-39/+42
* ax88796: fix codingstyle and checkpatch warningsMarc Kleine-Budde2011-02-211-128/+134
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-1921-176/+279
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1816-155/+245
| |\
| | * tg3: Restrict phy ioctl accessMatt Carlson2011-02-171-2/+6
| | * drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-172-0/+4
| | * ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| | * ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
| | * e1000e: flush all writebacks before unloadJesse Brandeburg2011-02-171-10/+21
| | * e1000e: check down flag in tasksJesse Brandeburg2011-02-171-0/+21
| | * cxgb4vf: Use defined Mailbox TimeoutCasey Leedom2011-02-141-1/+1
| | * cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-141-0/+41
| | * cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-141-8/+8
| | * cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-141-12/+11
| | * pch_gbe: Fix the MAC Address load issue.Toshiharu Okada2011-02-142-1/+8
| | * iwlwifi: Delete iwl3945_good_plcp_health.David S. Miller2011-02-141-66/+0
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-141-1/+0
| | |\
| | | * iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0
| | * | net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1
| | * | pch_gbe: Fix the issue that the receiving data is not normal.Toshiharu Okada2011-02-131-42/+55
| | * | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-131-1/+3
| | * | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-131-6/+6
| | * | USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl2011-02-131-1/+3
| * | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-181-1/+1
| |\ \ \
| | * | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven2011-02-081-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1023-129/+240
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | virtio_net: Add schedule check to napi_enable callBruce Rogers2011-02-101-11/+16
| | * | pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA2011-02-091-2/+2
| | * | can: softing_cs needs slab.hRandy Dunlap2011-02-091-0/+1
| | * | pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtoolToshiharu Okada2011-02-091-8/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-0426-161/+270
| |\ \ \
| * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-02-031-0/+15
| |\ \ \ \
| | * | | | mlx4_core: Add ConnectX-3 device IDsYevgeny Petrilin2011-01-281-0/+15
* | | | | | enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri2011-02-172-4/+4
* | | | | | loopback: convert to hw_featuresMichał Mirosław2011-02-171-5/+4
* | | | | | enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri2011-02-172-3/+1
* | | | | | enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri2011-02-172-7/+8
* | | | | | bnx2x: Support for managing RX indirection tableTom Herbert2011-02-173-5/+75
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-158-57/+195
|\ \ \ \ \ \
| * | | | | | sfc: Add TX queues for high-priority trafficBen Hutchings2011-02-157-28/+156
| * | | | | | sfc: Distinguish queue lookup from test for queue existenceBen Hutchings2011-02-153-29/+33
| * | | | | | sfc: Move TX queue core queue mapping into tx.cBen Hutchings2011-02-153-4/+10
* | | | | | | Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6David S. Miller2011-02-152-325/+328
|\ \ \ \ \ \ \
| * | | | | | | net/fec: enable flow control and length check on enet-macUwe Kleine-König2011-02-151-11/+13