index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
/
qed
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
qed: remove unused num_ooo_add_to_peninsula variable
Tom Rix
1
-2
/
+1
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2023-03-19
qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
Daniil Tatianin
1
-1
/
+4
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+6
2023-03-16
qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
Daniil Tatianin
1
-1
/
+1
2023-03-13
qed/qed_dev: guard against a possible division by zero
Daniil Tatianin
1
-0
/
+5
2023-03-08
qed: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-9
/
+0
2023-01-27
qed: remove pointless call to devlink_param_driverinit_value_set()
Jiri Pirko
1
-6
/
+0
2023-01-10
qed: fix a typo in comment
Dai Shixin
1
-1
/
+1
2023-01-04
qed: allow sleep in qed_mcp_trace_dump()
Caleb Sander
1
-8
/
+20
2022-12-09
skbuff: Introduce slab_build_skb()
Kees Cook
1
-1
/
+1
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-4
/
+0
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+12
2022-11-25
qed: avoid defines prefixed with CONFIG
Lukas Bulwahn
1
-12
/
+12
2022-11-02
qed (gcc13): use u16 for fid to be big enough
Jiri Slaby (SUSE)
1
-1
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-12
qlogic: qed: fix clang -Wformat warnings
Justin Stitt
1
-2
/
+2
2022-07-06
qed: Use bitmap_empty()
Christophe JAILLET
1
-1
/
+1
2022-07-06
qed: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-07-01
qlogic/qed: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
2
-32
/
+15
2022-05-22
qed: fix typos in comments
Julia Lawall
2
-2
/
+2
2022-05-17
qed: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-02
qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()
Yury Norov
1
-1
/
+1
2022-05-02
qed: rework qed_rdma_bmap_free()
Yury Norov
1
-31
/
+14
2022-04-22
qed: Remove IP services API.
Guillaume Nault
2
-240
/
+1
2022-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-04-07
qed: remove an unneed NULL check on list iterator
Xiaomeng Tong
1
-2
/
+2
2022-04-04
qed: fix ethtool register dump
Manish Chopra
1
-1
/
+1
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6
-20
/
+143
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-03-21
qed: remove unnecessary memset in qed_init_fw_funcs
Wan Jiabing
1
-2
/
+0
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+18
2022-03-07
qed: return status of qed_iov_get_link
Tom Rix
1
-7
/
+11
2022-03-07
net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...
Jia-Ju Bai
1
-0
/
+7
2022-03-03
qed: validate and restrict untrusted VFs vlan promisc mode
Manish Chopra
2
-2
/
+27
2022-03-03
qed: display VF trust config
Manish Chopra
1
-0
/
+1
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-02-10
qed: prevent a fw assert during device shutdown
Venkata Sudheer Kumar Bhavaraju
3
-2
/
+51
2022-01-31
qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.
Venkata Sudheer Kumar Bhavaraju
2
-14
/
+64
2022-01-02
qed: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
1
-23
/
+5
2021-12-03
qed*: esl priv flag support through ethtool
Manish Chopra
4
-1
/
+67
2021-12-03
qed*: enhance tx timeout debug info
Manish Chopra
5
-0
/
+86
2021-12-02
qed: Enhance rammod debug prints to provide pretty details
Prabhakar Kushwaha
4
-15
/
+158
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2021-11-26
net: qed: fix the array may be out of bound
zhangyue
1
-3
/
+3
2021-11-22
qed: Use the bitmap API to simplify some functions
Christophe JAILLET
1
-19
/
+5
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-25
net: qed_dev: fix check of true !rc expression
Jean Sacren
1
-1
/
+1
[next]