aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier1-1/+2
2012-07-10IPoIB: fix skb truesize underestimatiomEric Dumazet1-4/+8
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz1-1/+2
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-5/+8
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-8/+10
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell1-2/+3
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-1/+1
2011-01-10IPoIB: Add GRO supportOr Gerlitz1-1/+1
2011-01-10IPoIB: Remove LRO supportOr Gerlitz1-7/+1
2010-09-28IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter1-3/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz1-4/+5
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier1-1/+0
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin1-2/+4
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-10-10IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier1-4/+3
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-8/+22
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-15/+27
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky1-1/+7
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen1-5/+42
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen1-19/+26
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-37/+88
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier1-5/+5
2008-04-16IPoIB: Add LSO supportEli Cohen1-31/+76
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen1-0/+9
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-08IPoIB: Add send gather supportEli Cohen1-20/+69
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier1-4/+4
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin1-19/+27
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard1-2/+4
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+8
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier1-9/+9
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-25/+18
2007-10-09IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier1-0/+8
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-05-24IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin1-12/+19
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin1-1/+1
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin1-17/+68
2007-05-06IPoIB: Convert to NAPIRoland Dreier1-19/+70
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-18IPoIB: Remove pointless opcode field from debugging outputRoland Dreier1-4/+4
2007-03-22IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin1-2/+2
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-9/+20
2006-12-12IPoIB: Use the new verbs DMA mapping functionsRalph Campbell1-39/+36