summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-234-98/+87
|\
| * IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-194-95/+82
| * IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-171-1/+1
| * IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard2007-10-161-2/+4
* | IB/ipoib: Verify address handle validity on sendMoni Shoua2007-10-151-2/+3
* | IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua2007-10-153-11/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-117-37/+93
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-104-0/+46
| * IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak2007-10-091-8/+10
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-093-26/+26
| * IPoIB: Fix error path memory leakEli Cohen2007-10-091-2/+2
| * IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen2007-10-091-1/+1
| * IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier2007-10-091-0/+8
* | IPoIB: Fix unused variable warningRoland Dreier2007-10-101-1/+0
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-105-41/+31
* | [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+6
* | [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-103-29/+29
|/
* IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein2007-08-071-0/+1
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-1/+0
* IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier2007-07-101-16/+17
* IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier2007-07-101-2/+1
* IB: Use menuconfig for InfiniBand menuJan Engelhardt2007-07-091-1/+1
* IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell2007-07-021-2/+2
* IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier2007-06-211-7/+0
* IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin2007-06-211-3/+3
* IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin2007-06-211-12/+17
* IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin2007-05-292-40/+37
* IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-243-12/+21
* IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-241-1/+1
* IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin2007-05-213-36/+211
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-212-2/+2
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-194-45/+92
* IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin2007-05-141-4/+7
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-075-25/+83
|\
| * IPoIB: Convert to NAPIRoland Dreier2007-05-064-20/+74
| * IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-062-2/+2
| * IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin2007-05-061-1/+1
| * IPoIB/cm: Fix error handling in ipoib_cm_dev_open()Michael S. Tsirkin2007-04-301-2/+6
* | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-04-273-48/+36
|\
| * IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacementsRoland Dreier2007-04-241-32/+24
| * IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty2007-04-241-8/+4
| * IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2007-04-182-8/+8
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-252-2/+2
|/
* IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin2007-04-101-1/+1
* [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-3/+3
* IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2007-03-222-3/+3
* IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin2007-03-221-2/+2
* IPoIB: Fix race in detaching from mcast group before attachingSean Hefty2007-03-221-3/+3
OpenPOWER on IntegriCloud