index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_multicast.c
Age
Commit message (
Expand
)
Author
2014-09-19
IPoIB: Remove unnecessary port query
Alex Estrin
2013-11-08
IPoIB: Start multicast join process only on active ports
Erez Shitrit
2013-11-08
IPoIB: Fix usage of uninitialized multicast objects
Erez Shitrit
2012-09-30
IPoIB: Fix use-after-free of multicast object
Patrick McHardy
2012-09-12
IPoIB: Fix AB-BA deadlock when deleting neighbours
Shlomo Pongratz
2012-07-30
IPoIB: Use a private hash table for path lookup in xmit path
Shlomo Pongratz
2012-07-05
ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.
David S. Miller
2012-07-05
ipoib: Convert over to dev_lookup_neigh_skb().
David S. Miller
2012-02-08
IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses
Roland Dreier
2011-12-05
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-11-29
Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next
Roland Dreier
2011-11-29
IB: Fix RCU lockdep splats
Eric Dumazet
2011-11-29
IB/ipoib: Prevent hung task or softlockup processing multicast response
Mike Marciniszyn
2011-10-31
infiniband: add moduleparam.h to drivers/infiniband as required
Paul Gortmaker
2011-07-17
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-22
ipoib: remove addrlen check for mc addresses
Jiri Pirko
2010-02-28
ipoib: returned back addrlen check for mc addresses
Jiri Pirko
2010-02-26
infiniband: convert to use netdev_for_each_mc_addr
Jiri Pirko
2009-09-24
IPoIB: Don't turn on carrier for a non-active port
Moni Shoua
2009-09-05
IPoIB: Check multicast address format
Jason Gunthorpe
2009-09-05
IPoIB: Drop priv->lock before calling ipoib_send()
Roland Dreier
2009-06-03
net: skb->dst accessors
Eric Dumazet
2009-01-16
IPoIB: Do not print error messages for multicast join retries
Yossi Etigin
2009-01-12
IPoIB: Do not join broadcast group if interface is brought down
Yossi Etigin
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2008-10-28
infiniband: ipoib replace IPOIB_GID_FMT with %p6
Harvey Harrison
2008-09-30
IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX
Roland Dreier
2008-09-16
IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()
Yossi Etigin
2008-08-19
IPoIB: Fix deadlock on RTNL in ipoib_stop()
Roland Dreier
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-07-15
netdev: Do not use TX lock to protect address lists.
David S. Miller
2008-07-15
netdev: Add netdev->addr_list_lock protection.
David S. Miller
2008-07-14
IPoIB: Use dev_set_mtu() to change mtu
Eli Cohen
2008-07-14
IPoIB: Use rtnl lock/unlock when changing device flags
Eli Cohen
2008-07-14
IPoIB: Get rid of ipoib_mcast_detach() wrapper
Roland Dreier
2008-07-14
IPoIB: Only set Q_Key once: after joining broadcast group
Eli Cohen
2008-07-14
IPoIB: Remove unused IPOIB_MCAST_STARTED code
Eli Cohen
2008-07-14
RDMA: Remove subversion $Id tags
Roland Dreier
2008-05-20
IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
Jack Morgenstein
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
2008-03-11
IPoIB: Don't drop multicast sends when they can be queued
Or Gerlitz
2008-01-25
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
2008-01-25
IPoIB: Trivial formatting cleanups
Roland Dreier
2007-10-15
IB/ipoib: Bound the net device to the ipoib_neigh structue
Moni Shoua
2007-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2007-10-10
[IPoIB]: Convert to netdevice internal stats
Roland Dreier
2007-10-10
IPoIB: Allow setting policy to ignore multicast groups
Or Gerlitz
[next]