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
/
qed
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
qed: avoid possible stack overflow in qed_ll2_acquire_connection
Arnd Bergmann
3
-61
/
+53
2016-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2016-12-17
qed: fix old-style function definition
Arnd Bergmann
1
-1
/
+1
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-3
/
+3
2016-12-14
treewide: Fix printk() message errors
Masanari Iida
2
-3
/
+3
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-12-05
net: ethernet: qlogic: set error code on failure
Pan Bian
1
-0
/
+1
2016-12-02
qed: Add iSCSI out of order packet handling.
Yuval Mintz
9
-30
/
+1234
2016-12-02
qed: Add support for hardware offloaded iSCSI.
Yuval Mintz
8
-2
/
+1368
2016-11-30
qed*: Handle-based L2-queues.
Mintz, Yuval
8
-494
/
+698
2016-11-30
qed: Optimize qed_chain datapath usage
Mintz, Yuval
2
-5
/
+6
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+9
2016-11-10
qed: Correct rdma params configuration
Ram Amrani
1
-9
/
+8
2016-11-10
qed: configure ll2 RoCE v1/v2 flavor correctly
Ram Amrani
2
-3
/
+1
2016-11-09
qed: Prevent stack corruption on MFW interaction
Mintz, Yuval
2
-5
/
+12
2016-11-01
qed: Correct VF mac number
Mintz, Yuval
3
-0
/
+22
2016-10-31
qed: Learn resources from management firmware
Tomer Tayar
6
-62
/
+340
2016-10-31
qed: Use VF-queue feature
Mintz, Yuval
4
-16
/
+54
2016-10-31
qed: Learn of RDMA capabilities per-device
Mintz, Yuval
2
-8
/
+77
2016-10-31
qed*: Add support for WoL
Mintz, Yuval
5
-5
/
+114
2016-10-31
qed: Add nvram selftest
Mintz, Yuval
6
-0
/
+251
2016-10-31
qed*: Management firmware - notifications and defaults
Sudarsana Kalluru
6
-3
/
+449
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-305
/
+180
2016-10-22
qed: Zero-out the buffer paased to dcbx_query() API
Sudarsana Reddy Kalluru
1
-0
/
+2
2016-10-22
qed*: Reduce the memory footprint for Rx path
Sudarsana Reddy Kalluru
1
-0
/
+1
2016-10-18
qed: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-7
/
+4
2016-10-18
qed: Remove useless set memory to zero use memset()
Wei Yongjun
1
-1
/
+0
2016-10-14
qed: Fix possible race when reading firmware return code.
Manish Chopra
2
-8
/
+8
2016-10-14
qed: Handle malicious VFs events
Yuval Mintz
3
-20
/
+96
2016-10-14
qed: Allow chance for fast ramrod completions
Yuval Mintz
1
-26
/
+59
2016-10-14
qed*: Allow unicast filtering
Yuval Mintz
1
-2
/
+10
2016-10-14
qed: Pass MAC hints to VFs
Yuval Mintz
1
-2
/
+2
2016-10-14
qed: Additional work toward cleaning C=1
Yuval Mintz
8
-164
/
+58
2016-10-14
qed*: Fix Kconfig dependencies with INFINIBAND_QEDR
Yuval Mintz
9
-128
/
+114
2016-10-14
qed: Fix static checker warning.
Yuval Mintz
1
-6
/
+1
2016-10-13
qed: fix old-style function definition
Arnd Bergmann
1
-1
/
+1
2016-10-13
qed: Fix to use list_for_each_entry_safe() when delete items
Wei Yongjun
1
-2
/
+2
2016-10-03
qed: Add RoCE ll2 & GSI support
Ram Amrani
6
-12
/
+444
2016-10-03
qed: Add support for memory registeration verbs
Ram Amrani
1
-0
/
+240
2016-10-03
qed: Add support for QP verbs
Ram Amrani
3
-0
/
+1269
2016-10-03
qed: PD,PKEY and CQ verb support
Ram Amrani
2
-0
/
+345
2016-10-03
qed: Add support for RoCE hw init
Ram Amrani
13
-7
/
+1269
2016-10-03
qed: Add Light L2 support
Yuval Mintz
10
-3
/
+2186
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-09-20
qed: Fix stack corruption on probe
Yuval Mintz
1
-2
/
+2
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+17
2016-09-09
qed: mark symbols static where possible
Baoyou Xie
4
-28
/
+35
2016-09-07
qed*: Add support for the ethtool get_regs operation
Tomer Tayar
1
-0
/
+2
2016-09-07
qed: Add support for debug data collection
Tomer Tayar
7
-12
/
+8916
2016-09-07
qed: add missing header dependencies
Baoyou Xie
1
-0
/
+1
[next]