aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-15/+22
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-201-1/+1
* IPoIB: Add GRO supportOr Gerlitz2011-01-101-1/+1
* IPoIB: Remove LRO supportOr Gerlitz2011-01-101-7/+1
* IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter2010-09-281-3/+11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-111-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+0
|\
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-051-1/+0
|/
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-201-2/+4
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* 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-301-8/+22
* IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-141-15/+27
* IPoIB: add LRO supportVladimir Sokolovsky2008-07-141-1/+7
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/ipoib: Fix transmit queue stalling foreverEli Cohen2008-04-301-5/+42
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-19/+26
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-37/+88
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-161-5/+5
* IPoIB: Add LSO supportEli Cohen2008-04-161-31/+76
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-161-0/+9
* IPoIB: On P_Key change event, reset state properlyJack Morgenstein2008-02-141-0/+1
* IPoIB: Add send gather supportEli Cohen2008-02-081-20/+69
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-4/+4
* IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-191-19/+27
* IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard2007-10-161-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-0/+8
|\
| * IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier2007-10-091-0/+8
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-101-9/+9
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-25/+18
|/
* IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier2007-07-101-16/+17
* IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-241-12/+19
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-211-1/+1
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-191-17/+68
* IPoIB: Convert to NAPIRoland Dreier2007-05-061-19/+70
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-04-271-4/+4
|\
| * IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2007-04-181-4/+4
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
|/
* IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2007-03-221-2/+2
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-9/+20
* IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2006-12-121-39/+36
* WorkStruct: make allyesconfigDavid Howells2006-11-221-11/+14
* IPoIB: Check for DMA mapping error for TX packetsRoland Dreier2006-10-101-0/+5
* IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2006-09-221-1/+1
* IPoIB: Rejoin all multicast groups after a port eventEli Cohen2006-09-221-1/+3
* IPoIB: Refactor completion handlingRoland Dreier2006-09-221-88/+100
* IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier2006-06-171-18/+9