summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-1/+6
* IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-112-7/+10
* IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-111-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-031-8/+2
|\
| * IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-111-8/+2
* | ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-281-1/+5
* | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-6/+2
* | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
|/
* IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder2009-12-091-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-241-0/+7
|\
| * IPoIB: Don't turn on carrier for a non-active portMoni Shoua2009-09-241-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-142-2/+0
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-022-2/+0
* | IPoIB: Check multicast address formatJason Gunthorpe2009-09-051-0/+19
* | IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-052-1/+8
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-052-2/+0
|/
* net: skb->dst accessorsEric Dumazet2009-06-033-22/+22
* net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-301-0/+1
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-182-4/+8
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-202-6/+5
* IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-262-10/+14
|\
| * infiniband: convert ipoib to net_device_opsStephen Hemminger2009-03-211-7/+11
| * net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* | IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein2009-02-171-2/+7
|/
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-161-1/+1
* IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier2009-01-141-3/+8
* IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-141-12/+15
* IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-121-0/+3
* IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin2009-01-091-19/+19
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+4
|\
| * IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
| * IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
| * IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
* | net: replace %p6 with %pI6Harvey Harrison2008-10-293-23/+23
* | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison2008-10-281-23/+0
* | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-283-58/+45
|/
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-223-28/+44
* IPoIB: Clean up ethtool supportOr Gerlitz2008-10-221-1/+8
* IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier2008-10-101-4/+3
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-305-107/+118
* IPoIB: Fix crash when path record fails after path flushRoland Dreier2008-09-251-4/+4
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-163-10/+24
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-192-11/+18
* IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder2008-08-081-5/+12
* IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier2008-07-301-1/+1
* IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUGRoland Dreier2008-07-241-3/+4
* IPoIB/cm: Connected mode is no longer EXPERIMENTALRoland Dreier2008-07-241-7/+8
* IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz2008-07-221-1/+1
OpenPOWER on IntegriCloud