summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-09-25gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2-2/+20
2012-09-24bnx2x: Improve code around bnx2x_tests_str_arrMerav Sicron1-9/+4
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck2-7/+34
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2-2/+17
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose1-0/+4
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K1-3/+1
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose1-2/+3
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck3-52/+58
2012-09-23net: Make ZNET driver config depend on X86.David S. Miller1-1/+1
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran4-4/+7
2012-09-22igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2-34/+34
2012-09-22igb: Simplify how we populate the RSS keyAlexander Duyck1-12/+6
2012-09-22igb: Change how we populate the RSS indirection tableAlexander Duyck1-29/+26
2012-09-22igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck1-12/+16
2012-09-22igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2-85/+13
2012-09-22igb: Fix stats output on i210/i211 parts.Carolyn Wyborny1-1/+5
2012-09-22igb: Change how we check for pre-existing and assigned VFsStefan Assmann2-83/+22
2012-09-21sunbmac: Remove unused local variable.David S. Miller1-1/+0
2012-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-11/+105
2012-09-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller16-34/+1666
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend1-1/+1
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck5-2/+83
2012-09-20igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin3-5/+16
2012-09-20igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck1-3/+5
2012-09-20r8169: use unlimited DMA burst for TXMichal Schmidt1-1/+1
2012-09-20netdev: make address const in device address managementstephen hemminger1-2/+2
2012-09-19i825xx: znet: fix compiler warnings when building a 64-bit kernelMika Westerberg1-2/+2
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2-0/+10
2012-09-19sfc: Bump version to 3.2Ben Hutchings1-1/+1
2012-09-19sfc: Expose FPGA bitfile partition through MTDBen Hutchings1-1/+3
2012-09-19sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings2-3/+6
2012-09-19sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings1-7/+11
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson11-1/+1562
2012-09-19sfc: Fix maximum array sizes for various MCDI commandsBen Hutchings1-14/+14
2012-09-17igb: Add 1588 support to I210/I211.Matthew Vick2-45/+174
2012-09-17igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick5-25/+153
2012-09-17igb: Store the MAC address in the name in the PTP struct.Matthew Vick1-4/+3
2012-09-17igb: Correct PTP support query from ethtool.Matthew Vick1-24/+38
2012-09-17igb: Update PTP function names/variables and locations.Matthew Vick4-395/+398
2012-09-17igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick3-10/+25
2012-09-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-64/+423
2012-09-16ixgbe: Improve statistics accuracy for DDP trafficMark Rustad1-16/+16
2012-09-16ixgbe: added reg_ops file to debugfsCatherine Sullivan1-0/+118
2012-09-16ixgbe: added netdev_ops file to debugfsCatherine Sullivan1-2/+105
2012-09-16ixgbe: add debugfs supportCatherine Sullivan4-2/+106
2012-09-16ixgbe: fix reporting of spoofed packetsEmil Tantilov1-1/+1
2012-09-16ixgbe: Fix VF rate limiting to correctly account for more queues per VFAlexander Duyck1-41/+59
2012-09-16ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2-4/+10
2012-09-16e1000: add byte queue limitsOtto Estuardo Solares Cabrera1-0/+10
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-166/+300