summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-181-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-182-21/+40
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-205-46/+20Star
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-211-1/+1
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-122-9/+4Star
* IPoIB: Add GRO supportOr Gerlitz2011-01-113-1/+4
* IPoIB: Remove LRO supportOr Gerlitz2011-01-115-132/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-272-3/+14
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-272-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-271-2/+1Star
|/
* 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-211-10/+5Star
|\
| * 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/+4Star
| * | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-231-5/+1Star
* | | IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz2010-04-221-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/+2Star
|\
| * IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-121-8/+2Star
* | 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/+2Star
* | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
|/
* IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder2009-12-091-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-251-0/+7
|\
| * IPoIB: Don't turn on carrier for a non-active portMoni Shoua2009-09-241-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-142-2/+0Star
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-032-2/+0Star
* | IPoIB: Check multicast address formatJason Gunthorpe2009-09-061-0/+19
* | IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-062-1/+8
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-062-2/+0Star
|/
* net: skb->dst accessorsEric Dumazet2009-06-033-22/+22
* net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-311-0/+1
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-192-4/+8
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-202-6/+5Star
* IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-262-10/+14
|\
| * infiniband: convert ipoib to net_device_opsStephen Hemminger2009-03-221-7/+11
| * net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* | IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein2009-02-171-2/+7
|/