Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
49b3deaad3452217d62dbd78da8df24eb0c7e169
/
drivers
/
infiniband
/
hw
/
hfi1
/
driver.c
5ffd048
IB/hfi1: Add software counter for ctxt0 seq drop
by Mike Marciniszyn
· 5 years ago
d791d29
IB/hfi1: Return void in packet receiving functions
by Grzegorz Andrejczuk
· 5 years ago
6266103
IB/hfi1: Create API for auto activate
by Mike Marciniszyn
· 5 years ago
cd47b59
IB/hfi1: IB/hfi1: Add an API to handle special case drop
by Mike Marciniszyn
· 5 years ago
01c7fc5
IB/hfi1: Add fast and slow handlers for receive context
by Mike Marciniszyn
· 5 years ago
44ec5aa
IB/hfi1: List all receive contexts from debugfs
by Michael J. Ruhl
· 5 years ago
2fb3b5a
IB/hfi1: Add accessor API routines to access context members
by Mike Marciniszyn
· 5 years ago
3c176c9
IB/hfi1: Remove reference to RHF.VCRCErr
by John Fleck
· 6 years ago
1c726c4
Merge HFI1 updates into k.o/for-next
by Jason Gunthorpe
· 6 years ago
747b931
IB/hfi1: Implement CCA for TID RDMA protocol
by Kaike Wan
· 6 years ago
03b9278
hfi1: Convert hfi1_unit_table to XArray
by Matthew Wilcox
· 6 years ago
22d136d
IB/hfi1: Add TID RDMA handlers
by Kaike Wan
· 6 years ago
ff8b67f
IB/hfi1: Consider LMC in 16B/bypass ingress packet check
by Ashutosh Dixit
· 6 years ago
fe4dd42
IB/hfi1: Correctly process FECN and BECN in packets
by Mitko Haralanov
· 6 years ago
40442b3
IB/hfi1: Move rhf_offset from devdata to ctxtdata
by Mike Marciniszyn
· 7 years ago
b0ba3c1
IB/hfi1: Move normal functions from hfi1_devdata to const array
by Mike Marciniszyn
· 7 years ago
81cd389
IB/hfi1: Add support for 16B Management Packets
by Don Hiatt
· 7 years ago
a74d530
IB/hfi1: Rework fault injection machinery
by Mitko Haralanov
· 7 years ago
f59fb9e
IB/hfi1: Fix handling of FECN marked multicast packet
by Mike Marciniszyn
· 7 years ago
4190443
IB/hfi1: Add a missing rcu_read_unlock()
by Bart Van Assche
· 7 years ago
6197a81
IB/hfi1: Add 16B rcvhdr trace support
by Don Hiatt
· 7 years ago
78d3633
IB/hfi1: Remove blind constants from 16B update
by Mike Marciniszyn
· 7 years ago
aca7f4f
IB/hfi1: Optimize process_receive_ib()
by Sebastian Sanchez
· 7 years ago
ca85bb1c
IB/hfi1: Remove unnecessary fecn and becn fields
by Sebastian Sanchez
· 7 years ago
bdaf96f
IB/hfi1: Look up ibport using a pointer in receive path
by Sebastian Sanchez
· 7 years ago
6d6b884
IB/hfi1: Optimize packet type comparison using 9B and bypass code paths
by Sebastian Sanchez
· 7 years ago
11f0e89
IB/{hfi1, qib}: Fix a concurrency issue with device name in logging
by Michael J. Ruhl
· 7 years ago
06f2597
IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall
by Michael J. Ruhl
· 7 years ago
cc9a97e
IB/hfi1: Do not allocate PIO send contexts for VNIC
by Niranjana Vishwanathapura
· 7 years ago
894b82c
Merge branch 'timer_setup' into for-next
by Doug Ledford
· 7 years ago
8064135
IB/hfi1: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
e2fdbc2
IB/hfi1: Define hfi1_handle_cnp_tbl[] once
by Bart Van Assche
· 7 years ago
d59075a
IB/hfi1: Add a safe wrapper for _rcd_get_by_index
by Michael J. Ruhl
· 7 years ago
bf808b5
IB/hfi1: Add kernel receive context info to debugfs
by Kaike Wan
· 7 years ago
88733e3
IB/hfi1: Add 16B UD support
by Don Hiatt
· 7 years ago
5786adf3
IB/hfi1: Add support to process 16B header errors
by Don Hiatt
· 7 years ago
72c07e2
IB/hfi1: Add support to receive 16B bypass packets
by Don Hiatt
· 7 years ago
d295dbe
IB/hf1: User context locking is inconsistent
by Michael J. Ruhl
· 7 years ago
71d4700
IB/hfi1: Create workqueue for link events
by Sebastian Sanchez
· 7 years ago
e6f7622
IB/hfi1: Size rcd array index correctly and consistently
by Michael J. Ruhl
· 7 years ago
cb51c5d
IB/hfi1: Fix bar0 mapping to use write combining
by Mike Marciniszyn
· 7 years ago
a5f6672
Merge branch 'misc' into k.o/for-next
by Doug Ledford
· 7 years ago
e1267b0
RDMA: Remove useless MODULE_VERSION
by Leon Romanovsky
· 8 years ago
bec7c79
IB/hfi1: Modify handling of physical link state by Host Driver
by Byczkowski, Jakub
· 8 years ago
52d86e7
IB/hfi1: Remove subtraction of uninitialized value
by Dennis Dalessandro
· 8 years ago
9039746
IB/hfi1: Setup common IB fields in hfi1_packet struct
by Don Hiatt
· 8 years ago
7dafbab
IB/hfi1: Add functions to parse BTH/IB headers
by Don Hiatt
· 8 years ago
8737ce9
IB/hfi1: Fix an assign/ordering issue with shared context IDs
by Michael J. Ruhl
· 8 years ago
5fbded4
IB/hfi1: Search shared contexts on the opened device, not all devices
by Michael J. Ruhl
· 8 years ago
f4cd876
IB/hfi1: Name function prototype parameters
by Michael J. Ruhl
· 8 years ago
d8966fc
IB/core: Use rdma_ah_attr accessor functions
by Dasaratharaman Chandramouli
· 8 years ago
3d59109
IB/hfi1: Use defines from common headers
by Don Hiatt
· 8 years ago
cb427057
IB/hfi1: Add functions to parse 9B headers
by Don Hiatt
· 8 years ago
aad559c
IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5
by Dasaratharaman Chandramouli
· 8 years ago
2280740
IB/hfi1: Virtual Network Interface Controller (VNIC) HW support
by Vishwanathapura, Niranjana
· 8 years ago
d4829ea
IB/hfi1: OPA_VNIC RDMA netdev support
by Vishwanathapura, Niranjana
· 8 years ago
243d9f4
IB/hfi1: Add transmit fault injection feature
by Don Hiatt
· 8 years ago
0181ce3
IB/hfi1: Add receive fault injection feature
by Don Hiatt
· 8 years ago
f3e862c
IB/hfi1: Access hfi1_ibport through rcd pointer
by Sebastian Sanchez
· 8 years ago
a82a7fc
IB/hfi1: Process qp wait list in IRQ thread periodically
by Mike Marciniszyn
· 8 years ago
4d5b57e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
b44980f
IB/hfi1: Replace qp->refcount release code with standard driver wrapper
by Sebastian Sanchez
· 8 years ago
f2d8a0b
IB/hfi1: Fix ECN processing in prescan_rxq
by Dasaratharaman Chandramouli
· 8 years ago
505efe3
IB/hfi1: Fix status error code for unsupported packets
by Jakub Pawlak
· 8 years ago
261a435
IB/qib,IB/hfi: Use core common header file
by Mike Marciniszyn
· 8 years ago
69b9f4a
IB/hfi1: Validate header in set_armed_active
by Mike Marciniszyn
· 8 years ago
c867caaf
IB/hfi1: Pass packet ptr to set_armed_active
by Mike Marciniszyn
· 8 years ago
b736a46
IB/hfi1: Use hdr2sc function to calculate 5-bit SC
by Dasaratharaman Chandramouli
· 8 years ago
5fd2b56
IB/hfi1: Pull FECN/BECN processing to a common place
by Mitko Haralanov
· 8 years ago
2b71904
IB/hfi1: Add counter to track unsupported packets drop
by Jakub Pawlak
· 9 years ago
f48ad61
IB/hfi1: Move driver out of staging
by Dennis Dalessandro
· 9 years ago
[Renamed from drivers/staging/rdma/hfi1/driver.c]
cde10af
IB/hfi1: Correct log message strings
by Jakub Pawlak
· 9 years ago
ef699e8
IB/hfi1: Adjust default MTU to be 10KB
by Sebastian Sanchez
· 9 years ago
b8ba452
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
2243472
IB/hfi1: Improve LED beaconing
by Easwar Hariharan
· 9 years ago
f538966
staging: rdma: hfi1: driver: Replace IS_ALIGNED with PAGE_ALIGNED
by Amitoj Kaur Chawla
· 9 years ago
409b146
staging/rdma/hfi1: Fix reporting of LED status in Get(LedInfo) and Get(PortInfo)
by Easwar Hariharan
· 9 years ago
05d6ac1
staging/rdma/hfi1: Fix header
by Jubin John
· 9 years ago
e490974
staging/rdma/hfi1: Add braces on all arms of statement
by Jubin John
· 9 years ago
17fb4f2
staging/rdma/hfi1: Fix code alignment
by Jubin John
· 9 years ago
d0d236e
staging/rdma/hfi1: Fix logical continuations
by Jubin John
· 9 years ago
5161fc3
staging/rdma/hfi1: Remove blank line before close brace
by Jubin John
· 9 years ago
458e86a
staging/rdma/hfi1: Remove blank line after an open brace
by Jubin John
· 9 years ago
d125a6c
staging/rdma/hfi1: Fix comparison to NULL
by Jubin John
· 9 years ago
50e5dcb
staging/rdma/hfi1: Remove space after cast
by Jubin John
· 9 years ago
8638b77
staging/rdma/hfi1: Add spaces around binary operators
by Jubin John
· 9 years ago
91ab4ed
staging/rdma/hfi1: Implement LED beaconing for maintenance
by Easwar Hariharan
· 9 years ago
6c9e50f
staging/rdma/hfi1: Method to toggle "fast ECN" detection
by Vennila Megavannan
· 9 years ago
ec4274f
staging/rdma/hfi1: Remove modify queue pair from hfi1
by Dennis Dalessandro
· 9 years ago
83693bd
staging/rdma/hfi1: Use rdmavt version of post_send
by Dennis Dalessandro
· 9 years ago
54d10c1
staging/rdma/hfi1: Use rdmavt send flags and recv flags
by Dennis Dalessandro
· 9 years ago
4eb0688
staging/rdma/hfi1: Remove ibport and use rdmavt version
by Dennis Dalessandro
· 9 years ago
895420d
staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp type
by Dennis Dalessandro
· 9 years ago
8859b4a
staging/rdma/hfi1: Use correct rdmavt header files after move.
by Dennis Dalessandro
· 9 years ago
49dbb6c
staging/rdma/hfi1: Add device specific info prints
by Dennis Dalessandro
· 9 years ago
fb9036d
staging/hfi1: check for ARMED->ACTIVE change in recv int
by Jim Snow
· 9 years ago
624be1d
staging/hfi1: Clean up comments
by Edward Mascarenhas
· 9 years ago
80e4898
staging/rdma/hfi1: Clean up comments
by Edward Mascarenhas
· 9 years ago
9d2f53e
staging/rdma/hfi1: Fix error in hfi1 driver build
by Jubin John
· 9 years ago
9805071
staging/rdma/hfi1: Add space between concatenated string elements
by Jubin John
· 9 years ago
Next »