index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
/
benet
/
be_cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
1
-10
/
+7
|
\
|
*
be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs
Suresh Reddy
2015-03-20
1
-9
/
+5
|
*
be2net: Prevent VFs from enabling VLAN promiscuous mode
Vasundhara Volam
2015-03-20
1
-1
/
+2
*
|
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
1
-1
/
+1
*
|
be2net: implement .sriov_configure() PCI callback
Vasundhara Volam
2015-03-04
1
-3
/
+0
*
|
be2net: re-distribute SRIOV resources allowed by FW
Vasundhara Volam
2015-03-04
1
-29
/
+79
*
|
be2net: avoid creating the non-RSS default RXQ if FW allows to
Vasundhara Volam
2015-03-04
1
-3
/
+0
*
|
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
2015-03-03
1
-1
/
+1
*
|
be2net: remove code duplication relating to Lancer reset sequence
Sathya Perla
2015-02-23
1
-71
/
+10
*
|
be2net: refactor function initalization sequence into be_func_init()
Sathya Perla
2015-02-23
1
-0
/
+4
|
/
*
be2net: process port misconfig async event
Vasundhara Volam
2015-02-07
1
-23
/
+96
*
be2net: remove duplicate code in be_cmd_rx_filter()
Sathya Perla
2015-02-07
1
-35
/
+19
*
be2net: use offset based FW flashing for Skyhawk chip
Vasundhara Volam
2015-02-07
1
-5
/
+13
*
be2net: move un-exported routines from be.h to respective src files
Sathya Perla
2015-02-07
1
-0
/
+18
*
be2net: fix sparse warning
Lad, Prabhakar
2015-02-05
1
-1
/
+1
*
be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFs
Kalesh AP
2015-01-24
1
-0
/
+1
*
be2net: add a log message for POST timeout in Lancer
Kalesh AP
2015-01-24
1
-6
/
+11
*
be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/Lancer
Kalesh AP
2015-01-24
1
-1
/
+1
*
be2net: fix alignment on line wrap
Kalesh AP
2014-09-22
1
-4
/
+5
*
be2net: remove multiple assignments on a single line
Kalesh AP
2014-09-22
1
-4
/
+4
*
be2net: remove space after typecasts
Kalesh AP
2014-09-22
1
-4
/
+4
*
be2net: remove unnecessary blank lines after an open brace
Kalesh AP
2014-09-22
1
-3
/
+0
*
be2net: remove multiple blank lines
Kalesh AP
2014-09-22
1
-1
/
+0
*
be2net: add blank line after declarations
Kalesh AP
2014-09-22
1
-0
/
+27
*
be2net: fix a sparse warning in be_cmd_modify_eqd()
Kalesh AP
2014-09-22
1
-2
/
+2
*
be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer
Kalesh AP
2014-09-13
1
-2
/
+21
*
be2net: fix port-type reporting in get_settings
Ravikumar Nelavelli
2014-09-13
1
-0
/
+25
*
be2net: add ethtool "-m" option support
Mark Leonard
2014-09-13
1
-0
/
+47
*
be2net: use v1 of SET_FLOW_CONTROL command
Suresh Reddy
2014-09-13
1
-0
/
+5
*
be2net: replace strcpy with strlcpy
Vasundhara Volam
2014-09-13
1
-4
/
+6
*
be2net: fix some log messages
Vasundhara Volam
2014-09-13
1
-2
/
+0
*
be2net: make be_cmd_get_regs() return a status
Vasundhara Volam
2014-09-02
1
-5
/
+5
*
be2net: add a few log messages
Sathya Perla
2014-09-02
1
-0
/
+4
*
be2net: support deleting FW dump via ethtool (only for Lancer)
Kalesh AP
2014-08-02
1
-3
/
+45
*
be2net: reduce arguments passed to FW-cmd routines
Kalesh AP
2014-07-17
1
-11
/
+8
*
be2net: return -ETIMEDOUT when a FW-cmd times out
Kalesh AP
2014-07-17
1
-2
/
+2
*
be2net: create optimal number of queues on SR-IOV config
Vasundhara Volam
2014-07-02
1
-20
/
+88
*
be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
Vasundhara Volam
2014-07-02
1
-5
/
+32
*
be2net: remove be_cmd_get_profile_config_mbox/mccq() variants
Vasundhara Volam
2014-07-02
1
-67
/
+14
*
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2014-06-02
1
-1
/
+1
|
\
|
*
ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh
Ben Hutchings
2014-05-19
1
-1
/
+1
*
|
be2net: cleanup MCC async event processing code
Sathya Perla
2014-05-30
1
-51
/
+52
*
|
be2net: move async cmd processing to a separate routine
Sathya Perla
2014-05-30
1
-33
/
+55
*
|
be2net: re-factor MCCQ error status handling code
Kalesh AP
2014-05-30
1
-29
/
+27
*
|
be2net: support flashing new regions on Skyhawk-R
Vasundhara Volam
2014-05-30
1
-7
/
+18
*
|
be2net: fixup TX-rate setting code for Skyhawk-R
Ravikumar Nelavelli
2014-05-30
1
-13
/
+27
|
/
*
be2net: use MCCQ instead of MBOX in be_cmd_rss_config()
Kalesh AP
2014-05-09
1
-7
/
+10
*
be2net: remove unused code in be_cmd_vlan_config()
Kalesh AP
2014-05-09
1
-7
/
+3
*
be2net: fix function call indentation in be_cmds.c
Sathya Perla
2014-05-09
1
-161
/
+179
*
be2net: Support for configurable RSS hash key
Venkata Duvvuru
2014-04-22
1
-5
/
+2
[prev]
[next]