index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-10
/
+7
2024-04-22
devlink: extend devlink_param *set pointer
Mateusz Polchlopek
1
-1
/
+2
2024-03-29
qed: avoid truncating work queue length
Arnd Bergmann
1
-5
/
+4
2024-03-28
qed: Drop useless pci_params.pm_cap
Bjorn Helgaas
2
-4
/
+1
2024-03-25
Merge patch series "scsi: replace deprecated strncpy"
Martin K. Petersen
1
-1
/
+1
2024-03-10
scsi: qedf: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+1
2024-02-08
qed: remove duplicated assignment to variable opaque_fid
Colin Ian King
1
-2
/
+0
2023-12-12
qed: Fix a potential use-after-free in qed_cxt_tables_alloc
Dinghao Liu
1
-0
/
+1
2023-10-20
qed: devlink health: use retained error fmsg API
Przemek Kitszel
1
-3
/
+3
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2023-10-15
qed: fix LL2 RX buffer allocation
Manish Chopra
1
-2
/
+5
2023-10-13
qed: replace uses of strncpy
Justin Stitt
1
-4
/
+3
2023-10-03
qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
Gustavo A. R. Silva
1
-1
/
+1
2023-08-23
qed/qede: Remove unused declarations
Yue Haibing
1
-1
/
+0
2023-08-15
qed: remove unused 'resp_size' calculation
Arnd Bergmann
1
-28
/
+17
2023-07-29
qed: Fix scheduling in a tasklet while getting stats
Konstantin Khorenko
9
-26
/
+128
2023-06-06
qed/qede: Fix scheduling while atomic
Manish Chopra
1
-1
/
+1
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
[next]