| Commit message (Expand) | Author | Age |
... | |
* | | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 2010-02-18 |
|/ |
|
* | IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() | David J. Wilder | 2009-12-09 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-09-24 |
|\ |
|
| * | IPoIB: Don't turn on carrier for a non-active port | Moni Shoua | 2009-09-24 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 |
|\ \
| |/
|/| |
|
| * | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-03 |
* | | IPoIB: Check multicast address format | Jason Gunthorpe | 2009-09-05 |
* | | IPoIB: Drop priv->lock before calling ipoib_send() | Roland Dreier | 2009-09-05 |
* | | IPoIB: Remove unused <rdma/ib_cache.h> includes | Roland Dreier | 2009-09-05 |
|/ |
|
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 |
* | net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib | Eric Dumazet | 2009-05-31 |
* | net: Fix ipoib rtnl_lock sysfs deadlock. | Eric W. Biederman | 2009-05-19 |
* | IPoIB: Disable NAPI while CQ is being drained | Yossi Etigin | 2009-04-20 |
* | IPoIB: Avoid free_netdev() BUG when destroying a child interface | Roland Dreier | 2009-03-31 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-03-26 |
|\ |
|
| * | infiniband: convert ipoib to net_device_ops | Stephen Hemminger | 2009-03-21 |
| * | net: Remove redundant NAPI functions | Ben Hutchings | 2009-01-21 |
* | | IPoIB: In unicast_arp_send(), only free newly-created paths | Jack Morgenstein | 2009-02-17 |
|/ |
|
* | IPoIB: Do not print error messages for multicast join retries | Yossi Etigin | 2009-01-16 |
* | IPoIB: Fix deadlock between ipoib_open() and child interface create | Roland Dreier | 2009-01-15 |
* | IPoIB: Fix hang in napi_disable() if P_Key is never found | Roland Dreier | 2009-01-14 |
* | IPoIB: Do not join broadcast group if interface is brought down | Yossi Etigin | 2009-01-12 |
* | IPoIB: Fix loss of connectivity after bonding failover on both sides | Yossi Etigin | 2009-01-09 |
* | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-19 |
|\ |
|
| * | IPoIB: Fix crash in path_rec_completion() | Yossi Etigin | 2008-11-12 |
| * | IPoIB: Fix hang in ipoib_flush_paths() | Yossi Etigin | 2008-11-12 |
| * | IPoIB: Don't enable NAPI when it's already enabled | Yossi Etigin | 2008-11-12 |
* | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 |
* | | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT | Harvey Harrison | 2008-10-29 |
* | | infiniband: ipoib replace IPOIB_GID_FMT with %p6 | Harvey Harrison | 2008-10-29 |
|/ |
|
* | IPoIB: Set netdev offload features properly for child (VLAN) interfaces | Or Gerlitz | 2008-10-22 |
* | IPoIB: Clean up ethtool support | Or Gerlitz | 2008-10-22 |
* | IPoIB: Always initialize poll_timer to avoid crash on unload | Roland Dreier | 2008-10-10 |
* | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 2008-09-30 |
* | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 2008-09-25 |
* | IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() | Yossi Etigin | 2008-09-16 |
* | IPoIB: Fix deadlock on RTNL in ipoib_stop() | Roland Dreier | 2008-08-19 |
* | IPoIB/cm: Use vmalloc() to allocate rx_rings | David J. Wilder | 2008-08-08 |
* | IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() | Roland Dreier | 2008-07-30 |
* | IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG | Roland Dreier | 2008-07-24 |
* | IPoIB/cm: Connected mode is no longer EXPERIMENTAL | Roland Dreier | 2008-07-24 |
* | IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures | Or Gerlitz | 2008-07-22 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 |
|\ |
|
| * | IPoIB: Double default RX/TX ring sizes | Eli Cohen | 2008-07-15 |
| * | IPoIB/cm: Reduce connected mode TX object size | Eli Cohen | 2008-07-15 |
| * | IPoIB: Use dev_set_mtu() to change mtu | Eli Cohen | 2008-07-15 |
| * | IPoIB: Use rtnl lock/unlock when changing device flags | Eli Cohen | 2008-07-15 |
| * | IPoIB: Get rid of ipoib_mcast_detach() wrapper | Roland Dreier | 2008-07-15 |
| * | IPoIB: Only set Q_Key once: after joining broadcast group | Eli Cohen | 2008-07-15 |