summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)Author
2012-10-07IPoIB: Fix use-after-free of multicast objectPatrick McHardy
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier
2011-12-05infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn
2011-11-16infiniband: Update net drivers for netdev_features_t changes.David S. Miller
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches
2011-01-10IPoIB: Add GRO supportOr Gerlitz
2011-01-10IPoIB: Remove LRO supportOr Gerlitz
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier
2010-10-23IPoIB: Set dev_id field of net_deviceEli Cohen
2010-10-13IPoIB: Skip IBoE portsEli Cohen
2010-07-06IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-30net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-03-21infiniband: convert ipoib to net_device_opsStephen Hemminger
2009-02-17IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein
2009-01-14IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier
2009-01-09IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-12IPoIB: Fix crash in path_rec_completion()Yossi Etigin
2008-11-12IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin
2008-11-12IPoIB: Don't enable NAPI when it's already enabledYossi Etigin
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison
2008-10-22IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier
2008-09-25IPoIB: Fix crash when path record fails after path flushRoland Dreier
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier
2008-07-22IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen