index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
Commit message (
Expand
)
Author
Age
Files
Lines
*
MODULE_DEVICE_TABLE: fix some callsites
Andrew Morton
2015-02-14
1
-1
/
+0
*
be2net: avoid unncessary swapping of fields in eth_tx_wrb
Sathya Perla
2015-02-08
2
-18
/
+27
*
be2net: process port misconfig async event
Vasundhara Volam
2015-02-08
4
-30
/
+139
*
be2net: refactor be_set_rx_mode() and be_vid_config() for readability
Sathya Perla
2015-02-08
2
-97
/
+127
*
be2net: remove duplicate code in be_cmd_rx_filter()
Sathya Perla
2015-02-08
3
-51
/
+36
*
be2net: use offset based FW flashing for Skyhawk chip
Vasundhara Volam
2015-02-08
3
-23
/
+66
*
be2net: avoid flashing SH-B0 UFI image on SH-P2 chip
Vasundhara Volam
2015-02-08
2
-2
/
+9
*
be2net: refactor code that checks flash file compatibility
Vasundhara Volam
2015-02-08
2
-68
/
+78
*
be2net: replace (1 << x) with BIT(x)
Vasundhara Volam
2015-02-08
3
-15
/
+15
*
be2net: move un-exported routines from be.h to respective src files
Sathya Perla
2015-02-08
3
-166
/
+167
*
be2net: fix sparse warning
Lad, Prabhakar
2015-02-06
1
-1
/
+1
*
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
2015-02-02
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-28
1
-3
/
+38
|
\
|
*
be2net: Allow GRE to work concurrently while a VxLAN tunnel is configured
Sriharsha Basavapatna
2015-01-15
1
-3
/
+38
*
|
be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFs
Kalesh AP
2015-01-25
1
-0
/
+1
*
|
be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.h
Vasundhara Volam
2015-01-25
3
-224
/
+176
*
|
be2net: issue function reset cmd in resume path
Kalesh AP
2015-01-25
1
-0
/
+4
*
|
be2net: add a log message for POST timeout in Lancer
Kalesh AP
2015-01-25
1
-6
/
+11
*
|
be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/Lancer
Kalesh AP
2015-01-25
1
-1
/
+1
*
|
be2net: fix failure case in setting flow control
Kalesh AP
2015-01-25
2
-11
/
+15
*
|
be2net: move interface create code to a separate routine
Kalesh AP
2015-01-25
1
-20
/
+29
*
|
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-6
/
+6
*
|
be2net: support TX batching using skb->xmit_more flag
Sathya Perla
2015-01-05
4
-116
/
+133
|
/
*
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
2014-12-26
1
-3
/
+5
*
be2net: Fix incorrect setting of tunnel offload flag in netdev features
Sriharsha Basavapatna
2014-12-18
1
-0
/
+2
*
be2net: Export tunnel offloads only when a VxLAN tunnel is created
Sriharsha Basavapatna
2014-12-11
2
-10
/
+33
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-09
1
-2
/
+10
*
emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment
Alexander Duyck
2014-12-09
1
-2
/
+1
*
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
2014-12-03
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-30
1
-0
/
+5
|
\
|
*
net: Check for presence of IFLA_AF_SPEC
Thomas Graf
2014-11-26
1
-0
/
+2
|
*
net: Validate IFLA_BRIDGE_MODE attribute length
Thomas Graf
2014-11-26
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-22
1
-0
/
+6
|
\
|
|
*
be2net: Implement ndo_gso_check()
Joe Stringer
2014-11-14
1
-0
/
+6
*
|
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
2014-11-21
1
-2
/
+4
*
|
be2net:use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-5
/
+5
|
/
*
be2net: fix alignment on line wrap
Kalesh AP
2014-09-22
3
-10
/
+11
*
be2net: remove multiple assignments on a single line
Kalesh AP
2014-09-22
3
-8
/
+12
*
be2net: remove space after typecasts
Kalesh AP
2014-09-22
2
-5
/
+5
*
be2net: remove unnecessary blank lines after an open brace
Kalesh AP
2014-09-22
2
-5
/
+0
*
be2net: insert a blank line after function/struct//enum definitions
Kalesh AP
2014-09-22
2
-0
/
+5
*
be2net: remove multiple blank lines
Kalesh AP
2014-09-22
3
-4
/
+0
*
be2net: add blank line after declarations
Kalesh AP
2014-09-22
4
-0
/
+38
*
be2net: remove return statements for void functions
Kalesh AP
2014-09-22
2
-5
/
+0
*
be2net: add speed reporting for 20G-KR interface
Vasundhara Volam
2014-09-22
2
-0
/
+8
*
be2net: add speed reporting for 40G/KR interface
Kalesh AP
2014-09-22
1
-0
/
+7
*
be2net: fix sparse warnings in be_cmd_req_port_type{}
Suresh Reddy
2014-09-22
1
-2
/
+2
*
be2net: fix a sparse warning in be_cmd_modify_eqd()
Kalesh AP
2014-09-22
1
-2
/
+2
*
be2net: enable PCIe error reporting on VFs too
Kalesh AP
2014-09-13
1
-5
/
+3
*
be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer
Kalesh AP
2014-09-13
1
-2
/
+21
[next]