index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
net: qlge: use memmove instead of skb_copy_to_linear_data
Arnd Bergmann
1
-2
/
+1
2018-02-03
net: qed: use correct strncpy() size
Arnd Bergmann
1
-4
/
+2
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
35
-6166
/
+7550
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2018-01-30
qlcnic: fix deadlock bug
Junxiao Bi
1
-9
/
+9
2018-01-26
qed: code indent should use tabs where possible
Rohit Visavalia
1
-5
/
+5
2018-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+17
2018-01-25
qed: Free reserved MR tid
Michal Kalderon
1
-11
/
+17
2018-01-25
qed: Remove reserveration of dpi for kernel
Michal Kalderon
1
-3
/
+0
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2018-01-16
qed: Fix potential use-after-free in qed_spq_post()
Roland Dreier
1
-1
/
+7
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-0
/
+13
2018-01-06
xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg
Jesper Dangaard Brouer
3
-0
/
+13
2018-01-03
qed: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2
-9
/
+6
2018-01-02
qed*: Advance drivers' version to 8.33.0.20
Tomer Tayar
2
-7
/
+7
2018-01-02
qed*: Utilize FW 8.33.1.0
Tomer Tayar
25
-1442
/
+2491
2018-01-02
qed*: HSI renaming for different types of HW
Tomer Tayar
11
-3952
/
+3953
2018-01-02
qed*: Refactoring and rearranging FW API with no functional impact
Tomer Tayar
8
-3825
/
+4148
2017-12-19
qede: Use NETIF_F_GRO_HW.
Michael Chan
4
-18
/
+25
2017-12-04
drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() ordering
Paul E. McKenney
1
-3
/
+1
2017-12-03
net: xdp: make the stack take care of the tear down
Jakub Kicinski
1
-4
/
+0
2017-11-30
netxen: remove timespec usage
Arnd Bergmann
1
-3
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+1
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-2
/
+1
2017-11-16
qed: use kzalloc instead of kmalloc and memset
Colin Ian King
1
-2
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-49
/
+936
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+4
2017-11-11
qlge: remove duplicated assignment to mbcp
Colin Ian King
1
-1
/
+0
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
3
-4
/
+4
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-0
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-10-19
qed: Fix iWARP out of order flow
Michal Kalderon
5
-6
/
+25
2017-10-09
qed: Add iWARP support for fpdu spanned over more than two tcp packets
Michal Kalderon
2
-0
/
+194
2017-10-09
qed: Add support for MPA header being split over two tcp packets
Michal Kalderon
2
-1
/
+41
2017-10-09
qed: Add support for freeing two ll2 buffers for corner cases
Michal Kalderon
2
-0
/
+26
2017-10-09
qed: Add unaligned and packed packet processing
Michal Kalderon
2
-0
/
+270
2017-10-09
qed: Add mpa buffer descriptors for storing and processing mpa fpdus
Michal Kalderon
2
-0
/
+127
2017-10-09
qed: Add ll2 connection for processing unaligned MPA packets
Michal Kalderon
2
-0
/
+66
2017-10-09
qed: Add LL2 slowpath handling
Michal Kalderon
1
-2
/
+38
2017-10-09
qed: Add the source of a packet sent on an iWARP ll2 connection
Michal Kalderon
1
-1
/
+6
2017-10-09
qed: Fix initialization of ll2 offload feature
Michal Kalderon
1
-0
/
+3
2017-10-09
qed: Add ll2 option for dropping a tx packet
Michal Kalderon
1
-2
/
+14
2017-10-09
qed: Add ll2 ability of opening a secondary queue
Michal Kalderon
2
-1
/
+7
2017-10-09
qed: Add ll2 option to limit the number of bds per packet
Michal Kalderon
2
-14
/
+24
2017-10-09
qed: Delete redundant check on dcb_app priority
Christos Gkekas
1
-1
/
+1
2017-10-05
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
1
-7
/
+4
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-09-26
qed: iWARP - Add check for errors on a SYN packet
Michal Kalderon
2
-0
/
+9
[next]