Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dd57c9308afff61e4c157d0a7260695fe2f9a98c
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_ib.c
dd57c93
IB/ipoib: Avoid multicast join attempts with invalid P_key
by Alex Estrin
· 10 years ago
4eae374
IB/ipoib: Avoid flushing the workqueue from worker context
by Erez Shitrit
· 10 years ago
db84f88
IB/ipoib: Use P_Key change event instead of P_Key polling mechanism
by Erez Shitrit
· 10 years ago
a39c52a
IPoIB: Add path query flushing in ipoib_ib_dev_cleanup
by Erez Shitrit
· 11 years ago
aede250
IPoIB: Avoid flushing the driver workqueue on dev_down
by Erez Shitrit
· 11 years ago
f47944c
IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()
by Erez Shitrit
· 11 years ago
c2bb562
IPoIB: Fix crash in dev_open error flow
by Erez Shitrit
· 11 years ago
c290414
IPoIB: Fix pkey change flow for virtualization environments
by Erez Shitrit
· 11 years ago
7e5a90c
IPoIB: Fix crash due to skb double destruct
by Shlomo Pongratz
· 12 years ago
b13912b
IPoIB: Call skb_dst_drop() once skb is enqueued for sending
by Roland Dreier
· 12 years ago
b28ba72
IPoIB: fix skb truesize underestimatiom
by Eric Dumazet
· 12 years ago
d927d50
IB: Change CQE "csum_ok" field to a bit flag
by Or Gerlitz
· 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
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
5581be3
IPoIB: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
3d96c74
net: infiniband/ulp/ipoib: convert to hw_features
by Michał Mirosław
· 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
fed1db3
IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)
by Christoph Lameter
· 14 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
a48f509
IPoIB: Include return code in trace message for ib_post_send() failures
by Or Gerlitz
· 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
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
e028cc5
IPoIB: Disable NAPI while CQ is being drained
by Yossi Etigin
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 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
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
f3781d2
RDMA: Remove subversion $Id tags
by Roland Dreier
· 16 years ago
57ce41d
IB/ipoib: Fix transmit queue stalling forever
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
40ca198
IPoIB: Add LSO support
by Eli Cohen
· 17 years ago
6046136
IPoIB: Use checksum offload support if available
by Eli Cohen
· 17 years ago
167c426
IPoIB: On P_Key change event, reset state properly
by Jack Morgenstein
· 17 years ago
7143740
IPoIB: Add send gather support
by Eli Cohen
· 17 years ago
2337f80
IPoIB: Trivial formatting cleanups
by Roland Dreier
· 17 years ago
1b52496
IPoIB/cm: Use common CQ for CM send completions
by Michael S. Tsirkin
· 17 years ago
69fc507
IPoIB: Use round_jiffies() for ah_reap_task
by Anton Blanchard
· 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
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
ce423ef
IPoIB: Make sure no receives are handled when stopping device
by Roland Dreier
· 17 years ago
1b844af
IPoIB: Recycle loopback skbs instead of freeing and reallocating
by Roland Dreier
· 17 years ago
2dfbfc3
IPoIB/cm: Drain cq in ipoib_cm_dev_stop()
by Michael S. Tsirkin
· 17 years ago
24bd1e4
IB/ipoib: Fix typos in error messages
by Michael S. Tsirkin
· 18 years ago
26bbf13
IPoIB: Handle P_Key table reordering
by Yosef Etigin
· 18 years ago
8d1cc86
IPoIB: Convert to NAPI
by Roland Dreier
· 18 years ago
afc2e82
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
a89875f
IPoIB: Remove pointless opcode field from debugging output
by Roland Dreier
· 18 years ago
77d8e1e
IB/ipoib: Fix thinko in packet length checks
by Michael S. Tsirkin
· 18 years ago
839fcab
IPoIB: Connected mode experimental support
by Michael S. Tsirkin
· 18 years ago
37ccf9d
IPoIB: Use the new verbs DMA mapping functions
by Ralph Campbell
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
73fbe8b
IPoIB: Check for DMA mapping error for TX packets
by Roland Dreier
· 18 years ago
a8bfca0
IPoIB: Add some likely/unlikely annotations in hot path
by Eli Cohen
· 18 years ago
5ccd025
IPoIB: Rejoin all multicast groups after a port event
by Eli Cohen
· 18 years ago
2439a6e
IPoIB: Refactor completion handling
by Roland Dreier
· 18 years ago
31c02e2
IPoIB: Avoid using stale last_send counter when reaping AHs
by Roland Dreier
· 18 years ago
959eb39
IPoIB: Fix AH leak at interface down
by Eli Cohen
· 18 years ago
0f48525
IPoIB: Make send and receive queue sizes tunable
by Shirley Ma
· 19 years ago
7a343d4
IPoIB: P_Key change event handling
by Leonid Arsh
· 19 years ago
6f633c8
IPoIB: Pass correct pointer when flushing child interfaces
by Leonid Arsh
· 19 years ago
0b3ea08
IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue
by Jack Morgenstein
· 19 years ago
54d07e2
IPoIB: Clean up if posting receives fails
by Eli Cohen
· 19 years ago
95ed644
IB: convert from semaphores to mutexes
by Ingo Molnar
· 19 years ago
988bd50
IPoIB: Fix memory leak of multicast group structures
by Eli Cohen
· 19 years ago
4f71055
IPoIB: protect child list in ipoib_ib_dev_flush
by Michael S. Tsirkin
· 19 years ago
8ae5a8a
[IPoIB] don't compile debug code if debugging isn't enabled
by Roland Dreier
· 19 years ago
3bc12e7
[IPoIB] cleanups: fix comment, remove useless variables
by Roland Dreier
· 19 years ago
1993d68
[IPoIB] Drop RX packets when out of memory
by Roland Dreier
· 19 years ago
5b6810e
[IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup
by Roland Dreier
· 19 years ago
8d2cae0
[PATCH] IPoIB: Don't flush workqueue from within workqueue
by Roland Dreier
· 19 years ago
a4d61e8
[PATCH] IB: move include files to include/rdma
by Roland Dreier
· 19 years ago
2a1d9b7
[PATCH] IB: Add copyright notices
by Roland Dreier
· 19 years ago
2181858
[IB/ipoib]: Fix unsigned comparisons to handle wraparound
by Roland Dreier
· 19 years ago
62241eb
[PATCH] IPoIB: set skb->mac.raw on receive
by Hal Rosenstock
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago