index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bnx2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
2006-08-19
1
-1
/
+1
*
[BNX2]: Convert to netdev_alloc_skb()
Michael Chan
2006-08-17
1
-8
/
+6
*
[BNX2]: Fix tx race condition.
Michael Chan
2006-08-17
1
-16
/
+19
*
[NET] gso: Add skb_is_gso
Herbert Xu
2006-07-08
1
-1
/
+1
*
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
Jeff Garzik
2006-07-05
1
-18
/
+11
*
[netdrvr] Use dev_printk() when ethernet interface isn't available
Jeff Garzik
2006-07-05
1
-15
/
+22
*
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-3
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[BNX2]: Turn off link during shutdown
Michael Chan
2006-06-29
1
-4
/
+4
*
[BNX2]: Use dev_kfree_skb() instead of the _irq version
Michael Chan
2006-06-29
1
-5
/
+5
*
[BNX2]: Add NETIF_F_TSO_ECN
Michael Chan
2006-06-29
1
-2
/
+12
*
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
2006-06-23
1
-2
/
+2
*
[BNX2]: Update version and reldate
Michael Chan
2006-06-17
1
-2
/
+2
*
[BNX2]: Use CPU native page size
Michael Chan
2006-06-17
1
-0
/
+1
*
[BNX2]: Add firmware decompression
Michael Chan
2006-06-17
1
-12
/
+147
*
[BNX2]: Allow WoL settings on new 5708 chips
Michael Chan
2006-06-17
1
-1
/
+3
*
[BNX2]: Add an rx drop counter
Michael Chan
2006-06-17
1
-3
/
+11
*
[BNX2]: Endian fixes.
Alexey Dobriyan
2006-06-17
1
-2
/
+2
*
[NET]: Add netif_tx_lock
Herbert Xu
2006-06-17
1
-2
/
+2
*
[BNX2]: Use kmalloc instead of array
Michael Chan
2006-05-22
1
-4
/
+14
*
[BNX2]: Fix bug in bnx2_nvram_write()
Michael Chan
2006-05-22
1
-1
/
+1
*
[PATCH] net drivers: fix section attributes for gcc
Randy Dunlap
2006-04-12
1
-1
/
+1
*
[BNX2]: Update version and reldate
Michael Chan
2006-03-23
1
-2
/
+2
*
[BNX2]: Separate tx producer and consumer fields
Michael Chan
2006-03-23
1
-0
/
+1
*
[BNX2]: Move .h files to bnx2.c
Michael Chan
2006-03-23
1
-0
/
+40
*
[BNX2]: Combine small mem allocations
Michael Chan
2006-03-23
1
-19
/
+15
*
[BNX2]: Fix link change handling
Michael Chan
2006-03-23
1
-12
/
+17
*
[BNX2]: include <linux/vmalloc.h>
Michael Chan
2006-03-20
1
-2
/
+2
*
[BNX2]: Update version
Michael Chan
2006-03-20
1
-2
/
+3
*
[BNX2]: Support larger rx ring sizes (part 2)
Michael Chan
2006-03-20
1
-2
/
+2
*
[BNX2]: Support larger rx ring sizes (part 1)
Michael Chan
2006-03-20
1
-32
/
+85
*
[BNX2]: Fix bug when rx ring is full
Michael Chan
2006-03-20
1
-16
/
+25
*
[BNX2]: Add ethtool -d support
Michael Chan
2006-03-20
1
-0
/
+60
*
[BNX2]: Reduce register test size
Michael Chan
2006-03-20
1
-254
/
+0
*
Massive net driver const-ification.
Arjan van de Ven
2006-03-03
1
-5
/
+5
*
[BNX2]: Update version and copyright year
Michael Chan
2006-01-23
1
-6
/
+5
*
[BNX2]: Add PHY loopback test
Michael Chan
2006-01-23
1
-22
/
+79
*
[BNX2]: Use netdev_priv()
Michael Chan
2006-01-23
1
-40
/
+40
*
[BNX2]: Fix nvram sizing
Michael Chan
2006-01-23
1
-3
/
+10
*
[BNX2]: Workaround hw interrupt bug
Michael Chan
2006-01-23
1
-2
/
+17
*
[BNX2]: Fix UDP checksum verification
Michael Chan
2006-01-23
1
-7
/
+5
*
[BNX2]: Misc. fixes
Michael Chan
2006-01-23
1
-6
/
+14
*
[BNX2]: Improve handshake with firmware
Michael Chan
2006-01-23
1
-21
/
+23
*
[BNX2]: Fix VLAN on ASF
Michael Chan
2006-01-23
1
-3
/
+7
*
[BNX2]: simplify parameter checks in bnx2_{get,set}_eeprom
John W. Linville
2005-11-10
1
-10
/
+2
*
[BNX2]: check return of dev_alloc_skb in bnx2_test_loopback
John W. Linville
2005-11-10
1
-0
/
+2
*
[BNX2]: output driver name as prefix in error message
John W. Linville
2005-11-10
1
-1
/
+1
*
[PATCH] bnx2: update version and minor fixes
Michael Chan
2005-11-05
1
-4
/
+4
*
[PATCH] bnx2: refine bnx2_poll
Michael Chan
2005-11-05
1
-15
/
+40
*
[PATCH] bnx2: update firmware handshake for 5708
Michael Chan
2005-11-05
1
-15
/
+79
[next]