aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_cm.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-3/+5
* RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier2011-05-091-8/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* RDMA/nes: Fix test of uninitialized netdevRoland Dreier2011-03-241-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-4/+1
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
* net: make dev->master generalJiri Pirko2011-02-131-1/+1
* RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski2011-01-161-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-261-2/+1
|\
| * RDMA/nes: Remove unneeded variableDan Carpenter2010-09-281-2/+1
* | net: percpu net_device refcountEric Dumazet2010-10-121-2/+2
|/
* RDMA/nes: Fix double CLOSE event indication crashFaisal Latif2010-09-081-8/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-071-8/+2
|\
| * RDMA/nes: Get rid of "set but not used" variablesRoland Dreier2010-08-041-7/+1
| * RDMA/nes: Fix two sparse warningsOr Gerlitz2010-08-041-1/+1
* | net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif2010-02-191-1/+2
* RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-191-4/+4
* RDMA/nes: Fix stale ARP issueFaisal Latif2009-12-091-10/+27
* RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif2009-12-091-1/+8
* RDMA/nes: Free kmap() resourcesFaisal Latif2009-12-091-0/+10
* RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif2009-12-091-1/+16
* RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif2009-12-091-13/+3
* RDMA/nes: Fix crash in nes_accept()Faisal Latif2009-12-091-28/+49
* RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif2009-12-091-0/+2
* RDMA/nes: MPA request/response error checkingFaisal Latif2009-12-091-2/+29
* RDMA/nes: Update copyright and branding stringChien Tung2009-12-091-1/+1
* RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood2009-09-051-50/+52
* RDMA/nes: Allocate work item for disconnect event handlingDon Wood2009-09-051-15/+11
* RDMA/nes: Update refcnt during disconnectDon Wood2009-09-051-0/+2
* RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif2009-06-221-3/+5
* RDMA/nes: Fix error path in nes_accept()Faisal Latif2009-04-271-1/+4
* RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif2009-04-271-31/+25
* RDMA/nes: Increase rexmit timeout intervalFaisal Latif2009-04-271-1/+5
* RDMA/nes: Check for sequence number wrap-aroundFaisal Latif2009-04-271-1/+2
* RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif2009-04-271-4/+6
* RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung2009-04-271-4/+0
* RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif2009-04-081-7/+1
* RDMA/nes: Fix error handling issuesFaisal Latif2009-04-081-2/+6
* RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2009-04-081-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-03-261-193/+393
|\
| * RDMA/nes: Handle MPA Reject message properlyFaisal Latif2009-03-061-188/+392
| * RDMA/nes: Fix tmp_addr compilation warningChien Tung2009-03-061-4/+0
| * RDMA/nes: Update copyright to new legal entity and yearChien Tung2009-03-061-1/+1
* | RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif2009-03-121-5/+34
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-01-131-3/+9
|\
| * RDMA/nes: Fix for NIPQUAD removalHarvey Harrison2009-01-101-3/+9
* | fix similar typos to successfullColy Li2009-01-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-18/+13
|\