summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław5-46/+20
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2-9/+4
2011-01-11IPoIB: Add GRO supportOr Gerlitz3-1/+4
2011-01-11IPoIB: Remove LRO supportOr Gerlitz5-132/+2
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-3/+14
2010-10-27replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+1
2010-10-27Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2-3/+14
2010-10-24IPoIB: Set dev_id field of net_deviceEli Cohen1-0/+1
2010-10-13IPoIB: Skip IBoE portsEli Cohen1-0/+2
2010-09-28IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter1-3/+11
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+6
2010-07-07IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz1-2/+2
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings1-1/+6
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-10/+5
2010-04-22IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz1-0/+20
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-1/+6
2010-04-04net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-1/+6
2010-03-23ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-03-12IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2-7/+10
2010-03-12IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen1-0/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-8/+2
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-6/+2
2010-02-19ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-02-12IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz1-8/+2
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder1-0/+1
2009-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+7
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-2/+0
2009-09-06IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-06IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2-1/+8
2009-09-06IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2-2/+0
2009-09-03drivers: Kill now superfluous ->last_rx storesEric Dumazet2-2/+0
2009-06-03net: skb->dst accessorsEric Dumazet3-22/+22
2009-05-31net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet1-0/+1
2009-05-19net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2-4/+8
2009-04-21IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2-6/+5
2009-03-31IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier1-10/+15
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-10/+14
2009-03-22infiniband: convert ipoib to net_device_opsStephen Hemminger1-7/+11
2009-02-18IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein1-2/+7
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-17IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-15IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier1-3/+8
2009-01-15IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier1-12/+15
2009-01-13IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2009-01-10IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin1-19/+19
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3