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
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+2
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-6
/
+2
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+10
2019-11-08
qede: fix NULL pointer deref in __qede_remove()
Manish Chopra
1
-2
/
+10
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-7
/
+22
2019-10-30
qed: Optimize execution time for nvm attributes configuration.
Sudarsana Reddy Kalluru
1
-6
/
+21
2019-10-30
qed: fix spelling mistake "queuess" -> "queues"
Colin Ian King
1
-1
/
+1
2019-10-28
net: Fix misspellings of "configure" and "configuration"
Geert Uytterhoeven
3
-4
/
+4
2019-10-04
net: qlogic: Fix memory leak in ql_alloc_large_buffers
Navid Emamdoost
1
-0
/
+1
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+1
2019-09-21
qede: qede_fp: simplify a bit 'qede_rx_build_skb()'
Christophe JAILLET
1
-2
/
+1
2019-09-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+2
2019-09-16
qed: fix spelling mistake "fullill" -> "fulfill"
Colin Ian King
1
-1
/
+1
2019-09-13
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+3
2019-09-11
qed: Fix Config attribute frame format.
Sudarsana Reddy Kalluru
1
-10
/
+11
2019-09-11
qed*: Fix size of config attribute dump.
Sudarsana Reddy Kalluru
2
-6
/
+34
2019-09-05
net: qed: Move static keyword to the front of declaration
Krzysztof Wilczynski
1
-1
/
+1
2019-08-31
qede: Add support for dumping the grc data.
Sudarsana Reddy Kalluru
2
-2
/
+28
2019-08-31
qed: Add APIs for configuring grc dump config flags.
Sudarsana Reddy Kalluru
3
-0
/
+118
2019-08-31
qede: Add support for reading the config id attributes.
Sudarsana Reddy Kalluru
2
-0
/
+103
2019-08-31
qed: Add APIs for reading config id attributes.
Sudarsana Reddy Kalluru
3
-0
/
+71
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2019-08-22
qed: Add cleanup in qed_slowpath_start()
Wenwen Wang
1
-1
/
+3
2019-08-21
Merge branch 'odp_fixes' into rdma.git for-next
Jason Gunthorpe
2
-5
/
+4
2019-08-15
qed: Add driver API for flashing the config attributes.
Sudarsana Reddy Kalluru
1
-0
/
+68
2019-08-15
qed: Add API for configuring NVM attributes.
Sudarsana Reddy Kalluru
3
-0
/
+69
2019-08-08
qed: Add new ethtool supported port types based on media.
Rahul Verma
2
-2
/
+7
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+2
2019-08-02
net/ethernet/qlogic/qed: force the string buffer NULL-terminated
Wang Xiayang
1
-1
/
+1
2019-07-26
qed: RDMA - Fix the hw_ver returned in device attributes
Michal Kalderon
1
-1
/
+1
2019-07-25
qed*: Change dpi_addr to be denoted with __iomem
Michal Kalderon
1
-3
/
+2
2019-07-24
qed: reduce maximum stack frame size
Arnd Bergmann
1
-19
/
+15
2019-07-23
qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/
Benjamin Poirier
8
-11442
/
+0
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2
-3
/
+3
2019-07-21
qed: Prefer pcie_capability_read_word()
Frederick Lawler
1
-3
/
+2
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
1
-3
/
+0
2019-07-09
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
3
-6
/
+6
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-20
/
+3
2019-07-03
qlcnic: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2019-07-03
qed: Add support for Timestamping the unicast PTP packets.
Sudarsana Reddy Kalluru
1
-2
/
+6
2019-06-18
qed: Fix -Wmaybe-uninitialized false positive
Arnd Bergmann
1
-0
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+3
2019-06-14
qed: iWARP - Fix default window size to be based on chip
Michal Kalderon
1
-5
/
+25
2019-06-14
qed: iWARP - Fix tc for MPA ll2 connection
Michal Kalderon
1
-0
/
+2
2019-06-14
qed: iWARP - fix uninitialized callback
Michal Kalderon
1
-0
/
+1
2019-06-14
qed: iWARP - Use READ_ONCE and smp_store_release to access ep->state
Michal Kalderon
1
-5
/
+11
2019-06-13
qede: Make two functions static
YueHaibing
1
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440
Thomas Gleixner
3
-12
/
+3
2019-06-03
qed: Fix build error without CONFIG_DEVLINK
YueHaibing
1
-0
/
+1
[next]