Age | Commit message (Expand) | Author |
2010-08-03 | Correct use of logical and where binary and was intended. | Jonathan Gray |
2010-05-24 | Support fibre PHY on BCM5709S. From FreeBSD via Brad. | Stuart Henderson |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-11-23 | bnx(4) is a bit special. The chip itself is capable of swapping endianess | Claudio Jeker |
2009-11-09 | Link state change interrupt was not generated due to a missing bit in | David Gwynne |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-06 | Add device id for BCM5716S, tidy whitespace. From Brad. | Stuart Henderson |
2009-07-03 | this is a rather large change to add support for the BCM5709. | David Gwynne |
2009-07-03 | newer bnx chips use a separate firmware to the "old" ones. this updates | David Gwynne |
2009-06-20 | Rewrite the interface flag handling case code and update the receive | Christian Weisgerber |
2009-04-22 | dont need to zero the tx pkt pool structure before initting it now that | David Gwynne |
2009-04-22 | replace arrays of dmamaps and mbuf pointers used to manage packets | David Gwynne |
2009-04-20 | when transmitting packets, put the dmamap we used for the packet into the | David Gwynne |
2009-04-20 | fix dma map unmapping and unloading in the tx cleanup path. | Reyk Floeter |
2009-04-14 | Don't free an mbuf that's still on the TX queue. While there sanitize the | Mark Kettenis |
2009-04-09 | white space fixes | David Gwynne |
2009-03-30 | switch to MCLGETI. | David Gwynne |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-24 | Fixed a problem that would cause errors (especially when in low memory | Brad Smith |
2008-06-13 | fix compilation with BNX_DEBUG. | Brad Smith |
2008-06-13 | Remove slack space for RX/TX chains since it only covers sloppy coding. | Brad Smith |
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter |
2008-05-29 | - Add a debug message to mention when a 2.5Gb adapter is found. | Brad Smith |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-02-28 | Add initial bits for fiber support with the BCM5706/BCM5708 chipsets. | Brad Smith |
2008-02-22 | Avoid unaligned PCI config space access. | Mark Kettenis |
2008-02-17 | Remove the check for non-production bnx(4) chipsets. These chipsets are | Brad Smith |
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth R Westerback |
2007-05-22 | Add the BCM5709 PCI device Id. It is disabled for now since we do not | Reyk Floeter |
2007-05-22 | adress -> address | Jasper Lievisse Adriaanse |
2007-05-22 | Use BNX_PRINTF instead of printf with missing argument. | Ray Lai |
2007-05-21 | fix bnx vlan tagging in the rx path; do not attach the vlan tag twice | Reyk Floeter |
2007-03-05 | remove jumbo frame support by replacing MEXTALLOC with MCLGET, and | Reyk Floeter |
2007-03-03 | instead of establishing the interrupt in the mounthook, move it back | Reyk Floeter |
2007-03-03 | Replacing some spaces with tabs and some typo fixes | Todd T. Fries |
2007-03-02 | oops, this is $OpenBSD$ | Reyk Floeter |
2007-03-02 | - remove the code to bring down the PHY in bnx_stop(), it's wrong | Reyk Floeter |
2007-01-30 | Allow the bnx(4) driver to make use of all of the available hardware | Kenneth R Westerback |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback |
2007-01-21 | Remove bogus check for old firmware. | Ryan Thomas McBride |
2007-01-20 | move the interrupt establishment till after everything in the softc is | David Gwynne |