aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-05RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova1-0/+1
2014-06-10RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova1-1/+24
2014-02-12RDMA/nes: Fix error return codeJulia Lawall1-1/+4
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-01-04nes: remove usage of dev->masterJiri Pirko1-3/+5
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-10-03RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova1-5/+0
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-10RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif1-4/+4
2011-05-24RDMA/nes: Add a check for strict_strtoul()Liu Yuan1-1/+3
2011-03-18RDMA/nes: Don't print success message at level KERN_ERRRoland Dreier1-1/+1
2011-02-13net: make dev->master generalJiri Pirko1-1/+2
2011-01-16RDMA/nes: Fix SFP+ link down detection issue with switch port disableMaciej Sosnowski1-0/+11
2011-01-16RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski1-5/+19
2010-08-04RDMA/nes: Fix misindented codeRoland Dreier1-14/+12
2010-08-04RDMA/nes: Fix showing wqm_quantaRoland Dreier1-1/+1
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-5/+0
2010-07-28RDMA/nes: Convert pci_table entries to PCI_VDEVICEPeter Huewe1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung1-0/+1
2009-12-09RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall1-1/+2
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-06RDMA/nes: Update copyright to new legal entity and yearChien Tung1-1/+1
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+16
2008-11-02RDMA/nes: Mitigate compatibility issue regarding PCIe write creditsChien Tung1-0/+16
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison1-8/+3
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-09-30RDMA/nes: Add wqm_quanta module optionChien Tung1-0/+58
2008-09-30RDMA/nes: Module parameter permissionsChien Tung1-4/+4
2008-09-30RDMA/nes: Add support for 4-port 1G HP blade cardChien Tung1-5/+24
2008-07-24RDMA/nes: CM connection setup/teardown reworkFaisal Latif1-3/+1
2008-07-14RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier1-1/+1
2008-05-13RDMA/nes: Fix up nes_lro_max_aggr module parameterRoland Dreier1-4/+0
2008-04-29RDMA/nes: Use LROFaisal Latif1-0/+4
2008-04-23RDMA/nes: Print IPv4 addresses in a readable formatRoland Dreier1-2/+3
2008-04-23RDMA/nes: Use print_mac() to format ethernet addresses for printingRoland Dreier1-6/+4
2008-04-21RDMA/nes: Remove unneeded function declarationsRoland Dreier1-6/+0
2008-04-16RDMA/nes: Free IRQ before killing taskletRoland Dreier1-2/+2
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-1/+1
2008-04-16RDMA/nes: Make symbols used only in a single source file staticRoland Dreier1-1/+1
2008-04-16RDMA/nes: Delete unused variablesRoland Dreier1-7/+0
2008-02-26RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk1-1/+1
2008-02-04RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff1-0/+1152