aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24RDMA/nes: Fix test of uninitialized netdevRoland Dreier1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-4/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2011-02-13net: make dev->master generalJiri Pirko1-1/+1
2011-01-16RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski1-1/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+1
2010-10-12net: percpu net_device refcountEric Dumazet1-2/+2
2010-09-28RDMA/nes: Remove unneeded variableDan Carpenter1-2/+1
2010-09-08RDMA/nes: Fix double CLOSE event indication crashFaisal Latif1-8/+10
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+2
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-7/+1
2010-08-04RDMA/nes: Fix two sparse warningsOr Gerlitz1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
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-19RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif1-1/+2
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif1-4/+4
2009-12-09RDMA/nes: Fix stale ARP issueFaisal Latif1-10/+27
2009-12-09RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif1-1/+8
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif1-0/+10
2009-12-09RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif1-1/+16
2009-12-09RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif1-13/+3
2009-12-09RDMA/nes: Fix crash in nes_accept()Faisal Latif1-28/+49
2009-12-09RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif1-0/+2
2009-12-09RDMA/nes: MPA request/response error checkingFaisal Latif1-2/+29
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung1-1/+1
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood1-50/+52
2009-09-05RDMA/nes: Allocate work item for disconnect event handlingDon Wood1-15/+11
2009-09-05RDMA/nes: Update refcnt during disconnectDon Wood1-0/+2
2009-06-22RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif1-3/+5
2009-04-27RDMA/nes: Fix error path in nes_accept()Faisal Latif1-1/+4
2009-04-27RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif1-31/+25
2009-04-27RDMA/nes: Increase rexmit timeout intervalFaisal Latif1-1/+5
2009-04-27RDMA/nes: Check for sequence number wrap-aroundFaisal Latif1-1/+2
2009-04-27RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif1-4/+6
2009-04-27RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung1-4/+0
2009-04-08RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif1-7/+1
2009-04-08RDMA/nes: Fix error handling issuesFaisal Latif1-2/+6
2009-04-08RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood1-2/+4
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-193/+393
2009-03-12RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif1-5/+34
2009-03-06RDMA/nes: Handle MPA Reject message properlyFaisal Latif1-188/+392
2009-03-06RDMA/nes: Fix tmp_addr compilation warningChien Tung1-4/+0
2009-03-06RDMA/nes: Update copyright to new legal entity and yearChien Tung1-1/+1
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+9
2009-01-10RDMA/nes: Fix for NIPQUAD removalHarvey Harrison1-3/+9
2009-01-08fix similar typos to successfullColy Li1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-18/+13
2008-12-24RDMA/nes: Remove tx_free_listFaisal Latif1-72/+4