index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bnx2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BNX2]: Fix suspend/resume problem.
Michael Chan
2007-08-03
1
-4
/
+8
*
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
2007-07-31
1
-1
/
+0
*
[BNX2]: Update version to 1.6.3.
Michael Chan
2007-07-18
1
-2
/
+2
*
[BNX2]: Use constants for stats ticks.
Michael Chan
2007-07-18
1
-4
/
+5
*
[BNX2]: Add delay before reading firmware version.
Michael Chan
2007-07-18
1
-4
/
+12
*
[BNX2]: Support NVRAM on 5709.
Michael Chan
2007-07-18
1
-29
/
+45
*
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
Michael Chan
2007-07-14
1
-1
/
+1
*
Revert "[BNX2]: Seems to not need net/tcp.h"
Linus Torvalds
2007-07-12
1
-0
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2007-07-12
1
-3
/
+2
|
\
|
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
1
-3
/
+2
*
|
[BNX2]: Seems to not need net/tcp.h
Ilpo Järvinen
2007-07-10
1
-1
/
+0
*
|
[BNX2]: Update version to 1.6.2.
Michael Chan
2007-07-10
1
-2
/
+2
*
|
[BNX2]: Print management firmware version.
Michael Chan
2007-07-10
1
-7
/
+31
*
|
[BNX2]: Enhance the heartbeat.
Michael Chan
2007-07-10
1
-4
/
+22
*
|
[BNX2]: Reduce spurious INTA interrupts.
Michael Chan
2007-07-10
1
-2
/
+11
*
|
[BNX2]: Modify link up message.
Michael Chan
2007-07-10
1
-2
/
+12
*
|
[BNX2]: Add ethtool support for remote PHY.
Michael Chan
2007-07-10
1
-27
/
+56
*
|
[BNX2]: Add support for remote PHY.
Michael Chan
2007-07-10
1
-8
/
+269
*
|
[BNX2]: Add bnx2_set_default_link().
Michael Chan
2007-07-10
1
-18
/
+25
*
|
[NET]: IPV6 checksum offloading in network devices
Stephen Hemminger
2007-07-10
1
-3
/
+3
|
/
*
[BNX2]: Update version and reldate.
Michael Chan
2007-06-07
1
-2
/
+2
*
[BNX2]: Fix occasional counter corruption on 5708.
Michael Chan
2007-06-07
1
-1
/
+13
*
[BNX2]: Enable DMA on 5709.
Michael Chan
2007-06-07
1
-0
/
+5
*
[BNX2]: Add missing wait in bnx2_init_5709_context().
Michael Chan
2007-06-07
1
-3
/
+14
*
[BNX2]: Fix netdev watchdog on 5708.
Michael Chan
2007-06-07
1
-8
/
+13
*
network drivers: eliminate unneeded kill_vid code
Stephen Hemminger
2007-06-03
1
-14
/
+0
*
[BNX2]: Fix TSO problem with small MSS.
Michael Chan
2007-05-03
1
-2
/
+1
*
[BNX2]: Update version and reldate.
Michael Chan
2007-05-03
1
-3
/
+3
*
[BNX2]: Print bus information for PCIE devices.
Michael Chan
2007-05-03
1
-50
/
+86
*
[BNX2]: Add 1-shot MSI handler for 5709.
Michael Chan
2007-05-03
1
-35
/
+73
*
[BNX2]: Restructure PHY event handling.
Michael Chan
2007-05-03
1
-23
/
+32
*
[BNX2]: Add indirect spinlock.
Michael Chan
2007-05-03
1
-1
/
+11
*
[BNX2]: Add support for 5709 Serdes.
Michael Chan
2007-05-03
1
-12
/
+191
*
[BNX2]: Re-structure the 2.5G Serdes code.
Michael Chan
2007-05-03
1
-39
/
+108
*
[BNX2]: Put MII register offsets in the bnx2 struct.
Michael Chan
2007-05-03
1
-47
/
+52
*
[BNX2]: Add ipv6 TSO and checksum for 5709.
Michael Chan
2007-05-03
1
-28
/
+63
*
[BNX2]: Save PCI state during suspend.
Michael Chan
2007-05-03
1
-0
/
+2
*
[BNX2]: Fix race conditions when calling register_netdev().
Michael Chan
2007-05-03
1
-14
/
+14
*
[BNX2]: Add 40-bit DMA workaround for 5708.
Michael Chan
2007-05-03
1
-17
/
+21
*
[BNX2]: Fix register and memory test on 5709.
Michael Chan
2007-05-03
1
-24
/
+46
*
[BNX2]: Block MII access when ifdown.
Michael Chan
2007-05-03
1
-0
/
+6
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-4
/
+2
*
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
2007-04-25
1
-4
/
+4
*
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
Arnaldo Carvalho de Melo
2007-04-25
1
-4
/
+3
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
1
-9
/
+9
*
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[BNX2]: Fix occasional NETDEV WATCHDOG on 5709.
Michael Chan
2007-04-24
1
-2
/
+5
*
[BNX2]: Fix nvram write logic.
Michael Chan
2007-04-02
1
-18
/
+16
*
[BNX2]: Fix link interrupt problem.
Michael Chan
2007-03-28
1
-4
/
+4
*
[VLAN]: Avoid a 4-order allocation.
Dan Aloni
2007-03-02
1
-3
/
+1
[next]