summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-081-36/+19
* infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller2011-12-051-12/+12
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-8/+12
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-291-8/+12
| |\ \
| | | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-7/+11
| | |/ | |/|
| | * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-291-1/+1
| |/
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+2
* | infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-161-1/+1
|/
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-3/+5
|\
| * IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert2011-08-161-3/+5
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-14/+27
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-201-7/+17
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-2/+1
* IPoIB: Add GRO supportOr Gerlitz2011-01-101-0/+2
* IPoIB: Remove LRO supportOr Gerlitz2011-01-101-62/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-261-0/+3
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-261-0/+3
| |\ \
| | | * IPoIB: Set dev_id field of net_deviceEli Cohen2010-10-231-0/+1
| | |/ | |/|
| | * IPoIB: Skip IBoE portsEli Cohen2010-10-131-0/+2
| |/
* | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+1
|/
* IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz2010-07-061-2/+2
* IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder2009-12-091-0/+1
* IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-051-1/+6
* net: skb->dst accessorsEric Dumazet2009-06-031-15/+15
* net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-301-0/+1
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-201-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-7/+11
|\
| * infiniband: convert ipoib to net_device_opsStephen Hemminger2009-03-211-7/+11
* | IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein2009-02-171-2/+7
|/
* IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-141-12/+15
* IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin2009-01-091-19/+19
* 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-291-6/+6
* | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-281-13/+12
|/
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-221-28/+39
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-301-40/+28
* 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-161-0/+1
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-191-10/+9
* IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz2008-07-221-1/+1
* IPoIB: Remove priv->mcast_mutexEli Cohen2008-07-141-1/+0
* IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-141-4/+40
* IPoIB: add LRO supportVladimir Sokolovsky2008-07-141-0/+62
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-141-0/+6
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
OpenPOWER on IntegriCloud