Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bd99b2e05c4df2a428e5c9dd338289089d0e26df
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_multicast.c
bd99b2e
IB/ipoib: Expire sendonly multicast joins
by Christoph Lameter
· 9 years ago
d1178cb
IB/ipoib: Suppress warning for send only join failures
by Jason Gunthorpe
· 9 years ago
c3acdc0
IB/ipoib: Clean up send-only multicast joins
by Doug Ledford
· 9 years ago
0e5544d
IB/ipoib: Remove IPOIB_MCAST_RUN bit
by Erez Shitrit
· 10 years ago
3fd0605
IB/ipoib: Update broadcast record values after each successful join request
by Erez Shitrit
· 10 years ago
1c0453d
IB/ipoib: drop mcast_mutex usage
by Doug Ledford
· 10 years ago
d2fe937
IB/ipoib: deserialize multicast joins
by Doug Ledford
· 10 years ago
6991141
IB/ipoib: fix MCAST_FLAG_BUSY usage
by Doug Ledford
· 10 years ago
efc82ee
IB/ipoib: No longer use flush as a parameter
by Doug Ledford
· 10 years ago
0b39578
IB/ipoib: Use dedicated workqueues per interface
by Doug Ledford
· 10 years ago
894021a
IB/ipoib: Make the carrier_on_task race aware
by Doug Ledford
· 10 years ago
c84ca6d
IB/ipoib: Consolidate rtnl_lock tasks in workqueue
by Doug Ledford
· 10 years ago
4143a95
Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"
by Roland Dreier
· 10 years ago
c6a7ec7
Revert "IPoIB: Make the carrier_on_task race aware"
by Roland Dreier
· 10 years ago
e7a623d
Revert "IPoIB: fix MCAST_FLAG_BUSY usage"
by Roland Dreier
· 10 years ago
962121b
Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"
by Roland Dreier
· 10 years ago
0306eda
Revert "IPoIB: Use dedicated workqueues per interface"
by Roland Dreier
· 10 years ago
4e0ab20
Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"
by Roland Dreier
· 10 years ago
bb42a6d
IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
by Doug Ledford
· 10 years ago
5141861
IPoIB: Use dedicated workqueues per interface
by Doug Ledford
· 10 years ago
e5d1dcf
IPoIB: fix mcast_dev_flush/mcast_restart_task race
by Doug Ledford
· 10 years ago
016d9fb
IPoIB: fix MCAST_FLAG_BUSY usage
by Doug Ledford
· 10 years ago
67d7209
IPoIB: Make the carrier_on_task race aware
by Doug Ledford
· 10 years ago
afe1de6
IPoIB: Consolidate rtnl_lock tasks in workqueue
by Doug Ledford
· 10 years ago
68f9d83
IPoIB: Remove unnecessary port query
by Alex Estrin
· 10 years ago
94232d9
IPoIB: Start multicast join process only on active ports
by Erez Shitrit
· 11 years ago
a9c8ba5
IPoIB: Fix usage of uninitialized multicast objects
by Erez Shitrit
· 11 years ago
bea1e22
IPoIB: Fix use-after-free of multicast object
by Patrick McHardy
· 12 years ago
b5120a6
IPoIB: Fix AB-BA deadlock when deleting neighbours
by Shlomo Pongratz
· 12 years ago
b63b70d
IPoIB: Use a private hash table for path lookup in xmit path
by Shlomo Pongratz
· 13 years ago
700db99
ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.
by David S. Miller
· 13 years ago
178709b
ipoib: Convert over to dev_lookup_neigh_skb().
by David S. Miller
· 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
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
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
fec14d2
infiniband: add moduleparam.h to drivers/infiniband as required
by Paul Gortmaker
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 14 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
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
5ee95120
IPoIB: Don't turn on carrier for a non-active port
by Moni Shoua
· 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
adf3090
net: skb->dst accessors
by Eric Dumazet
· 16 years ago
3c20962
IPoIB: Do not print error messages for multicast join retries
by Yossi Etigin
· 16 years ago
50df48f
IPoIB: Do not join broadcast group if interface is brought down
by Yossi Etigin
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
fcace2f
infiniband: ipoib replace IPOIB_GID_FMT with %p6
by Harvey Harrison
· 16 years ago
943c246
IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX
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
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 17 years ago
b9e4085
netdev: Do not use TX lock to protect address lists.
by David S. Miller
· 17 years ago
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 17 years ago
bd36067
IPoIB: Use dev_set_mtu() to change mtu
by Eli Cohen
· 17 years ago
c8c2afe
IPoIB: Use rtnl lock/unlock when changing device flags
by Eli Cohen
· 17 years ago
9eae554
IPoIB: Get rid of ipoib_mcast_detach() wrapper
by Roland Dreier
· 17 years ago
d0de136
IPoIB: Only set Q_Key once: after joining broadcast group
by Eli Cohen
· 17 years ago
c03d473
IPoIB: Remove unused IPOIB_MCAST_STARTED code
by Eli Cohen
· 17 years ago
f3781d2
RDMA: Remove subversion $Id tags
by Roland Dreier
· 17 years ago
e1d50dc
IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
by Jack Morgenstein
· 17 years ago
bc7b3a3
IPoIB: Handle 4K IB MTU for UD (datagram) mode
by Shirley Ma
· 17 years ago
b3e2749
IPoIB: Don't drop multicast sends when they can be queued
by Or Gerlitz
· 17 years ago
a9e527e
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
by Rolf Manderscheid
· 17 years ago
2337f80
IPoIB: Trivial formatting cleanups
by Roland Dreier
· 17 years ago
732a217
IB/ipoib: Bound the net device to the ipoib_neigh structue
by Moni Shoua
· 17 years ago
ce9d3c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 17 years ago
de90351
[IPoIB]: Convert to netdevice internal stats
by Roland Dreier
· 17 years ago
335a64a5a
IPoIB: Allow setting policy to ignore multicast groups
by Or Gerlitz
· 17 years ago
8166883
IPoIB: Specify Traffic Class with path record queries for QoS support
by Sean Hefty
· 17 years ago
24bd1e4
IB/ipoib: Fix typos in error messages
by Michael S. Tsirkin
· 18 years ago
e07832b
IPoIB: Fix race in detaching from mcast group before attaching
by Sean Hefty
· 18 years ago
55c9add
IPoIB: Turn on interface's carrier after broadcast group is joined
by Shirley Ma
· 18 years ago
658bcef
IPoIB: Remove unused local_rate tracking
by Roland Dreier
· 18 years ago
faec2f7
IB/sa: Track multicast join/leave requests
by Sean Hefty
· 18 years ago
839fcab
IPoIB: Connected mode experimental support
by Michael S. Tsirkin
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
2745b5b
IPoIB: Fix skb leak when freeing neighbour
by Michael S. Tsirkin
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
d0df6d6
IPoIB: Create MCGs with all attributes required by RFC
by Roland Dreier
· 18 years ago
c1a0b23
IB/sa: Require SA registration
by Michael S. Tsirkin
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
c11bd42
IPoIB: Retry failed send-only multicast group joins
by Eli Cohen
· 18 years ago
624d01f
IB/ipoib: Fix oops with ipoib_debug_mcast set
by Or Gerlitz
· 19 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 19 years ago
4c84a39
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
932ff27
[NET]: Add netif_tx_lock
by Herbert Xu
· 19 years ago
37c22a7
IPoIB: Fix kernel unaligned access on ia64
by Jack Morgenstein
· 19 years ago
f2de3b0
IPoIB: Wait for join to finish before freeing mcast struct
by Eli Cohen
· 19 years ago
bf6a9e3
IB: simplify static rate encoding
by Jack Morgenstein
· 19 years ago
d2e0655
IPoIB: Consolidate private neighbour data handling
by Michael S. Tsirkin
· 19 years ago
8b9ab02
IPoIB: Fix build now that neighbour destructor is in neigh_params
by Roland Dreier
· 19 years ago
9acf6a8
IPoIB: Fix multicast race between canceling and completing
by Michael S. Tsirkin
· 19 years ago
7343b23
IPoIB: Close race in setting mcast->ah
by Eli Cohen
· 19 years ago
20b8338
IPoIB: Yet another fix for send-only joins
by Roland Dreier
· 19 years ago
Next »