summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller2011-12-051-12/+12
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-052-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-023-17/+29
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-293-17/+29
| |\ \
| | | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-292-9/+15
| | |/ | |/|
| | * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-293-8/+14
| |/
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+2
* | infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-161-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-313-0/+3
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-012-6/+6
|\ \ | |/ |/|
| *---. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-012-6/+6
| |\ \ \
| | | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+1
| | |_|/ | |/| |
| | | * IPoIB: Use the right function to do DMA unmap pagesDotan Barak2011-10-181-2/+2
| | |/ | |/|
| | * IPoIB: Handle extended rates in debugfsMarcel Apfelbaum2011-10-111-4/+3
| |/
* | net: add skb frag size accessorsEric Dumazet2011-10-192-9/+11
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-3/+5
|\ \ | |/
| * IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert2011-08-161-3/+5
* | IPoIB: convert to SKB paged frag API.Ian Campbell2011-08-262-4/+6
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-172-21/+40
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-205-46/+20
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-122-9/+4
* IPoIB: Add GRO supportOr Gerlitz2011-01-103-1/+4
* IPoIB: Remove LRO supportOr Gerlitz2011-01-105-132/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-262-3/+14
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-262-3/+14
| |\ \
| | | * IPoIB: Set dev_id field of net_deviceEli Cohen2010-10-231-0/+1
| | | * IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter2010-09-281-3/+11
| | |/ | |/|
| | * IPoIB: Skip IBoE portsEli Cohen2010-10-131-0/+2
| |/
* | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-1/+6
|\
| * IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2010-07-041-1/+6
* | IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz2010-07-061-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-10/+5
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-116-1/+6
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+4
| * | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-221-5/+1
* | | IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz2010-04-211-0/+20
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-1/+6
|/
* IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-112-7/+10
* IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-111-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-031-8/+2
|\
| * IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-111-8/+2
* | ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-281-1/+5
* | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-6/+2
* | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
|/
OpenPOWER on IntegriCloud