index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
i40iw
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
6
-10
/
+18
2018-05-16
i40iw: Extend port reuse support for listeners
Shiraz Saleem
3
-42
/
+59
2018-05-09
RDMA/i40iw: Avoid panic when reading back the IRQ affinity hint
Andrew Boyer
2
-4
/
+4
2018-05-09
RDMA/i40iw: Avoid reference leaks when processing the AEQ
Andrew Boyer
1
-2
/
+2
2018-05-09
RDMA/i40iw: Avoid panic when objects are being created and destroyed
Andrew Boyer
2
-2
/
+10
2018-05-09
i40iw: Use correct address in dst_neigh_lookup for IPv6
Mustafa Ismail
1
-1
/
+1
2018-05-09
i40iw: Fix memory leak in error path of create QP
Mustafa Ismail
1
-1
/
+1
2018-04-18
infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_l2param_change
Jia-Ju Bai
1
-1
/
+1
2018-04-18
infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_make_listen_node
Jia-Ju Bai
1
-1
/
+1
2018-04-18
infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_add_mqh_4
Jia-Ju Bai
1
-1
/
+1
2018-04-03
i40iw: Remove pre-production workaround for resource profile 1
Shiraz Saleem
1
-2
/
+0
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-0
/
+1
2018-03-16
i40iw: Tear-down connection after CQP Modify QP failure
Henry Orosco
4
-10
/
+30
2018-03-16
i40iw: Refactor of driver generated AEs
Henry Orosco
6
-10
/
+108
2018-03-16
RDMA/i40iw: Move uapi header to include/uapi
Jason Gunthorpe
2
-108
/
+1
2018-03-14
RDMA/i40iw: include linux/irq.h
Arnd Bergmann
1
-0
/
+1
2018-03-07
i40iw: Implement get_vector_affinity API
Shiraz Saleem
1
-0
/
+20
2018-03-07
i40iw: Improve CM node lookup time on connection setup
Shiraz Saleem
4
-37
/
+100
2018-03-07
i40iw: Refactor handling of txpend list
Mustafa Ismail
1
-6
/
+2
2018-01-17
i40iw: Free IEQ resources
Mustafa Ismail
3
-2
/
+3
2018-01-17
i40iw: Remove setting of rem_addr.len
Mustafa Ismail
1
-3
/
+0
2018-01-17
i40iw: Remove limit on re-posting AEQ entries to HW
Sindhu Devale
2
-3
/
+0
2018-01-17
i40iw: Zero-out consumer key on allocate stag for FMR
Shiraz Saleem
1
-0
/
+1
2018-01-17
i40iw: Remove extra call to i40iw_est_sd()
Shiraz Saleem
1
-2
/
+0
2018-01-05
i40iw: Replace mdelay with msleep in i40iw_wait_pe_ready
Jia-Ju Bai
1
-1
/
+1
2017-12-28
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
4
-28
/
+56
2017-12-28
i40iw: Change accelerated flag to bool
Henry Orosco
2
-3
/
+3
2017-12-22
i40iw: Fix the connection ORD value for loopback
Tatyana Nikolova
1
-12
/
+14
2017-12-22
i40iw: Validate correct IRD/ORD connection parameters
Tatyana Nikolova
1
-2
/
+3
2017-12-22
i40iw: Ignore LLP_DOUBT_REACHABILITY AE
Shiraz Saleem
1
-1
/
+2
2017-12-22
i40iw: Fix sequence number for the first partial FPDU
Shiraz Saleem
2
-1
/
+2
2017-12-22
i40iw: Selectively teardown QPs on IP addr change event
Shiraz Saleem
3
-10
/
+24
2017-12-22
i40iw: Add notifier for network device events
Shiraz Saleem
3
-3
/
+56
2017-12-22
i40iw: Correct Q1/XF object count equation
Shiraz Saleem
1
-2
/
+4
2017-12-22
i40iw: Use utility function roundup_pow_of_two()
Shiraz Saleem
3
-33
/
+7
2017-12-22
i40iw: Set MAX_IRD_SIZE to 64
Shiraz Saleem
1
-1
/
+1
2017-12-12
i40iw: Reinitialize add_sd_cnt
Mustafa Ismail
1
-0
/
+1
2017-12-12
i40iw: Use sqsize to initialize cqp_requests elements
Chien Tin Tung
1
-1
/
+1
2017-12-12
i40iw: remove unused 'timeval' struct member
Arnd Bergmann
1
-2
/
+0
2017-12-12
i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section
Geert Uytterhoeven
1
-1
/
+0
2017-12-01
i40iw: Notify user of established connection after QP in RTS
Henry Orosco
1
-6
/
+11
2017-12-01
i40iw: Move MPA request event for loopback after connect
Tatyana Nikolova
1
-2
/
+6
2017-12-01
i40iw: Correct ARP index mask
Mustafa Ismail
1
-1
/
+1
2017-12-01
i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSE
Mustafa Ismail
1
-3
/
+3
2017-12-01
i40iw: Allocate a sdbuf per CQP WQE
Chien Tin Tung
2
-14
/
+33
2017-11-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
16
-149
/
+256
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
i40iw: Move cqp_cmd_head init to CQP initialization
Bob Sharp
1
-1
/
+1
2017-10-18
i40iw: Remove UDA QP from QoS list if creation fails
Ivan Barrera
3
-3
/
+5
2017-10-18
i40iw: Clear CQP Head/Tail during initialization
Christopher Bednarz
1
-0
/
+3
[next]