aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
AgeCommit message (Expand)Author
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-10-10IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier
2008-04-16IPoIB: Add LSO supportEli Cohen
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein
2008-02-08IPoIB: Add send gather supportEli Cohen
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-10-09IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier
2007-05-24IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin
2007-05-06IPoIB: Convert to NAPIRoland Dreier
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-18IPoIB: Remove pointless opcode field from debugging outputRoland Dreier
2007-03-22IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin
2006-12-12IPoIB: Use the new verbs DMA mapping functionsRalph Campbell
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen
2006-09-22IPoIB: Rejoin all multicast groups after a port eventEli Cohen
2006-09-22IPoIB: Refactor completion handlingRoland Dreier
2006-06-17IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier
2006-06-05IPoIB: Fix AH leak at interface downEli Cohen
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma
2006-03-24IPoIB: P_Key change event handlingLeonid Arsh
2006-03-24IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein
2006-03-20IPoIB: Clean up if posting receives failsEli Cohen
2006-01-13IB: convert from semaphores to mutexesIngo Molnar