summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2011-12-06infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller1-12/+12
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2-6/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-17/+29
2011-12-01neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+2
2011-11-30Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier3-17/+29
2011-11-30IB: Fix RCU lockdep splatsEric Dumazet2-9/+15
2011-11-30IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn3-8/+14
2011-11-17infiniband: Update net drivers for netdev_features_t changes.David S. Miller1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+4
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-6/+6
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2-6/+6
2011-11-01infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker3-0/+3
2011-11-01infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet2-9/+11
2011-10-18IPoIB: Use the right function to do DMA unmap pagesDotan Barak1-2/+2
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+1
2011-10-11IPoIB: Handle extended rates in debugfsMarcel Apfelbaum1-4/+3
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+5
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell2-4/+6
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert1-3/+5
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-21/+40
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