index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-07
net/qla3xxx: fix an error code in ql_adapter_up()
Dan Carpenter
1
-10
/
+9
2021-12-03
qede: validate non LSO skb length
Manish Chopra
1
-0
/
+7
2021-12-01
net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()
Zhou Qingyang
1
-2
/
+8
2021-11-26
net: qed: fix the array may be out of bound
zhangyue
1
-3
/
+3
2021-11-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-13
/
+4
2021-11-01
RDMA/qed: Use helper function to set GUIDs
Kamal Heib
1
-13
/
+4
2021-10-29
net: netxen: fix code indentation
Jean Sacren
1
-1
/
+1
2021-10-25
net: qed_dev: fix check of true !rc expression
Jean Sacren
1
-1
/
+1
2021-10-25
net: qed_ptp: fix check of true !rc expression
Jean Sacren
1
-2
/
+2
2021-10-19
ethernet: netxen: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-18
qed: Change the TCP common variable - "iscsi_ooo"
Shai Malin
1
-26
/
+24
2021-10-18
qed: Optimize the ll2 ooo flow
Shai Malin
2
-41
/
+42
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-10-14
ethernet: replace netdev->dev_addr 16bit writes
Jakub Kicinski
1
-4
/
+6
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
10
-11
/
+11
2021-10-13
net: qed_debug: fix check of false (grc_param < 0) expression
Jean Sacren
1
-1
/
+1
2021-10-10
ethernet: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-10-09
qed: Fix missing error code in qed_slowpath_start()
chongjiapeng
1
-0
/
+1
2021-10-08
qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
Prabhakar Kushwaha
1
-0
/
+12
2021-10-08
qed: Initialize debug string array
Tim Gardner
1
-3
/
+0
2021-10-06
qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"
Colin Ian King
1
-1
/
+1
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
3
-3
/
+3
2021-10-04
qed: fix ll2 establishment during load of RDMA driver
Manish Chopra
1
-5
/
+44
2021-10-04
qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
Prabhakar Kushwaha
1
-0
/
+1
2021-10-04
qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
Nikolay Assa
1
-0
/
+1
2021-10-04
qed: Update debug related changes
Prabhakar Kushwaha
8
-505
/
+1031
2021-10-04
qed: Add '_GTT' suffix to the IRO RAM macros
Prabhakar Kushwaha
10
-111
/
+143
2021-10-04
qed: Update FW init functions to support FW 8.59.1.0
Omkar Kulkarni
6
-200
/
+372
2021-10-04
qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h
Prabhakar Kushwaha
1
-257
/
+390
2021-10-04
qed: Update qed_hsi.h for fw 8.59.1.0
Prabhakar Kushwaha
10
-308
/
+1588
2021-10-04
qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0
Prabhakar Kushwaha
3
-263
/
+800
2021-10-04
qed: Update common_hsi for FW ver 8.59.1.0
Prabhakar Kushwaha
1
-1
/
+1
2021-10-04
qed: Split huge qed_hsi.h header file
Omkar Kulkarni
23
-3747
/
+3794
2021-10-04
qed: Remove e4_ and _e4 from FW HSI
Shai Malin
14
-3451
/
+3444
2021-10-04
qed: Fix kernel-doc warnings
Prabhakar Kushwaha
16
-1734
/
+1956
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2
-3
/
+3
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-09-27
qed: Move devlink registration to be last devlink command
Leon Romanovsky
1
-5
/
+2
2021-09-24
qed: Don't ignore devlink allocation failures
Leon Romanovsky
1
-7
/
+5
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+16
2021-09-22
qed: rdma - don't wait for resources under hw error recovery flow
Shai Malin
2
-0
/
+16
2021-09-22
devlink: Make devlink_register to be void
Leon Romanovsky
1
-6
/
+1
2021-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+6
2021-09-13
qed: Improve the stack space of filter_config()
Shai Malin
2
-48
/
+22
2021-09-10
qlcnic: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-09-10
qed: Handle management FW error
Shai Malin
1
-1
/
+5
2021-09-07
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+0
2021-09-04
qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
Dinghao Liu
1
-1
/
+0
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+2
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
4
-5
/
+14
[next]