aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-236-29/+43
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+6
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-072-10/+11
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-293-46/+24
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-132-28/+55
* 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
|/
* 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-241-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/+0
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-022-2/+0
* | IPoIB: Check multicast address formatJason Gunthorpe2009-09-051-0/+19
* | IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-052-1/+8
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-052-2/+0
|/
* net: skb->dst accessorsEric Dumazet2009-06-033-22/+22
* net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-301-0/+1
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-182-4/+8
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-202-6/+5
* 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-211-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
|/
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-161-1/+1