index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-11-18
1
-2
/
+1
|
\
|
*
qed: use kzalloc instead of kmalloc and memset
Colin Ian King
2017-11-16
1
-2
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-16
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
mm: remove __GFP_COLD
Mel Gorman
2017-11-16
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
19
-49
/
+936
|
\
\
|
|
/
|
/
|
|
*
qlge: remove duplicated assignment to mbcp
Colin Ian King
2017-11-11
1
-1
/
+0
|
*
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
2017-11-05
3
-4
/
+4
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
7
-0
/
+7
|
|
\
|
*
|
qed: Fix iWARP out of order flow
Michal Kalderon
2017-10-19
5
-6
/
+25
|
*
|
qed: Add iWARP support for fpdu spanned over more than two tcp packets
Michal Kalderon
2017-10-09
2
-0
/
+194
|
*
|
qed: Add support for MPA header being split over two tcp packets
Michal Kalderon
2017-10-09
2
-1
/
+41
|
*
|
qed: Add support for freeing two ll2 buffers for corner cases
Michal Kalderon
2017-10-09
2
-0
/
+26
|
*
|
qed: Add unaligned and packed packet processing
Michal Kalderon
2017-10-09
2
-0
/
+270
|
*
|
qed: Add mpa buffer descriptors for storing and processing mpa fpdus
Michal Kalderon
2017-10-09
2
-0
/
+127
|
*
|
qed: Add ll2 connection for processing unaligned MPA packets
Michal Kalderon
2017-10-09
2
-0
/
+66
|
*
|
qed: Add LL2 slowpath handling
Michal Kalderon
2017-10-09
1
-2
/
+38
|
*
|
qed: Add the source of a packet sent on an iWARP ll2 connection
Michal Kalderon
2017-10-09
1
-1
/
+6
|
*
|
qed: Fix initialization of ll2 offload feature
Michal Kalderon
2017-10-09
1
-0
/
+3
|
*
|
qed: Add ll2 option for dropping a tx packet
Michal Kalderon
2017-10-09
1
-2
/
+14
|
*
|
qed: Add ll2 ability of opening a secondary queue
Michal Kalderon
2017-10-09
2
-1
/
+7
|
*
|
qed: Add ll2 option to limit the number of bds per packet
Michal Kalderon
2017-10-09
2
-14
/
+24
|
*
|
qed: Delete redundant check on dcb_app priority
Christos Gkekas
2017-10-09
1
-1
/
+1
|
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-0
/
+1
|
*
|
qed: iWARP - Add check for errors on a SYN packet
Michal Kalderon
2017-09-26
2
-0
/
+9
|
*
|
qed: Fix maximum number of CQs for iWARP
Michal Kalderon
2017-09-26
1
-6
/
+6
|
*
|
qed: Add iWARP out of order support
Michal Kalderon
2017-09-26
3
-3
/
+59
|
*
|
qed: Add iWARP enablement support
Michal Kalderon
2017-09-26
4
-5
/
+15
|
*
|
drivers: net: qlogic: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-14
1
-7
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-7
/
+4
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
7
-0
/
+7
|
/
*
qed: remove unnecessary call to memset
Himanshu Jha
2017-09-15
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-02
1
-1
/
+1
|
\
|
*
qlge: avoid memcpy buffer overflow
Arnd Bergmann
2017-08-24
1
-1
/
+1
*
|
qlcnic: remove redundant zero check on retries counter
Colin Ian King
2017-09-01
1
-7
/
+3
*
|
qed: fix spelling mistake: "calescing" -> "coalescing"
Colin Ian King
2017-08-31
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-22
1
-1
/
+1
|
\
|
|
*
netxen: fix incorrect loop counter decrement
Colin Ian King
2017-08-18
1
-1
/
+1
*
|
qlogic: make device_attribute const
Bhumika Goyal
2017-08-21
2
-5
/
+5
*
|
qlge: fix duplicated code for different branches
Gustavo A. R. Silva
2017-08-14
1
-33
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-10
1
-1
/
+1
|
\
|
|
*
qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'
Christophe Jaillet
2017-08-07
1
-1
/
+1
*
|
qlcnic: add const to bin_attribute structure
Bhumika Goyal
2017-08-03
1
-1
/
+1
*
|
qed: Read per queue coalesce from hardware
Rahul Verma
2017-07-27
9
-21
/
+322
*
|
qed: Add support for vf coalesce configuration.
Rahul Verma
2017-07-27
8
-85
/
+249
*
|
qede: Add ethtool support for Energy efficient ethernet.
Sudarsana Reddy Kalluru
2017-07-27
1
-0
/
+84
*
|
qed: Add support for Energy efficient ethernet.
Sudarsana Reddy Kalluru
2017-07-27
5
-7
/
+236
*
|
qed/qede: Add setter APIs support for RX flow classification
Chopra, Manish
2017-07-27
5
-60
/
+347
*
|
qede: Add getter APIs support for RX flow classification
Chopra, Manish
2017-07-27
3
-8
/
+144
*
|
qlcnic: remove unnecessary static in qlcnic_dump_fw()
Gustavo A. R. Silva
2017-07-20
1
-1
/
+1
|
/
[next]