index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bnx2x_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-27
bnx2x: Create separate folder for bnx2x driver
Dmitry Kravkov
1
-13933
/
+0
2010-07-07
bnx2x: Set RXHASH for LRO packets
Vladislav Zolotarov
1
-7
/
+21
2010-06-30
netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags
Ben Hutchings
1
-1
/
+1
2010-06-29
bnx2x: fail when try to setup unsupported features
Stanislaw Gruszka
1
-0
/
+3
2010-05-17
bnx2x: avoid TX timeout when stopping device
Stanislaw Gruszka
1
-4
/
+2
2010-05-05
bnx2x: Fix check to get RX hash
Tom Herbert
1
-1
/
+1
2010-04-28
bnx2x: Remove two prefetch()
Eric Dumazet
1
-2
/
+0
2010-04-23
bnx2x: add support for receive hashing
Tom Herbert
1
-8
/
+18
2010-04-19
bnx2x: Date and version
Vladislav Zolotarov
1
-2
/
+2
2010-04-19
bnx2x: Don't report link down if has been already down
Vladislav Zolotarov
1
-2
/
+4
2010-04-19
bnx2x: Rework power state handling code
Vladislav Zolotarov
1
-3
/
+9
2010-04-19
bnx2x: use mask in test_registers() to avoid parity error
Vladislav Zolotarov
1
-1
/
+1
2010-04-19
bnx2x: Fixed MSI-X enabling flow
Vladislav Zolotarov
1
-3
/
+25
2010-04-19
bnx2x: Added new statistics
Vladislav Zolotarov
1
-44
/
+74
2010-04-19
bnx2x: White spaces
Vladislav Zolotarov
1
-160
/
+205
2010-04-19
bnx2x: Protect code with NOMCP
Vladislav Zolotarov
1
-12
/
+32
2010-04-19
bnx2x: Increase DMAE max write size for 57711
Vladislav Zolotarov
1
-4
/
+5
2010-04-19
bnx2x: Use VPD-R V0 entry to display firmware revision
Vladislav Zolotarov
1
-2
/
+69
2010-04-19
bnx2x: Parity errors handling for 57710 and 57711
Vladislav Zolotarov
1
-53
/
+992
2010-04-07
bnx2x: use the DMA API instead of the pci equivalents
FUJITA Tomonori
1
-54
/
+56
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-9
/
+9
2010-04-01
bnx2x: Added GRO support
Dmitry Kravkov
1
-9
/
+11
2010-03-15
bnx2x: change smp_mb() comment to conform the true
Stanislaw Gruszka
1
-2
/
+5
2010-03-15
bnx2x: remove not necessary compiler barrier
Stanislaw Gruszka
1
-1
/
+0
2010-03-15
bnx2x: use smp_mb() to keep ordering of read write operations
Stanislaw Gruszka
1
-1
/
+1
2010-02-28
bnx2x: Tx barriers and locks
Vladislav Zolotarov
1
-9
/
+22
2010-02-22
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
Jiri Pirko
1
-8
/
+4
2010-02-17
drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers
Joe Perches
1
-103
/
+82
2010-02-17
bnx2x: version number and date
Vladislav Zolotarov
1
-2
/
+2
2010-02-17
bnx2x: Use firmware 5.2.13
Vladislav Zolotarov
1
-1
/
+1
2010-02-17
bnx2x: fix in 57710 self-test
Vladislav Zolotarov
1
-1
/
+2
2010-02-17
bnx2x: Do not allow enabling LRO if disable_tpa=1
Vladislav Zolotarov
1
-6
/
+8
2010-02-17
bnx2x: clean up in case of error in bnx2x_init_hw()
Vladislav Zolotarov
1
-0
/
+3
2010-02-17
bnx2x: Properly release allocated MSI-X/MSI vectors
Vladislav Zolotarov
1
-11
/
+14
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+4
2010-01-28
netdev: remove HAVE_ leftovers
Alexey Dobriyan
1
-2
/
+2
2010-01-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-25
bnx2x: Initialize cnic status block during chip reset
Michael Chan
1
-0
/
+2
2009-11-18
bnx2x: Don't set netdev->trans_start
Vladislav Zolotarov
1
-3
/
+0
2009-11-17
bnx2x: Handle Rx and Tx together in NAPI
Vladislav Zolotarov
1
-216
/
+151
2009-11-10
bnx2x: version 1.52.1-4
Eilon Greenstein
1
-2
/
+2
2009-11-10
bnx2x: Change coalescing granularity to 4us
Eilon Greenstein
1
-6
/
+7
2009-11-10
bnx2x: Remove misleading error print
Eilon Greenstein
1
-5
/
+0
2009-11-10
bnx2x: GSO implies CSUM offload
Eilon Greenstein
1
-2
/
+2
2009-11-10
bnx2x: declare MODULE_FIRMWARE
Ben Hutchings
1
-13
/
+14
2009-11-05
bnx2x: version 1.52.1-3
Yaniv Rosner
1
-2
/
+2
2009-11-05
bnx2x: Fix CL73 autoneg issues
Yaniv Rosner
1
-11
/
+5
2009-10-15
bnx2x: Update to version 1.52.1-1
Eilon Greenstein
1
-2
/
+2
2009-10-15
bnx2x: Report the maximal available BW as link speed
Eilon Greenstein
1
-1
/
+13
[next]