Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f9e750d130b4a4d9f8226642b46ed17d8357f40
/
drivers
/
net
/
bnx2x_main.c
c16cc0b
bnx2x: Tx barriers and locks
by Vladislav Zolotarov
· 15 years ago
0ddf477
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
by Jiri Pirko
· 15 years ago
7995c64
drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers
by Joe Perches
· 15 years ago
a07da6d
bnx2x: version number and date
by Vladislav Zolotarov
· 15 years ago
3359fce
bnx2x: Use firmware 5.2.13
by Vladislav Zolotarov
· 15 years ago
0c43f43
bnx2x: fix in 57710 self-test
by Vladislav Zolotarov
· 15 years ago
d43a7e6
bnx2x: Do not allow enabling LRO if disable_tpa=1
by Vladislav Zolotarov
· 15 years ago
f1e1a19
bnx2x: clean up in case of error in bnx2x_init_hw()
by Vladislav Zolotarov
· 15 years ago
6cbe506
bnx2x: Properly release allocated MSI-X/MSI vectors
by Vladislav Zolotarov
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
257ddbd
netdev: remove HAVE_ leftovers
by Alexey Dobriyan
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
4a6e47a
bnx2x: Initialize cnic status block during chip reset
by Michael Chan
· 15 years ago
9a4e328
bnx2x: Don't set netdev->trans_start
by Vladislav Zolotarov
· 15 years ago
54b9dda
bnx2x: Handle Rx and Tx together in NAPI
by Vladislav Zolotarov
· 15 years ago
0ab365f
bnx2x: version 1.52.1-4
by Eilon Greenstein
· 15 years ago
7d323bf
bnx2x: Change coalescing granularity to 4us
by Eilon Greenstein
· 15 years ago
91545f6
bnx2x: Remove misleading error print
by Eilon Greenstein
· 15 years ago
d6a2f98
bnx2x: GSO implies CSUM offload
by Eilon Greenstein
· 15 years ago
45229b4
bnx2x: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
89794a6
bnx2x: version 1.52.1-3
by Yaniv Rosner
· 15 years ago
7846e47
bnx2x: Fix CL73 autoneg issues
by Yaniv Rosner
· 15 years ago
b2d7644
bnx2x: Update to version 1.52.1-1
by Eilon Greenstein
· 15 years ago
35c5f8f
bnx2x: Report the maximal available BW as link speed
by Eilon Greenstein
· 15 years ago
061bc70
bnx2x: Do not call load/unload functionality from DCC
by Eilon Greenstein
· 15 years ago
c4ff7cb
bnx2x: Adding FW mailbox mutex
by Eilon Greenstein
· 15 years ago
f34d28e
bnx2x: Changing the Disabled state to a flag
by Eilon Greenstein
· 15 years ago
b015e3d
bnx2x: Allowing 0 as initial fairness value
by Eilon Greenstein
· 15 years ago
993ac7b
bnx2x: Add main CNIC interface functions.
by Michael Chan
· 15 years ago
37b091b
bnx2x: Add hw init code to support iSCSI.
by Michael Chan
· 15 years ago
e665bfd
bnx2x: Refactor MAC address setup code.
by Michael Chan
· 15 years ago
2891290
bnx2x: Refactor bnx2x_sp_post().
by Michael Chan
· 15 years ago
15f0a39
net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
c458bc5
bnx2x: update version to 1.52.1
by Eilon Greenstein
· 15 years ago
ab6ad5a
bnx2x: Whitespaces and comments
by Eilon Greenstein
· 15 years ago
573f203
bnx2x: Re-factor the initialization code
by Eilon Greenstein
· 15 years ago
e4ed711
bnx2x: Using PCI_DEVICE macro
by Eilon Greenstein
· 15 years ago
0fc5d00
bnx2x: Adding explicit casting
by Eilon Greenstein
· 15 years ago
659bc5c
bnx2x: Using macro for phy address
by Eilon Greenstein
· 15 years ago
8924665
bnx2x: Missing smp_wmb for statistics state machine
by Eilon Greenstein
· 15 years ago
54016b2
bnx2x: Check unzip return code
by Eilon Greenstein
· 15 years ago
5ff7b6d
bnx2x: Remove the init_dmae field from bp
by Eilon Greenstein
· 15 years ago
0d28e49
bnx2x: Updating regdump_len at drvinfo
by Eilon Greenstein
· 15 years ago
938cf54
bnx2x: Move printing of version from probe to the init
by Eilon Greenstein
· 15 years ago
37f9ce6
bnx2x: Combine get_pcie_width and get_pcie_speed
by Eilon Greenstein
· 15 years ago
e3553b2
bnx2x: Stop loading if error condition detected
by Eilon Greenstein
· 15 years ago
df4770de
bnx2x: Calling pci_set_drvdata earlier
by Eilon Greenstein
· 15 years ago
a18f512
bnx2x: Configurable pause scheme
by Eilon Greenstein
· 15 years ago
a119a06
bnx2x: Adding Likely directive
by Eilon Greenstein
· 15 years ago
619e7a6
bnx2x: Prefetch the page containing the BD descriptor
by Eilon Greenstein
· 15 years ago
6fe49bb
bnx2x: Reporting host statistics to management FW
by Eilon Greenstein
· 15 years ago
f57a602
bnx2x: Supporting PHY FW upgrade
by Eilon Greenstein
· 15 years ago
01cd452
bnx2x: MDC/MDIO CL45 IOCTLs
by Eilon Greenstein
· 15 years ago
0c59327
bnx2x: Advertize flow control normally in MF mode
by Eilon Greenstein
· 15 years ago
2691d51
bnx2x: Supporting Device Control Channel
by Eilon Greenstein
· 15 years ago
ca00392
bnx2x: Using the new FW
by Eilon Greenstein
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
07ce50e
bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
573dd78
bnx2x: Version 1.48.114-1
by Eilon Greenstein
· 15 years ago
7d0446c
bnx2x: WoL only with current MAC address
by Eilon Greenstein
· 15 years ago
c1f1a06
bnx2x: Self-test kills management traffic
by Eilon Greenstein
· 15 years ago
581ce43
bnx2x: Receive traffic that maches management filtering rules
by Eilon Greenstein
· 15 years ago
7d073c6
bnx2x: Dont update vlan_features in bnx2x_set_tso()
by Eric Dumazet
· 15 years ago
e8834a6
bnx2x: Version 1.48.113-1
by Eilon Greenstein
· 15 years ago
4d295db
bnx2x: Supporting BCM8727 PHY
by Eilon Greenstein
· 15 years ago
5316bc0
bnx2x: Update vlan_features
by Eilon Greenstein
· 15 years ago
e151070
bnx2x: SMP-safe inter_sem
by Eilon Greenstein
· 15 years ago
37dbbf3
bnx2x: Adding some mmiowb
by Eilon Greenstein
· 15 years ago
eb8da20
bnx2x: Fan failure early detection
by Eilon Greenstein
· 15 years ago
fd4ef40
bnx2x: Fan failure
by Eilon Greenstein
· 15 years ago
279abdf
bnx2x: Stop management traffic in loopback test
by Eilon Greenstein
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
1e9d998
bnx2x: Fix the maximal values of coalescing timeouts.
by Eilon Greenstein
· 15 years ago
3799cf4
bnx2x: Disable HC coalescing when setting timeout to zero.
by Eilon Greenstein
· 15 years ago
01e5329
bnx2x: Fix the behavior of ethtool when ONBOOT=no
by Naohiro Ooiwa
· 15 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 15 years ago
17cb4006
bnx2x: do not return negative number of received packages
by Stanislaw Gruszka
· 16 years ago
dd21ca6
bnx2x: free workqueue when driver fail to register
by Stanislaw Gruszka
· 16 years ago
56ed435
bnx2x: driver version 1.48.105-1
by Vladislav Zolotarov
· 16 years ago
94a78b7
bnx2x: Separated FW from the source.
by Vladislav Zolotarov
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
c1accad
bnx2x: Version update
by Eilon Greenstein
· 16 years ago
0a64ea5
bnx2x: Register dump
by Eilon Greenstein
· 16 years ago
c3eefaf
bnx2x: Debug prints
by Eilon Greenstein
· 16 years ago
c016201
bnx2x: Whitespace
by Eilon Greenstein
· 16 years ago
762d5f6
bnx2x: Calling tx disable unconditionally
by Eilon Greenstein
· 16 years ago
490c3c9
bnx2x: Using DMA engine
by Eilon Greenstein
· 16 years ago
2059aba
bnx2x: Missing module parameter description
by Eilon Greenstein
· 16 years ago
8534f32
bnx2x: napi_poll budget check
by Eilon Greenstein
· 16 years ago
7961f79
bnx2x: Unlimited Tx interrupt work
by Eilon Greenstein
· 16 years ago
1611978
bnx2x: Add rmb to read status block indices on load
by Eilon Greenstein
· 16 years ago
6044735
bnx2x: Reduce the likelihood of smb_mb
by Eilon Greenstein
· 16 years ago
98589bb
bnx2x: Remove redundant smb_mb on unload
by Eilon Greenstein
· 16 years ago
2b14402
bnx2x: Version
by Eilon Greenstein
· 16 years ago
356e238
bnx2x: Clean-up
by Eilon Greenstein
· 16 years ago
f537225
bnx2x: Comments and prints
by Eilon Greenstein
· 16 years ago
Next »