- 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
- 19e364f 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
- 22bedad 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
- d7757be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
- 5ee9512 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 · 16 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
- 83bb63f IPoIB: Set netdev offload features properly for child (VLAN) interfaces by Or Gerlitz · 16 years ago
- 70c9c0d IPoIB: Clean up ethtool support by Or Gerlitz · 16 years ago
- 2767840 IPoIB: Always initialize poll_timer to avoid crash on unload by Roland Dreier · 16 years ago
- 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
- c9da4ba IPoIB: Fix crash when path record fails after path flush by Roland Dreier · 16 years ago
- e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
- a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 16 years ago
- b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 16 years ago
- e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 16 years ago
- 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 16 years ago
- 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 16 years ago
- 01b3fc8 IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures by Or Gerlitz · 16 years ago
- 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
- b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
- e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
- bc3a290 IPoIB: Double default RX/TX ring sizes by Eli Cohen · 16 years ago
- e112373 IPoIB/cm: Reduce connected mode TX object size by Eli Cohen · 16 years ago
- bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 16 years ago
- c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 16 years ago
- 9eae554 IPoIB: Get rid of ipoib_mcast_detach() wrapper by Roland Dreier · 16 years ago
- d0de136 IPoIB: Only set Q_Key once: after joining broadcast group by Eli Cohen · 16 years ago
- 5892eff IPoIB: Remove priv->mcast_mutex by Eli Cohen · 16 years ago
- c03d473 IPoIB: Remove unused IPOIB_MCAST_STARTED code by Eli Cohen · 16 years ago
- ee1e2c8 IPoIB: Refresh paths instead of flushing them on SM change events by Moni Shoua · 16 years ago
- af40da8 IPoIB: add LRO support by Vladimir Sokolovsky · 16 years ago
- 1240673 IPoIB: Use multicast loopback blocking if available by Ron Livne · 16 years ago
- a7d834c IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() by Roland Dreier · 16 years ago
- f89271da IPoIB: Copy small received SKBs in connected mode by Eli Cohen · 16 years ago
- f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
- e1d50dc IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() by Jack Morgenstein · 16 years ago
- 57ce41d IB/ipoib: Fix transmit queue stalling forever by Eli Cohen · 17 years ago
- b4132ef IPoIB: Copy child MTU from parent by Eli Cohen · 17 years ago
- f56bcd8 IPoIB: Use separate CQ for UD send completions by Eli Cohen · 17 years ago
- bc7b3a3 IPoIB: Handle 4K IB MTU for UD (datagram) mode by Shirley Ma · 17 years ago
- 9fdd5e5 IPoIB: Handle case when P_Key is deleted and re-added at same index by Roland Dreier · 17 years ago
- 28d52b3 IPoIB: Support modifying IPoIB CQ event moderation by Eli Cohen · 17 years ago
- 82c24c1 IPoIB: Add basic ethtool support by Eli Cohen · 17 years ago
- 40ca198 IPoIB: Add LSO support by Eli Cohen · 17 years ago
- 157de22 IB: Use shorter list_splice_init() for brevity by Robert P. J. Day · 17 years ago
- 6046136 IPoIB: Use checksum offload support if available by Eli Cohen · 17 years ago
- 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 17 years ago
- 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 17 years ago
- b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 17 years ago