Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9e1453c5c5fe670bb98a6097b262122386b0d3fe
/
drivers
/
net
/
benet
/
be.h
9e1453c
be2net: use hba_port_num instead of port_num
by Ajit Khaparde
· 14 years ago
609ff3b
be2net: add code to display temperature of ASIC
by Ajit Khaparde
· 14 years ago
3968fa1
be2net: fix to ignore transparent vlan ids wrongly indicated by NIC
by Ajit Khaparde
· 14 years ago
b2aebe6
be2net: variable name change
by Ajit Khaparde
· 14 years ago
7a2414a
be2net: For the VF MAC, use the OUI from current MAC address
by Ajit Khaparde
· 14 years ago
b4aa9e0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2984961
be2net: use mutex instead of spin lock for mbox_lock
by Ivan Vecera
· 14 years ago
6464281
be2net: Handle out of buffer completions for lancer
by Sathya Perla
· 14 years ago
fe6d2a3
be2net: adding support for Lancer family of CNAs
by Sathya Perla
· 14 years ago
cc4ce02
be2net: Changes to use only priority codes allowed by f/w
by Somnath Kotur
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 14 years ago
3abcded
be2net: add multiple RX queue support
by Sathya Perla
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1ef78ab
be2net: fix net-snmp error because of wrong packet stats
by Ajit Khaparde
· 14 years ago
6d87f5c
be2net: fix to dynamically generate MAC Address for VFs
by Ajit Khaparde
· 14 years ago
0fc48c3
be2net: fix to avoid sending get_stats request if one is already being processed.
by Ajit Khaparde
· 14 years ago
7c18527
be2net: add code to dump registers for debug
by Ajit Khaparde
· 14 years ago
e261984
be2net: bump the driver version number
by Ajit Khaparde
· 14 years ago
3486be2
be2net: variable name changes
by Ajit Khaparde
· 14 years ago
e1d1873
be2net: code to support tx rate configuration on virtual functions
by Ajit Khaparde
· 14 years ago
1da87b7
be2net: add vlan support for sriov virtual functions
by Ajit Khaparde
· 14 years ago
64600ea
be2net: add support to get vf config
by Ajit Khaparde
· 14 years ago
9cd9000
be2net: change to call pmac_del only if necessary
by Ajit Khaparde
· 14 years ago
344dbf1
be2net: Patch to determine if function is VF while running in guest OS.
by Sarveshwar Bandi
· 14 years ago
ee3cb62
be2net: changes to properly provide phy details
by Ajit Khaparde
· 14 years ago
dd131e7
be2net: Bug fix to avoid disabling bottom half during firmware upgrade.
by Sarveshwar Bandi
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
fac6da5
benet: use the dma state API instead of the pci equivalents
by FUJITA Tomonori
· 15 years ago
ba343c7
be2net: Adding PCI SRIOV support
by Sarveshwar Bandi
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
500ca9b
be2net: remove usage of be_pci_func
by Ajit Khaparde
· 15 years ago
9772a431
be2net: Bump the driver version number
by Ajit Khaparde
· 15 years ago
91992e4
be2net: Maintain tx and rx counters in driver
by Ajit Khaparde
· 15 years ago
294aedc
be2net: update copyright dates
by Ajit Khaparde
· 15 years ago
7a1e9b2
be2net: don't rearm mcc cq when device is not open
by Sathya Perla
· 15 years ago
cf58847
be2net: implement EEH pci error recovery handlers
by Sathya Perla
· 15 years ago
35ecf03
be2net: change the driver description
by Ajit Khaparde
· 15 years ago
82903e4
be2net: fix to limit max vlans supported in certain skews
by Ajit Khaparde
· 15 years ago
e254f6e
be2net: remove unused pci device id
by Ajit Khaparde
· 15 years ago
7b139c8
be2net: Bug fix to support newer generation of BE ASIC
by Ajit Khaparde
· 15 years ago
16c0214
be2net: Bug fix to return correct values in ethtool get_settings.
by Sarveshwar Bandi
· 15 years ago
3454f83
be2net: Bump up the driver version number
by Ajit Khaparde
· 15 years ago
71d8d1b
be2net: Support for WoL using magic packet after suspend.
by Ajit Khaparde
· 15 years ago
0dffc83
be2net: fix unnecessary access to hardware to get link, port info
by Ajit Khaparde
· 15 years ago
b7b83ac
be2net: Add be_rx_polls counter
by Ajit Khaparde
· 15 years ago
e7b909a
be2net: support configuration of 64 multicast addresses instead of 32
by Sathya Perla
· 15 years ago
d0e1e88
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
9e90c96
be2net: fix to set proper flow control on resume
by Ajit Khaparde
· 15 years ago
12d7ea2
be2net: Add support for next generation of BladeEngine device.
by Ajit Khaparde
· 15 years ago
78122a5
be2net: Get rid of net_device_stats from adapter.
by Ajit Khaparde
· 15 years ago
dcb9b56
be2net: Workaround to fix a bug in Rx Completion processing.
by Ajit Khaparde
· 15 years ago
b31c50a
be2net: fix some cmds to use mccq instead of mbox
by Sathya Perla
· 15 years ago
8451748
be2net: Changes to support flashing of the be2 network adapter
by Ajit Khaparde
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
eec368f
be2net: remove pci_func field from be_adapter struct
by Sathya Perla
· 15 years ago
8788fdc
be2net: get rid of be_ctrl_info struct/abstraction
by Sathya Perla
· 15 years ago
5be93b9
be2net: Add GRO support to the be2net driver. LRO is not supported anymore.
by Ajit Khaparde
· 15 years ago
bd46cb6
be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.
by Ajit Khaparde
· 15 years ago
a8f447bd
be2net: receive asynchronous link status notifications from BE
by Sathya Perla
· 15 years ago
24307ee
be2net: cleanup multicast_set cmd to avoid mc_list copy
by Sathya Perla
· 15 years ago
5fb379e
be2net: Add MCC queue mechanism for BE cmds
by Sathya Perla
· 15 years ago
c4ca237
be2net: add two new pci device ids to pci device table
by Ajit Khaparde
· 16 years ago
4097f66
be2net: cleanup rx/tx rate calculations
by Sathya Perla
· 16 years ago
ea1dae1
be2net: replenish when posting to rx-queue is starved in out of mem conditions
by Sathya Perla
· 16 years ago
6b7c5b9
net: Add be2net driver.
by Sathya Perla
· 16 years ago