Age | Commit message (Expand) | Author |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-08 | brad, noone said you could go making changes like that (doubling the | Theo de Raadt |
2008-11-08 | When initializing the standard RX ring, do not allocate mbufs clusters for the | Theo de Raadt |
2008-11-08 | Clean up some of the comments. | Brad Smith |
2008-11-08 | When initializing the standard RX ring, allocate mbufs clusters for the | Brad Smith |
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith |
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-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-23 | Rewrite two small sections of code in bge_blockinit() to simplify the | Brad Smith |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-08 | Fix a link state issue reported by reyk@ | Brad Smith |
2008-08-26 | Better strategy to single out onboard bge(4)'s on sparc64 machines. | Mark Kettenis |
2008-08-24 | Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry | Theo de Raadt |
2008-08-24 | proper indent | Theo de Raadt |
2008-07-17 | Add a flag and allow the driver to identify the BCM5788 chipsets. They're | Brad Smith |
2008-07-16 | Enable the read DMA engine's PCI read request burst length long burst | Brad Smith |
2008-06-07 | Add baudrate handling for fiber boards using the TBI interface. | Brad Smith |
2008-05-24 | And another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. | Brad Smith |
2008-05-23 | Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. | Mark Kettenis |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-05-21 | Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise. | Mark Kettenis |
2008-05-14 | Add the Altima AC1003 PCI id. | Brad Smith |
2008-05-12 | Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link | Brad Smith |
2008-05-11 | Remove special casing of the BCM5700 B2 chipset so that this revision also | Brad Smith |
2008-05-11 | Revert the last commit as this is not the proper way of fixing the issue. | Brad Smith |
2008-05-09 | Attempt to fix link status change handling so that the proper RTM_IFINFO | Kenneth R Westerback |
2008-04-20 | rev 1.35 added special register settings for BCM5704 chipsets when | Brad Smith |
2008-04-20 | Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset | Brad Smith |
2008-04-03 | Clean up the DMA read/write control register setup code and add some | Brad Smith |
2008-03-21 | Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber | Brad Smith |
2008-02-20 | When collecting the hardware statistics add the interfaces input errors | Brad Smith |
2008-02-20 | when bge has link, use autopolling for link status, not direct mii polls. | Stuart Henderson |
2008-02-18 | Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets. | Brad Smith |
2008-02-17 | - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is | Brad Smith |
2008-02-02 | - Simplify statistics updates and remove redundant register reads. | Brad Smith |
2008-01-31 | recognize the BCM5755 C0 ASIC revision. | Brad Smith |
2007-11-17 | Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change. | Brad Smith |
2007-10-13 | Add support for BCM5906. | Mark Kettenis |
2007-10-09 | Use %zu for printing size_t values. | Ray Lai |
2007-06-21 | rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and how | David Gwynne |
2007-05-03 | The ring replenish threshold change needed to work around a hardware | Tom Cosgrove |
2007-05-02 | the 5754 and 5787 share the same ASIC ID, make the crazy strings list both | David Gwynne |
2007-05-02 | do { } while (0) for the debug macros | David Gwynne |
2007-04-03 | On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the | Mark Kettenis |
2007-03-19 | Fix some code relative to chips that don't currently work (BCM5722 & | Kenneth R Westerback |
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth R Westerback |
2007-02-10 | Add more chipset revision ids. | Kenneth R Westerback |