summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-01IB/ipoib: Fix transmit queue stalling foreverEli Cohen1-5/+42
2008-04-30IPoIB: Use separate CQ for UD send completionsEli Cohen1-19/+26
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-37/+88
2008-04-17IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier1-5/+5
2008-04-17IPoIB: Add LSO supportEli Cohen1-31/+76
2008-04-17IPoIB: Use checksum offload support if availableEli Cohen1-0/+9
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-09IPoIB: Add send gather supportEli Cohen1-20/+69
2008-01-26IPoIB: Trivial formatting cleanupsRoland Dreier1-4/+4
2007-10-20IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin1-19/+27
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard1-2/+4
2007-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+8
2007-10-11[IPoIB]: Convert to netdevice internal statsRoland Dreier1-9/+9
2007-10-11[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-25/+18
2007-10-10IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier1-0/+8
2007-07-11IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-05-25IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin1-12/+19
2007-05-22IB/ipoib: Fix typos in error messagesMichael S. Tsirkin1-1/+1
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin1-17/+68
2007-05-07IPoIB: Convert to NAPIRoland Dreier1-19/+70
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-4/+4
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-19IPoIB: Remove pointless opcode field from debugging outputRoland Dreier1-4/+4
2007-03-23IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin1-2/+2
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-9/+20
2006-12-13IPoIB: Use the new verbs DMA mapping functionsRalph Campbell1-39/+36
2006-11-22WorkStruct: make allyesconfigDavid Howells1-11/+14
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier1-0/+5
2006-09-23IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen1-1/+1
2006-09-23IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-23IPoIB: Refactor completion handlingRoland Dreier1-88/+100
2006-06-18IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier1-18/+9
2006-06-05IPoIB: Fix AH leak at interface downEli Cohen1-0/+1
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma1-11/+11
2006-03-25IPoIB: P_Key change event handlingLeonid Arsh1-12/+30
2006-03-25IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh1-1/+1
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein1-4/+5
2006-03-20IPoIB: Clean up if posting receives failsEli Cohen1-0/+1
2006-01-14IB: convert from semaphores to mutexesIngo Molnar1-9/+9
2006-01-13IPoIB: Fix memory leak of multicast group structuresEli Cohen1-12/+1
2005-11-29IPoIB: protect child list in ipoib_ib_dev_flushMichael S. Tsirkin1-0/+4
2005-11-03[IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier1-1/+0
2005-10-31[IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier1-6/+6
2005-10-29[IPoIB] Drop RX packets when out of memoryRoland Dreier1-48/+68
2005-10-18[IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier1-2/+2
2005-09-20[PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier1-2/+2
2005-08-27[PATCH] IB: move include files to include/rdmaRoland Dreier1-1/+1
2005-08-27[PATCH] IB: Add copyright noticesRoland Dreier1-0/+3
2005-07-28[IB/ipoib]: Fix unsigned comparisons to handle wraparoundRoland Dreier1-3/+3
2005-04-17[PATCH] IPoIB: set skb->mac.raw on receiveHal Rosenstock1-1/+1