aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier1-0/+31
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2012-10-01IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz1-5/+11
2012-09-30IPoIB: Fix use-after-free of multicast objectPatrick McHardy1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-49/+44
2012-09-20IB/ipoib: Add rtnl_link_ops supportOr Gerlitz1-5/+20
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz1-43/+27
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz1-6/+17
2012-08-14IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz1-1/+1
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz1-167/+479
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller1-1/+3
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier1-36/+19
2011-12-05infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller1-12/+12
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-4/+4
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+2
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-8/+12
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-7/+11
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-1/+1
2011-11-16infiniband: Update net drivers for netdev_features_t changes.David S. Miller1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert1-3/+5
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-14/+27
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-7/+17
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-2/+1
2011-01-10IPoIB: Add GRO supportOr Gerlitz1-0/+2
2011-01-10IPoIB: Remove LRO supportOr Gerlitz1-62/+0
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+3
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+1
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier1-0/+3
2010-10-23IPoIB: Set dev_id field of net_deviceEli Cohen1-0/+1
2010-10-13IPoIB: Skip IBoE portsEli Cohen1-0/+2
2010-07-06IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz1-2/+2
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder1-0/+1
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-1/+6
2009-06-03net: skb->dst accessorsEric Dumazet1-15/+15
2009-05-30net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet1-0/+1
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin1-4/+1
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+11
2009-03-21infiniband: convert ipoib to net_device_opsStephen Hemminger1-7/+11
2009-02-17IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein1-2/+7
2009-01-14IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier1-12/+15
2009-01-09IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin1-19/+19
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2008-11-12IPoIB: Fix crash in path_rec_completion()Yossi Etigin1-1/+1
2008-11-12IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin1-0/+1
2008-11-12IPoIB: Don't enable NAPI when it's already enabledYossi Etigin1-1/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-6/+6
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-13/+12