summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix vfs enumerationIvan Vecera2012-10-011-4/+2
* be2net: fixup log messagesSathya Perla2012-09-302-6/+31
* be2net: cleanup code related to be_link_status_query()Sathya Perla2012-09-305-64/+48
* be2net: fix wrong handling of be_setup() failure in be_probe()Sathya Perla2012-09-301-3/+1
* be2net: remove type argument of be_cmd_mac_addr_query()Sathya Perla2012-09-303-15/+9
* tg3: Disable multiple TX rings by default due to hardware flawMichael Chan2012-09-301-6/+9
* tg3: Add support for ethtool -L|-l to get/set the number of rings.Michael Chan2012-09-302-3/+63
* tg3: Refactor tg3_close()Michael Chan2012-09-301-32/+38
* tg3: Refactor tg3_open()Michael Chan2012-09-301-33/+45
* tg3: Separate coalescing setup for rx and txMichael Chan2012-09-301-29/+45
* tg3: Allow number of rx and tx rings to be set independently.Michael Chan2012-09-302-26/+53
* tg3: Introduce separate functions to allocate/free RX/TX rings.Michael Chan2012-09-302-76/+146
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-2815-47/+70
|\
| * netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun2012-09-281-3/+1
| * qlcnic: Fix scheduling while atomic bugNarendra K2012-09-271-2/+2
| * bnx2: Clean up remaining iounmapNeil Horman2012-09-271-1/+1
| * netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun2012-09-271-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-219-22/+41
| |\
| | * net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| | * stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
| | * gianfar: fix phc index build failureRichard Cochran2012-09-212-2/+3
| | * bnx2x: remove false warning regarding interrupt numberAriel Elior2012-09-211-5/+6
| | * at91ether: return PTR_ERR if call to clk_get failsDevendra Naga2012-09-201-1/+1
| | * e1000: Small packets may get corrupted during padding by HWTushar Dave2012-09-181-0/+11
| | * netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov2012-09-181-0/+4
| | * bnx2x: fix rx checksum validation for IPv6Michal Schmidt2012-09-181-5/+7
| * | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-172-17/+23
| |\ \ | | |/ | |/|
| | * mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas2012-09-132-17/+23
* | | Revert "be2net: fix vfs enumeration"David S. Miller2012-09-271-2/+4
* | | bna: Fix warning false positive.David S. Miller2012-09-271-0/+1
* | | be2net: fix vfs enumerationIvan Vecera2012-09-271-4/+2
* | | cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya2012-09-275-5/+206
* | | cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya2012-09-271-0/+6
* | | cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya2012-09-275-32/+442
* | | cxgb4: Add support for T4 configuration fileVipul Pandya2012-09-276-133/+920
* | | cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya2012-09-275-71/+365
* | | cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya2012-09-273-0/+219
* | | cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya2012-09-271-4/+4
* | | net: mipsnet: Remove the MIPSsim Ethernet driver.Steven J. Hill2012-09-243-355/+0
* | | gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2012-09-242-2/+20
* | | bnx2x: Improve code around bnx2x_tests_str_arrMerav Sicron2012-09-241-9/+4
* | | ixgbevf: Return error on failure to enable VLANAlexander Duyck2012-09-242-7/+34
* | | ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2012-09-242-2/+17
* | | ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose2012-09-241-0/+4
* | | ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K2012-09-241-3/+1
* | | ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose2012-09-241-2/+3
* | | ixgbevf: Fix code for handling timeoutAlexander Duyck2012-09-243-52/+58
* | | net: Make ZNET driver config depend on X86.David S. Miller2012-09-221-1/+1
* | | ptp: link the phc device to its parent deviceRichard Cochran2012-09-224-4/+7
* | | igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-222-34/+34