summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Remove validation for max tx and max rx queuesRajesh Borundia2011-02-232-8/+2Star
* qlcnic: fix checks for auto_fw_resetamit salecha2011-02-232-6/+4Star
* r6040: bump to version 0.27 and date 23Feb2011Florian Fainelli2011-02-231-2/+2
* r6040: fix multicast operationsShawn Lin2011-02-231-47/+64
* atl1[ce]: fix sparse warningsstephen hemminger2011-02-232-4/+4
* Merge branch 'net/ax88796' of git://git.pengutronix.de/git/mkl/linux-2.6David S. Miller2011-02-222-419/+395Star
|\
| * ax88796: use generic mdio_bitbang driverMarc Kleine-Budde2011-02-212-200/+196Star
| * ax88796: clean up probe and remove functionMarc Kleine-Budde2011-02-211-44/+31Star
| * ax88796: make pointer to platform data constMarc Kleine-Budde2011-02-211-1/+1
| * ax88796: remove platform_device member from struct ax_deviceMarc Kleine-Budde2011-02-211-4/+2Star
| * ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL>Marc Kleine-Budde2011-02-211-26/+20Star
| * ax88796: remove first_init parameter from ax_init_dev()Marc Kleine-Budde2011-02-211-25/+19Star
| * ax88796: remove memset of private dataMarc Kleine-Budde2011-02-211-2/+0Star
| * 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
* | be2net: use hba_port_num instead of port_numAjit Khaparde2011-02-226-6/+124
* | be2net: add code to display temperature of ASICAjit Khaparde2011-02-224-2/+76
* | be2net: fix to ignore transparent vlan ids wrongly indicated by NICAjit Khaparde2011-02-224-0/+34
* | be2net: variable name changeAjit Khaparde2011-02-223-4/+4
* | be2net: fixes in ethtool selftestAjit Khaparde2011-02-221-2/+3
* | be2net: add new counters to display via ethtool statsAjit Khaparde2011-02-222-4/+21
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-224-6/+178
|\ \
| * | sfc: Implement hardware acceleration of RFSBen Hutchings2011-02-174-2/+169
| * | sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings2011-02-171-4/+9
* | | Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6David S. Miller2011-02-221-2/+0Star
|\ \ \
| * | | net/fec: remove unused driver dataUwe Kleine-König2011-02-171-2/+0Star
* | | | sh: sh_eth: Add support ethtoolNobuhiro Iwamatsu2011-02-221-19/+189
| |_|/ |/| |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-2021-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-151-1/+1
| | * | | cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-151-0/+41
| | * | | cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-151-8/+8
| | * | | cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-151-12/+11Star
| | * | | 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/+0Star
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-141-1/+0Star
| | |\ \ \
| | | * | | iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0Star
| | * | | | 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-141-42/+55
| | * | | | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-141-1/+3
| | * | | | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-141-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