aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings5-28/+36
2012-01-27Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings1-8/+5
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings3-44/+40
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings5-17/+40
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery4-4/+12
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings4-7/+4
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings5-23/+9
2012-01-27sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()Ben Hutchings1-18/+7
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings11-81/+35
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings3-3/+9
2012-01-27sfc: Use new names for MC shared memory layout constantsBen Hutchings1-10/+4
2012-01-27sfc: Make handling of MC reboot more reliableBen Hutchings1-6/+27
2012-01-27sfc: Remove fallback for invalid permanent MAC addressBen Hutchings1-30/+2
2012-01-26e1000e: Need to include vmalloc.hDavid S. Miller1-0/+1
2012-01-26be2net: allocate more headroom in incoming skbsEric Dumazet2-1/+4
2012-01-26bnx2x: Update version to 1.72.0 and copyrightsAriel Elior20-22/+22
2012-01-26bnx2x: Recoverable and unrecoverable error statisticsAriel Elior3-3/+26
2012-01-26bnx2x: Recovery flow bug fixesAriel Elior3-48/+75
2012-01-26bnx2x: Track active PFs with bitmapAriel Elior3-33/+35
2012-01-26bnx2x: Lock PF-common resourcesAriel Elior4-38/+68
2012-01-26bnx2x: Loaded Firmware Version ValidationAriel Elior1-0/+23
2012-01-26bnx2x: Function Level Reset Final CleanupAriel Elior1-12/+16
2012-01-26bnx2x: Obtain Bus Device Function from registerAriel Elior2-2/+18
2012-01-26bnx2x: Removing indirect register accessAriel Elior2-30/+47
2012-01-26bnx2x: Support Queue Per Cos in 5771xx devicesAriel Elior2-5/+6
2012-01-25e1000e: 82574/82583 Tx hang workaroundBruce Allan1-0/+4
2012-01-25e1000e: use hardware default values for Transmit Control registerBruce Allan1-9/+1
2012-01-25e1000e: use default settings for Tx Inter Packet Gap timerBruce Allan3-17/+3
2012-01-25e1000e: 82579: workaround for link drop issueBruce Allan1-0/+22
2012-01-25e1000e: always set transmit descriptor control registers the sameBruce Allan1-2/+2
2012-01-25e1000e: default IntMode based on kernel config & available hardware supportBruce Allan1-7/+41
2012-01-25e1000e: re-factor ethtool get/set ring parameterBruce Allan1-59/+77
2012-01-25e1000e: pass pointer to ring struct instead of adapter structBruce Allan3-127/+136
2012-01-25e1000e: convert head, tail and itr_register offsets to __iomem pointersBruce Allan3-32/+31
2012-01-25e1000e: re-enable alternate MAC address for all devices which support itBruce Allan1-5/+2
2012-01-25e1000e: add Receive Packet Steering (RPS) supportBruce Allan4-6/+145
2012-01-25e1000e: cleanup Rx checksum offload codeBruce Allan1-12/+15
2012-01-25net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devicesBjørn Mork3-0/+251
2012-01-25drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driverdanborkmann@iogearbox.net5-0/+2438
2012-01-25bnx2x: unlock before returning an errorDan Carpenter1-0/+1
2012-01-25vmxnet3: cleanup tso headers manipulationEric Dumazet1-11/+11
2012-01-24net: fec: use module_platform_driverFabio Estevam1-16/+1
2012-01-24xen/netfront: add netconsole support.Konrad Rzeszutek Wilk1-23/+34
2012-01-24team: send only changed options/ports via netlinkJiri Pirko1-46/+90
2012-01-24net/hyperv: fix possible memory leak in do_set_multicast()Wei Yongjun1-2/+3
2012-01-24drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker4-0/+4
2012-01-24stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-23dsa: Add reporting of silicon revision for Marvell 88E6123/88E6161/88E6165 switches.Chris Healy1-4/+17
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2