summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-19/+26
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-37/+88
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-171-5/+5
* IPoIB: Add LSO supportEli Cohen2008-04-171-31/+76
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-171-0/+9
* IPoIB: On P_Key change event, reset state properlyJack Morgenstein2008-02-141-0/+1
* IPoIB: Add send gather supportEli Cohen2008-02-081-20/+69
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-4/+4
* IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-201-19/+27
* IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard2007-10-161-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-121-0/+8
|\
| * IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier2007-10-101-0/+8
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-111-9/+9
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-25/+18Star
|/
* IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier2007-07-101-16/+17
* IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-241-12/+19
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-211-1/+1
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-191-17/+68
* IPoIB: Convert to NAPIRoland Dreier2007-05-071-19/+70
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-04-271-4/+4
|\
| * IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2007-04-191-4/+4
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
|/
* IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2007-03-221-2/+2
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-9/+20
* IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2006-12-121-39/+36Star
* WorkStruct: make allyesconfigDavid Howells2006-11-221-11/+14
* IPoIB: Check for DMA mapping error for TX packetsRoland Dreier2006-10-101-0/+5
* IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2006-09-231-1/+1
* IPoIB: Rejoin all multicast groups after a port eventEli Cohen2006-09-231-1/+3
* IPoIB: Refactor completion handlingRoland Dreier2006-09-231-88/+100
* IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier2006-06-181-18/+9Star
* IPoIB: Fix AH leak at interface downEli Cohen2006-06-051-0/+1
* IPoIB: Make send and receive queue sizes tunableShirley Ma2006-04-101-11/+11
* IPoIB: P_Key change event handlingLeonid Arsh2006-03-251-12/+30
* IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh2006-03-251-1/+1
* IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein2006-03-201-4/+5
* IPoIB: Clean up if posting receives failsEli Cohen2006-03-201-0/+1
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-9/+9
* IPoIB: Fix memory leak of multicast group structuresEli Cohen2006-01-121-12/+1Star
* IPoIB: protect child list in ipoib_ib_dev_flushMichael S. Tsirkin2005-11-291-0/+4
* [IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier2005-11-031-1/+0Star
* [IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2005-10-311-6/+6
* [IPoIB] Drop RX packets when out of memoryRoland Dreier2005-10-291-48/+68
* [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier2005-10-181-2/+2
* [PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier2005-09-201-2/+2
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-271-1/+1
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-271-0/+3
* [IB/ipoib]: Fix unsigned comparisons to handle wraparoundRoland Dreier2005-07-271-3/+3
* [PATCH] IPoIB: set skb->mac.raw on receiveHal Rosenstock2005-04-171-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+668