Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c3aa9b186b95025d4ba4e90d6140c9887dfaae0a
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_main.c
c3aa9b1
IPoIB: Set dev_id field of net_device
by Eli Cohen
· 14 years ago
7a52b34
IPoIB: Fix world-writable child interface control sysfs attributes
by Or Gerlitz
· 15 years ago
0cd4d0f
IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
by David J. Wilder
· 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
86d15cd
net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib
by Eric Dumazet
· 16 years ago
e028cc5
IPoIB: Disable NAPI while CQ is being drained
by Yossi Etigin
· 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
b8a1b1c
IPoIB: Fix hang in napi_disable() if P_Key is never found
by Roland Dreier
· 16 years ago
a50df39
IPoIB: Fix loss of connectivity after bonding failover on both sides
by Yossi Etigin
· 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
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
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
01b3fc8
IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures
by Or Gerlitz
· 16 years ago
5892eff
IPoIB: Remove priv->mcast_mutex
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
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
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
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
eb14032f
IPoIB: Add high DMA feature flag
by Eli Cohen
· 17 years ago
7bc531d
IPoIB: Remove a misleading debug print
by Or Gerlitz
· 17 years ago
bafff97
IPoIB: Handle bonding failover race for connected neighbours too
by Or Gerlitz
· 17 years ago
48fe5e5
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
by Krishna Kumar
· 17 years ago
586a693
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
by Pradeep Satyanarayana
· 17 years ago
68e995a
IPoIB/cm: Add connected mode support for devices without SRQs
by Pradeep Satyanarayana
· 17 years ago
2337f80
IPoIB: Trivial formatting cleanups
by Roland Dreier
· 17 years ago
1401b53
IPoIB: Fix oops if xmit is called when priv->broadcast is NULL
by Jack Morgenstein
· 17 years ago
0b776eb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 17 years ago
1b52496
IPoIB/cm: Use common CQ for CM send completions
by Michael S. Tsirkin
· 17 years ago
200d171
IB/ipoib: Verify address handle validity on send
by Moni Shoua
· 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
9153f66
IPoIB: Fix unused variable warning
by Roland Dreier
· 17 years ago
de90351
[IPoIB]: Convert to netdevice internal stats
by Roland Dreier
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 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
ca6de17
IPoIB: Fix error path memory leak
by Eli Cohen
· 17 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
46f1b3d
IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr
by Sean Hefty
· 18 years ago
ecbb416
[NET]: Fix neighbour destructor handling.
by Alexey Kuznetsov
· 18 years ago
d04d01b
IPoIB: Fix use-after-free in path_rec_completion()
by Michael S. Tsirkin
· 18 years ago
843613b
IPoIB: Correct debugging output when path record lookup fails
by Roland Dreier
· 18 years ago
839fcab
IPoIB: Connected mode experimental support
by Michael S. Tsirkin
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
82b3991
IPoIB: Make sure struct ipoib_neigh.queue is always initialized
by Roland Dreier
· 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
073ae84
IPoIB: Clear high octet in QP number
by Michael S. Tsirkin
· 18 years ago
a8bfca0
IPoIB: Add some likely/unlikely annotations in hot path
by Eli Cohen
· 18 years ago
507c335
IPoIB: Remove unused include of vmalloc.h
by Dotan Barak
· 18 years ago
c1a0b23
IB/sa: Require SA registration
by Michael S. Tsirkin
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
9217b27
IB/ipoib: Fix flush/start xmit race (from code review)
by Michael S. Tsirkin
· 18 years ago
8a7f752
IB/ipoib: Fix packet loss after hardware address update
by Michael S. Tsirkin
· 18 years ago
37c22a7
IPoIB: Fix kernel unaligned access on ia64
by Jack Morgenstein
· 19 years ago
f697f74
IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()
by Roland Dreier
· 19 years ago
a30bb96c
IPoIB: Close race in ipoib_flush_paths()
by Eli Cohen
· 19 years ago
0f48525
IPoIB: Make send and receive queue sizes tunable
by Shirley Ma
· 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
ef12d45
IPoIB: Fix oops with raw sockets
by Roland Dreier
· 19 years ago
7a343d4
IPoIB: P_Key change event handling
by Leonid Arsh
· 19 years ago
3d1f337
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
c5ecd62
[NET]: Move destructor from neigh->ops to neigh_params
by Michael S. Tsirkin
· 19 years ago
bfef73f
IPoIB: Get rid of useless test of queue length
by Roland Dreier
· 19 years ago
0b3ea08
IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue
by Jack Morgenstein
· 19 years ago
47f7a07
IPoIB: Make sure path is fully initialized before using it
by Michael S. Tsirkin
· 19 years ago
95ed644
IB: convert from semaphores to mutexes
by Ingo Molnar
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
267ee88
IPoIB: fix error handling in ipoib_open
by Roland Dreier
· 19 years ago
5872a9f
IPoIB: always set path->query to NULL when query finishes
by Roland Dreier
· 19 years ago
65c7edd
IPoIB: reinitialize path struct's completion for every query
by Roland Dreier
· 19 years ago
1732b0e
[IPoIB] add path record information in debugfs
by Roland Dreier
· 19 years ago
21a3848
[IPoIB] remove unneeded initializations to 0
by Roland Dreier
· 19 years ago
de6eb66
[IB] kzalloc() conversions
by Roland Dreier
· 19 years ago
a20583a
[IPoIB] use spin_trylock_irqsave()
by Roland Dreier
· 19 years ago
1993d68
[IPoIB] Drop RX packets when out of memory
by Roland Dreier
· 19 years ago
4b2d319
[IPoIB] Improve ipoib_timeout() output
by Roland Dreier
· 19 years ago
Next »