summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck2012-03-131-5/+2Star
* ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2012-03-132-8/+8
* ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck2012-03-131-2/+2
* ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck2012-03-131-2/+5
* ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck2012-03-131-46/+48
* ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck2012-03-131-4/+3Star
* net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-131-1/+2
* ixgbe: add support for byte queue limitsAlexander Duyck2012-03-132-0/+12
* ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher2012-03-131-6/+0Star
* igb: fix ethtool offline testJeff Kirsher2012-03-131-0/+7
* bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov2012-03-131-8/+9
* bnx2x: ethtool returns req. AN even when AN failsYuval Mintz2012-03-131-1/+1
* bnx2x: ethtool now returns unknown speed/duplexYuval Mintz2012-03-131-11/+18
* bnx2x: mark functions as loaded on shared memoryYuval Mintz2012-03-131-0/+17
* bnx2x: use param's id instead of sp_obj's idYuval Mintz2012-03-133-1/+5
* bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz2012-03-131-1/+1
* bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz2012-03-131-7/+0Star
* bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2012-03-132-9/+11
* lpc32xx: Added ethernet driverstigge@antcom.de2012-03-135-0/+1615
* net/hyperv: Add support for vlan trunking from guestsHaiyang Zhang2012-03-134-4/+101
* net/hyperv: Fix data corruption in rndis_filter_receive()Haiyang Zhang2012-03-131-24/+9Star
* r8169: enable transmit time stamping.Richard Cochran2012-03-111-0/+2
* drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...Julia Lawall2012-03-113-4/+4
* Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2012-03-111-500/+476Star
|\
| * r8169: stop using net_device.{base_addr, irq}.Francois Romieu2012-03-101-7/+5Star
| * r8169: move rtl_cfg_info closer to its caller.Francois Romieu2012-03-101-61/+57Star
| * r8169: move the netpoll handler after the irq handler.Francois Romieu2012-03-101-11/+9Star
| * r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu2012-03-101-87/+81Star
| * r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu2012-03-101-51/+50Star
| * r8169: move net_device_ops beyond the methods it references.Francois Romieu2012-03-101-29/+20Star
| * r8169: move the driver probe method to the end of the driver file.Francois Romieu2012-03-101-246/+246
| * r8169: move the driver removal method to the end of the driver file.Francois Romieu2012-03-101-29/+29
* | net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell2012-03-103-1713/+0Star
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-03-1011-103/+222
|\ \ | |/ |/|
| * sfc: Log the part number on probeBen Hutchings2012-03-063-17/+53
| * sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings2012-03-061-2/+0Star
| * sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-067-7/+51
| * sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-063-14/+21
| * sfc: Test all event queues in parallelBen Hutchings2012-03-061-49/+65
| * sfc: Raise self-test timeoutsBen Hutchings2012-03-061-19/+46
| * sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-062-3/+2Star
| * sfc: Update comments on efx_rx_packet_gro()Ben Hutchings2012-03-061-5/+2Star
| * sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings2012-03-062-6/+1Star
| * sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse2012-03-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-0912-16/+23
|\ \
| * | net/hyperv: Use the built-in macro KBUILD_MODNAME for this driverHaiyang Zhang2012-03-081-2/+2
| * | net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior2012-03-081-0/+2
| * | mlx4_core: fix bug in modify_cq wrapper for resize flow.Jack Morgenstein2012-03-081-2/+1Star
| * | atl1c: set ATL1C_WORK_EVENT_RESET bit correctlyDan Carpenter2012-03-081-1/+1
| * | ehea: restore multicast and rx_errors fieldsEric Dumazet2012-03-081-1/+3