aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+2
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-071-1/+1
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-291-36/+19
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-20/+39
* 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
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-1/+2
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-5/+14
* IPoIB: Add basic ethtool supportEli Cohen2008-04-161-0/+2
* IPoIB: Add LSO supportEli Cohen2008-04-161-3/+7
* IB: Use shorter list_splice_init() for brevityRobert P. J. Day2008-04-161-2/+1
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-161-1/+23
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-121-4/+5
* IPoIB: Add high DMA feature flagEli Cohen2008-02-081-1/+3
* IPoIB: Remove a misleading debug printOr Gerlitz2008-02-041-4/+2