- 71d9c5f IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n by Roland Dreier · 12 years ago
- 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
- 862096a IB/ipoib: Add more rtnl_link_ops callbacks by Or Gerlitz · 12 years ago
- bea1e22 IPoIB: Fix use-after-free of multicast object by Patrick McHardy · 12 years ago
- 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- 9baa0b0 IB/ipoib: Add rtnl_link_ops support by Or Gerlitz · 12 years ago
- b5120a6 IPoIB: Fix AB-BA deadlock when deleting neighbours by Shlomo Pongratz · 12 years ago
- 66172c0 IPoIB: Fix memory leak in the neigh table deletion flow by Shlomo Pongratz · 12 years ago
- 6c723a6 IB/ipoib: Fix RCU pointer dereference of wrong object by Shlomo Pongratz · 12 years ago
- fa16ebe IB/ipoib: Add missing locking when CM object is deleted by Shlomo Pongratz · 12 years ago
- b63b70d IPoIB: Use a private hash table for path lookup in xmit path by Shlomo Pongratz · 12 years ago
- 5dedb9f Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
- 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
- 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- b28ba72 IPoIB: fix skb truesize underestimatiom by Eric Dumazet · 12 years ago
- d90f9b3 IB: Use IS_ENABLED(CONFIG_IPV6) by Roland Dreier · 12 years ago
- 700db99 ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. by David S. Miller · 12 years ago
- 178709b ipoib: Convert over to dev_lookup_neigh_skb(). by David S. Miller · 12 years ago
- d927d50 IB: Change CQE "csum_ok" field to a bit flag by Or Gerlitz · 13 years ago
- 936d7de IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses by Roland Dreier · 13 years ago
- 17e6abe infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c by David Miller · 13 years ago
- 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
- b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
- a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
- 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
- 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
- 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
- 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
- fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
- b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
- 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
- 787adb9 IPoIB: Use the right function to do DMA unmap pages by Dotan Barak · 13 years ago
- 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
- e36fb88 IPoIB: Handle extended rates in debugfs by Marcel Apfelbaum · 13 years ago
- 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 5581be3 IPoIB: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
- 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
- 3d96c74 net: infiniband/ulp/ipoib: convert to hw_features by Michał Mirosław · 14 years ago
- 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
- 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
- 8ae31e5 IPoIB: Add GRO support by Or Gerlitz · 14 years ago
- 19e364f6 IPoIB: Remove LRO support by Or Gerlitz · 14 years ago
- 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
- 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
- 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
- c3aa9b1 IPoIB: Set dev_id field of net_device by Eli Cohen · 14 years ago
- 7b4c876 IPoIB: Skip IBoE ports by Eli Cohen · 14 years ago
- fed1db3 IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage) by Christoph Lameter · 14 years ago
- 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
- 7a52b34 IPoIB: Fix world-writable child interface control sysfs attributes by Or Gerlitz · 14 years ago
- 39827be IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags() by Ben Hutchings · 14 years ago
- f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
- d414371 IPoIB: Allow disabling/enabling TSO on the fly through ethtool by Or Gerlitz · 15 years ago
- 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 3e4aa12 ipoib: remove addrlen check for mc addresses by Jiri Pirko · 15 years ago
- a48f509 IPoIB: Include return code in trace message for ib_post_send() failures by Or Gerlitz · 15 years ago
- f0dc117 IPoIB: Fix TX queue lockup with mixed UD/CM traffic by Eli Cohen · 15 years ago
- 3ff1562 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
- 6c74651 ipoib: returned back addrlen check for mc addresses by Jiri Pirko · 15 years ago
- fbf219f infiniband: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
- 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
- 757bebb IPoIB: Remove TX moderation settings from ethtool support by Or Gerlitz · 15 years ago
- 0cd4d0f IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() by David J. Wilder · 15 years ago
- d7757be1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
- 5ee95120 IPoIB: Don't turn on carrier for a non-active port by Moni Shoua · 15 years ago
- d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- 5e47596 IPoIB: Check multicast address format by Jason Gunthorpe · 15 years ago
- 721d67c IPoIB: Drop priv->lock before calling ipoib_send() by Roland Dreier · 15 years ago
- cd0bcf4 IPoIB: Remove unused <rdma/ib_cache.h> includes by Roland Dreier · 15 years ago
- 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
- adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
- 86d15cd net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib by Eric Dumazet · 15 years ago
- 2657440 net: Fix ipoib rtnl_lock sysfs deadlock. by Eric W. Biederman · 15 years ago
- e028cc5 IPoIB: Disable NAPI while CQ is being drained by Yossi Etigin · 16 years ago
- edb5abb IPoIB: Avoid free_netdev() BUG when destroying a child interface by Roland Dreier · 16 years ago
- 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
- fe8114e infiniband: convert ipoib to net_device_ops by Stephen Hemminger · 16 years ago
- 71d98b4 IPoIB: In unicast_arp_send(), only free newly-created paths by Jack Morgenstein · 16 years ago
- 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
- 3c20962 IPoIB: Do not print error messages for multicast join retries by Yossi Etigin · 16 years ago
- cbbe1ef IPoIB: Fix deadlock between ipoib_open() and child interface create by Roland Dreier · 16 years ago
- b8a1b1c IPoIB: Fix hang in napi_disable() if P_Key is never found by Roland Dreier · 16 years ago
- 50df48f IPoIB: Do not join broadcast group if interface is brought down by Yossi Etigin · 16 years ago
- a50df39 IPoIB: Fix loss of connectivity after bonding failover on both sides by Yossi Etigin · 16 years ago
- 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
- 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- ff79ae8 IPoIB: Fix crash in path_rec_completion() by Yossi Etigin · 16 years ago
- 93a3ab9 IPoIB: Fix hang in ipoib_flush_paths() by Yossi Etigin · 16 years ago
- fe25c56 IPoIB: Don't enable NAPI when it's already enabled by Yossi Etigin · 16 years ago
- 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
- 8c165a8 infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT by Harvey Harrison · 16 years ago
- fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago