aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-26mlx4: Add missing include of linux/slab.hAxel Lin1-0/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+14
2011-12-23bna: Add debugfs interface.Krishna Gudipati10-4/+827
2011-12-23bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati9-39/+771
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612
2011-12-21net: ethernet: xilinx: Don't use NO_IRQ in xilinxMichal Simek2-2/+2
2011-12-20mlx4_en: FIX: Setting default_qpn before using itYevgeny Petrilin1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell6-8/+9
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell14-45/+45
2011-12-19davinci-cpdma: fix locking issue in cpdma_chan_stopIlya Yanok1-0/+2
2011-12-19de4x5/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-19sunhme/PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-7/+2
2011-12-19r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8
2011-12-19tg3: Make the RSS indir tbl admin configurableMatt Carlson1-7/+101
2011-12-19bnx2: Update driver to use new mips firmware.Michael Chan1-4/+4
2011-12-19be2net: Fix INTx processing for LancerPadmanabh Ratnakar1-1/+9
2011-12-19myri10ge: Fix typo of 'VMware' in comment.Vinson Lee1-1/+1
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin1-32/+56
2011-12-19mlx4: not using spin_lock_irq when getting vf by resource.Yevgeny Petrilin1-2/+2
2011-12-19mlx4_en: nullify cached multicast address list after cleanupAlexander Guller1-0/+2
2011-12-19mlx4_core: Changing link sensing logicYevgeny Petrilin3-16/+38
2011-12-19mlx4: capability for link sensingYevgeny Petrilin1-2/+8
2011-12-16be2net: Add support for Skyhawk cardsAjit Khaparde2-0/+6
2011-12-16mlx4: Fix compile error when driver is comiled-inJoerg Roedel1-2/+2
2011-12-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller3-11/+4
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-49/+15
2011-12-16sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GROBen Hutchings1-5/+2
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings3-3/+5
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings3-61/+40
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+13
2011-12-15tg3: Break out RSS indir table init and assignmentMatt Carlson2-23/+37
2011-12-15tg3: Use mii_advertise_flowctrlMatt Carlson1-19/+3
2011-12-15tg3: Add 57766 ASIC rev supportMatt Carlson2-27/+58
2011-12-15tg3: Make the TX BD DMA limit configurableMatt Carlson2-8/+9
2011-12-15tg3: Enable EEE support for capable 10/100 devsMatt Carlson1-10/+9
2011-12-14bnx2x: handle vpd data longer than 128 bytesBarak Witkowski1-7/+28
2011-12-13mlx4_en: updated driver version to 2.0Yevgeny Petrilin1-2/+2
2011-12-13mlx4_core: updated driver version to 1.1Yevgeny Petrilin1-2/+2
2011-12-13mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein5-157/+931
2011-12-13mlx4_core: adjust catas operation for SRIOV modeJack Morgenstein2-3/+10
2011-12-13mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum6-96/+90
2011-12-13mlx4_en: Allow communication between functions on same hostEugenia Emantayev2-11/+24
2011-12-13mlx4: Ethernet port management modificationsEugenia Emantayev8-258/+621
2011-12-13mlx4: Traffic steering management support for SRIOVEugenia Emantayev5-69/+198
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen9-120/+3628
2011-12-13mlx4_core: Add wrapper functions and comm channel and slave event support to EQsJack Morgenstein1-25/+350
2011-12-13mlx4_core: mtt modifications for SRIOVJack Morgenstein2-41/+361
2011-12-13mlx4_core: cq modifications for SRIOVJack Morgenstein1-27/+89
2011-12-13mlx4_core: qp modifications for SRIOVJack Morgenstein1-54/+181