index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
/
benet
/
be_cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-22
be2net: fix alignment on line wrap
Kalesh AP
1
-4
/
+5
2014-09-22
be2net: remove multiple assignments on a single line
Kalesh AP
1
-4
/
+4
2014-09-22
be2net: remove space after typecasts
Kalesh AP
1
-4
/
+4
2014-09-22
be2net: remove unnecessary blank lines after an open brace
Kalesh AP
1
-3
/
+0
2014-09-22
be2net: remove multiple blank lines
Kalesh AP
1
-1
/
+0
2014-09-22
be2net: add blank line after declarations
Kalesh AP
1
-0
/
+27
2014-09-22
be2net: fix a sparse warning in be_cmd_modify_eqd()
Kalesh AP
1
-2
/
+2
2014-09-13
be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer
Kalesh AP
1
-2
/
+21
2014-09-13
be2net: fix port-type reporting in get_settings
Ravikumar Nelavelli
1
-0
/
+25
2014-09-13
be2net: add ethtool "-m" option support
Mark Leonard
1
-0
/
+47
2014-09-13
be2net: use v1 of SET_FLOW_CONTROL command
Suresh Reddy
1
-0
/
+5
2014-09-13
be2net: replace strcpy with strlcpy
Vasundhara Volam
1
-4
/
+6
2014-09-13
be2net: fix some log messages
Vasundhara Volam
1
-2
/
+0
2014-09-02
be2net: make be_cmd_get_regs() return a status
Vasundhara Volam
1
-5
/
+5
2014-09-02
be2net: add a few log messages
Sathya Perla
1
-0
/
+4
2014-08-02
be2net: support deleting FW dump via ethtool (only for Lancer)
Kalesh AP
1
-3
/
+45
2014-07-17
be2net: reduce arguments passed to FW-cmd routines
Kalesh AP
1
-11
/
+8
2014-07-17
be2net: return -ETIMEDOUT when a FW-cmd times out
Kalesh AP
1
-2
/
+2
2014-07-02
be2net: create optimal number of queues on SR-IOV config
Vasundhara Volam
1
-20
/
+88
2014-07-02
be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
Vasundhara Volam
1
-5
/
+32
2014-07-02
be2net: remove be_cmd_get_profile_config_mbox/mccq() variants
Vasundhara Volam
1
-67
/
+14
2014-06-02
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
1
-1
/
+1
2014-05-30
be2net: cleanup MCC async event processing code
Sathya Perla
1
-51
/
+52
2014-05-30
be2net: move async cmd processing to a separate routine
Sathya Perla
1
-33
/
+55
2014-05-30
be2net: re-factor MCCQ error status handling code
Kalesh AP
1
-29
/
+27
2014-05-30
be2net: support flashing new regions on Skyhawk-R
Vasundhara Volam
1
-7
/
+18
2014-05-30
be2net: fixup TX-rate setting code for Skyhawk-R
Ravikumar Nelavelli
1
-13
/
+27
2014-05-19
ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh
Ben Hutchings
1
-1
/
+1
2014-05-09
be2net: use MCCQ instead of MBOX in be_cmd_rss_config()
Kalesh AP
1
-7
/
+10
2014-05-09
be2net: remove unused code in be_cmd_vlan_config()
Kalesh AP
1
-7
/
+3
2014-05-09
be2net: fix function call indentation in be_cmds.c
Sathya Perla
1
-161
/
+179
2014-04-22
be2net: Support for configurable RSS hash key
Venkata Duvvuru
1
-5
/
+2
2014-03-28
be2net: add FW cmds needed for VxLAN offloads
Sathya Perla
1
-33
/
+102
2014-03-12
be2net: log LPVID used in multi-channel configs
Ravikumar Nelavelli
1
-2
/
+4
2014-03-12
be2net: Add link state control for VFs
Suresh Reddy
1
-3
/
+47
2014-02-13
be2net: refactor multi-channel config code for Skyhawk-R chip
Vasundhara Volam
1
-0
/
+20
2014-02-13
be2net: Update copyright year
Vasundhara Volam
1
-1
/
+1
2014-01-15
be2net: cleanup wake-on-lan code
Suresh Reddy
1
-9
/
+7
2014-01-15
be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id
Suresh Reddy
1
-8
/
+14
2014-01-15
be2net: fix incorrect setting of cmd_privileges for VFs
Suresh Reddy
1
-0
/
+7
2014-01-15
be2net: do not call be_set/get_fw_log_level() on Skyhawk-R
Vasundhara Volam
1
-0
/
+70
2014-01-15
be2net: Log the profile-id used by FW during driver initialization
Vasundhara Volam
1
-0
/
+34
2014-01-15
be2net: don't set "pport" field when querying "pvid"
Vasundhara Volam
1
-1
/
+1
2014-01-15
be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-R
Vasundhara Volam
1
-14
/
+13
2014-01-06
be2net: increase the timeout value for loopback-test FW cmd
Suresh Reddy
1
-10
/
+20
2014-01-06
be2net: disable RSS when number of RXQs is reduced to 1 via set-channels
Vasundhara Volam
1
-0
/
+3
2013-11-23
be2net: set coalesce-wm in CQ_CREATE_V2 cmd
Ajit Khaparde
1
-0
/
+7
2013-11-18
be2net: Fix unconditional enabling of Rx interface options
Ajit Khaparde
1
-2
/
+14
2013-10-29
net/benet: Make lancer_wait_ready() static
Gavin Shan
1
-1
/
+1
2013-10-09
be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R
Ajit Khaparde
1
-1
/
+5
[next]