index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
2022-04-30
qede: Reduce verbosity of ptp tx timestamp
Prabhakar Kushwaha
2022-04-22
qed: Remove IP services API.
Guillaume Nault
2022-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-07
qed: remove an unneed NULL check on list iterator
Xiaomeng Tong
2022-04-06
qede: confirm skb is allocated before using
Jamie Bainbridge
2022-04-04
qed: fix ethtool register dump
Manish Chopra
2022-03-26
qlcnic: dcb: default to returning -EOPNOTSUPP
Tom Rix
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
2022-03-21
qed: remove unnecessary memset in qed_init_fw_funcs
Wan Jiabing
2022-03-18
qlcnic: remove redundant assignment to variable index
Colin Ian King
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-07
qed: return status of qed_iov_get_link
Tom Rix
2022-03-07
net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...
Jia-Ju Bai
2022-03-03
qed: validate and restrict untrusted VFs vlan promisc mode
Manish Chopra
2022-03-03
qed: display VF trust config
Manish Chopra
2022-02-28
net: qlcnic: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-10
qed: prevent a fw assert during device shutdown
Venkata Sudheer Kumar Bhavaraju
2022-01-31
qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.
Venkata Sudheer Kumar Bhavaraju
2022-01-09
net/qla3xxx: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-09
qlcnic: Simplify DMA setting
Christophe JAILLET
2022-01-02
qed: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-18
qlcnic: potential dereference null pointer of rx_queue->page_ring
Jiasheng Jiang
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-07
net/qla3xxx: fix an error code in ql_adapter_up()
Dan Carpenter
2021-12-03
qed*: esl priv flag support through ethtool
Manish Chopra
2021-12-03
qed*: enhance tx timeout debug info
Manish Chopra
2021-12-03
qede: validate non LSO skb length
Manish Chopra
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-02
qed: Enhance rammod debug prints to provide pretty details
Prabhakar Kushwaha
2021-12-01
net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()
Zhou Qingyang
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
net: qed: fix the array may be out of bound
zhangyue
2021-11-22
qed: Use the bitmap API to simplify some functions
Christophe JAILLET
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-11-01
RDMA/qed: Use helper function to set GUIDs
Kamal Heib
2021-10-29
net: netxen: fix code indentation
Jean Sacren
2021-10-25
net: qed_dev: fix check of true !rc expression
Jean Sacren
2021-10-25
net: qed_ptp: fix check of true !rc expression
Jean Sacren
2021-10-19
ethernet: netxen: use eth_hw_addr_set()
Jakub Kicinski
2021-10-18
qed: Change the TCP common variable - "iscsi_ooo"
Shai Malin
2021-10-18
qed: Optimize the ll2 ooo flow
Shai Malin
[next]