index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-30
bgmac: don't update slot on skb alloc/dma mapping error
Nathan Hintz
1
-6
/
+14
2013-10-29
bnx2x: Disable VF access on PF removal
Ariel Elior
1
-1
/
+15
2013-10-29
bnx2x: prevent FW assert on low mem during unload
Dmitry Kravkov
1
-5
/
+5
2013-10-22
bnx2x: Set NETIF_F_HIGHDMA unconditionally
Merav Sicron
2
-4
/
+1
2013-10-22
bnx2x: Don't pretend during register dump
Dmitry Kravkov
3
-205
/
+201
2013-10-22
bnx2x: Lock DMAE when used by statistic flow
Ariel Elior
4
-10
/
+11
2013-10-22
bnx2x: Prevent null pointer dereference on error flow
Yuval Mintz
1
-3
/
+3
2013-10-22
bnx2x: Fix config when SR-IOV and iSCSI are enabled
Ariel Elior
1
-2
/
+3
2013-10-22
bnx2x: Fix Coalescing configuration
Dmitry Kravkov
1
-1
/
+1
2013-10-22
bnx2x: Unlock VF-PF channel on MAC/VLAN config error
Ariel Elior
1
-9
/
+14
2013-10-22
bnx2x: Prevent an illegal pointer dereference during panic
Yuval Mintz
2
-7
/
+29
2013-10-22
bnx2x: Fix Maximum CoS estimation for VFs
Yuval Mintz
1
-5
/
+5
2013-10-17
bnx2x: record rx queue for LRO packets
Eric Dumazet
1
-0
/
+1
2013-09-24
bnx2x: handle known but unsupported VF messages
Ariel Elior
1
-26
/
+24
2013-09-24
bnx2x: prevent masked MCP parities from appearing
Yuval Mintz
1
-0
/
+8
2013-09-24
bnx2x: prevent masking error from cnic
Yuval Mintz
1
-2
/
+1
2013-09-24
bnx2x: add missing VF resource allocation during init
Ariel Elior
1
-0
/
+3
2013-09-24
bnx2x: Fix support for VFs on some PFs
Ariel Elior
1
-1
/
+1
2013-09-24
bnx2x: Prevent mistaken hangup between driver & FW
Eilon Greenstein
1
-9
/
+7
2013-09-23
bnx2x: Fix 848xx duplex settings
Yaniv Rosner
1
-24
/
+33
2013-09-23
bnx2x: Specific Active-DAC is not detected on 57810
Yaniv Rosner
1
-1
/
+6
2013-09-23
bnx2x: 57840 non-external loopback test fail on 1G
Yaniv Rosner
1
-4
/
+13
2013-09-23
bnx2x: KR2 disablement fix
Yaniv Rosner
1
-37
/
+39
2013-09-23
bnx2x: Generalize KR work-around
Yaniv Rosner
1
-24
/
+8
2013-09-18
cnic: Fix crash in cnic_bnx2x_service_kcq()
Michael Chan
1
-1
/
+2
2013-09-18
bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.
Michael Chan
3
-4
/
+39
2013-09-17
bgmac: implement unaligned addressing for DMA rings that support it
Rafał Miłecki
2
-10
/
+30
2013-09-17
bgmac: allow bigger et_swtype nvram variable
Hauke Mehrtens
1
-2
/
+2
2013-09-17
bgmac: fix internal switch initialization
Rafał Miłecki
2
-2
/
+2
2013-09-14
tg3: Use pci_dev pm_cap
Jon Mason
2
-4
/
+2
2013-09-14
bnx2x: Use pci_dev pm_cap
Jon Mason
4
-12
/
+11
2013-09-13
tg3: Expand led off fix to include 5720
Nithin Sujir
1
-0
/
+1
2013-09-12
bcm63xx_enet: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-4
/
+4
2013-09-11
bnx2x: avoid atomic allocations during initialization
Michal Schmidt
1
-15
/
+23
2013-09-10
bnx2x: Fix configuration of doorbell block
Ariel Elior
2
-3
/
+1
2013-09-06
bnx2x: Restore a call to config_init
Eilon Greenstein
1
-6
/
+3
2013-09-06
bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not set
Dmitry Kravkov
1
-0
/
+2
2013-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
23
-641
/
+1418
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-55
/
+81
2013-09-05
bnx2x: Add missing braces in bnx2x:bnx2x_link_initialize
Dave Jones
1
-1
/
+2
2013-09-05
bnx2x: VF RSS support - VF side
Ariel Elior
6
-60
/
+145
2013-09-05
bnx2x: VF RSS support - PF side
Ariel Elior
10
-144
/
+513
2013-09-04
cnic: Update version to 2.5.18.
Michael Chan
1
-2
/
+2
2013-09-04
cnic: Eliminate local copy of pfid.
Michael Chan
2
-18
/
+12
2013-09-04
cnic: Eliminate CNIC_PORT macro and port_mode in local struct.
Michael Chan
2
-9
/
+6
2013-09-04
cnic: Redefine BNX2X_HW_CID using existing bnx2x macros
Michael Chan
2
-12
/
+18
2013-09-04
cnic: Use CHIP_NUM macros from bnx2x.h
Michael Chan
2
-67
/
+29
2013-09-04
tg3: Don't turn off led on 5719 serdes port 0
Nithin Sujir
1
-2
/
+16
2013-09-04
Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+2
2013-08-31
net: bcm63xx_enet: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
[next]