index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-34
/
+34
*
be2net: Fix memory leak in be_cmd_get_profile_config()
Petr Oros
2018-09-05
1
-1
/
+1
*
emulex/benet: Constify *be_misconfig_evt_port_state[]
Hernán Gonzalez
2018-02-28
1
-1
/
+1
*
be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_map
Colin Ian King
2018-01-09
1
-1
/
+1
*
be2net: Fix endian issue in logical link config command
Suresh Reddy
2017-03-30
1
-3
/
+6
*
be2net: fix status check in be_cmd_pmac_add()
Ivan Vecera
2017-01-16
1
-1
/
+1
*
be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.
Venkat Duvvuru
2016-12-06
1
-1
/
+2
*
be2net: Enable VF link state setting for BE3
Suresh Reddy
2016-10-09
1
-1
/
+1
*
be2net: NCSI FW section should be properly updated with ethtool for BE3
Sriharsha Basavapatna
2016-10-09
1
-1
/
+23
*
be2net: Provide an alternate way to read pf_num for BEx chips
Sriharsha Basavapatna
2016-10-09
1
-0
/
+5
*
be2net: mark symbols static where possible
Baoyou Xie
2016-09-19
1
-4
/
+5
*
be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...
Somnath Kotur
2016-09-07
1
-2
/
+11
*
be2net: Support UE recovery in BEx/Skyhawk adapters
Sriharsha Basavapatna
2016-09-07
1
-1
/
+52
*
be2net: replace polling with sleeping in the FW completion path
Sathya Perla
2016-08-08
1
-101
/
+101
*
be2net: Change copyright markings in source files
Somnath Kotur
2016-06-27
1
-1
/
+1
*
be2net: Fix broadcast echoes from EVB in BE3
Somnath Kotur
2016-06-27
1
-1
/
+10
*
be2net: Fix provisioning of RSS for VFs in multi-partition configurations
Somnath Kotur
2016-06-07
1
-2
/
+50
*
be2net: Enable Wake-On-LAN from shutdown for Skyhawk
Sriharsha Basavapatna
2016-06-07
1
-1
/
+4
*
be2net: use max-TXQs limit too while provisioning VF queue pairs
Suresh Reddy
2016-06-07
1
-70
/
+20
*
be2net: Declare some u16 fields as u32 to improve performance
ajit.khaparde@broadcom.com
2016-02-24
1
-1
/
+1
*
be2net: Interpret and log new data that's added to the port misconfigure asyn...
Ajit Khaparde
2016-02-11
1
-21
/
+61
*
be2net: Request RSS capability of Rx interface depending on number of Rx rings
Ajit Khaparde
2016-02-11
1
-14
/
+5
*
be2net: Don't run ethtool self-tests for VFs
Somnath Kotur
2016-02-07
1
-1
/
+28
*
be2net: check for INSUFFICIENT_PRIVILEGES error
Suresh Reddy
2016-02-07
1
-1
/
+2
*
be2net: support ethtool get-dump option
Venkat Duvvuru
2015-12-30
1
-25
/
+13
*
be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd
Suresh Reddy
2015-12-30
1
-39
/
+46
*
be2net: remove a line of code that has no effect
Sathya Perla
2015-12-30
1
-2
/
+1
*
be2net: log digital signature errors while flashing FW image
Suresh Reddy
2015-12-30
1
-1
/
+13
*
be2net: move FW flash cmd code to be_cmds.c
Suresh Reddy
2015-12-30
1
-10
/
+573
*
be2net: fix VF link state transition from disabled to auto
Suresh Reddy
2015-12-30
1
-9
/
+26
*
be2net: remove vlan promisc capability from VF's profile descriptors
Kalesh AP
2015-10-13
1
-2
/
+8
*
be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd
Somnath Kotur
2015-10-13
1
-3
/
+11
*
be2net: release mcc-lock in a failure case in be_cmd_notify_wait()
Suresh Reddy
2015-10-13
1
-2
/
+5
*
be2net: Revert "make the RX_FILTER command asynchronous" commit
Sathya Perla
2015-09-05
1
-1
/
+1
*
be2net: support ndo_get_phys_port_id()
Sriharsha Basavapatna
2015-07-24
1
-1
/
+6
*
be2net: make SET_LOOPBACK_MODE cmd asynchrounous
Suresh Reddy
2015-07-10
1
-3
/
+20
*
be2net: make the RX_FILTER command asynchronous
Suresh Reddy
2015-07-10
1
-1
/
+1
*
be2net: return error status from be_mcc_notify()
Suresh Reddy
2015-07-10
1
-11
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-08
1
-37
/
+50
|
\
|
*
be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()
Sriharsha Basavapatna
2015-06-07
1
-37
/
+50
*
|
be2net: Support for OS2BMC.
Venkata Duvvuru
2015-05-14
1
-0
/
+19
*
|
be2net: Report a "link down" to the stack when a fatal error or fw reset happ...
Venkata Duvvuru
2015-05-14
1
-5
/
+5
*
|
be2net: Export board temperature using hwmon-sysfs interface.
Venkata Duvvuru
2015-05-14
1
-1
/
+3
*
|
be2net: update copyright year to 2015
Vasundhara Volam
2015-05-09
1
-1
/
+1
*
|
be2net: use be_virtfn() instead of !be_physfn()
Kalesh AP
2015-05-09
1
-2
/
+2
*
|
be2net: check for INSUFFICIENT_VLANS error
Kalesh AP
2015-05-09
1
-0
/
+1
*
|
be2net: add support for spoofchk setting
Kalesh AP
2015-05-09
1
-2
/
+14
|
/
*
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
[next]