Age | Commit message (Expand) | Author |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-20 | remove commented out and unused capabilities flags. | Brad Smith |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-05-08 | KNF | Brad Smith |
2006-04-30 | style | Brad Smith |
2006-04-24 | add a missing return here. | Brad Smith |
2006-04-21 | recognize the BCM5752 A2 | Brad Smith |
2006-04-05 | add a power hook for bge(4). | Brad Smith |
2006-03-29 | check for IFF_RUNNING being set before calling bge_init(). | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-16 | if the link is down with a card using a fibre interface then show a | Brad Smith |
2006-03-10 | in bge_intr() also check the PCI State register to see if there | Brad Smith |
2006-02-21 | - Overhaul link state detection code. | Brad Smith |
2006-02-13 | Due to an oversight on my part I forgot to remove clearing of the | Brad Smith |
2006-02-13 | revert rev 1.85. The mbuf needs to be re-mapped in the case of an error. | Brad Smith |
2006-02-11 | recognize another 5714 family chipset. | Brad Smith |
2006-02-09 | cleaning. | Brad Smith |
2006-02-09 | adjust timeouts a bit. | Brad Smith |
2006-02-08 | fix MTU check. | Brad Smith |
2006-02-06 | Make sure to call bge_setmulti() as we're enabling or disabling promiscuous | Brad Smith |
2006-02-02 | Call bge_setmulti() if IFF_ALLMULTI is set. | Brad Smith |
2006-02-02 | Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets | Brad Smith |
2006-02-02 | Use alternate PCI DMA control register settings for PCI Express-based | Brad Smith |
2006-02-01 | rearrange code section for enabling the read DMA state machine | Brad Smith |
2006-02-01 | one less magic value. | Brad Smith |
2006-02-01 | Set up the PCI DMA control register properly for the 5714 family, | Brad Smith |
2006-01-25 | - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc) | Brad Smith |
2005-12-28 | clear IFF_RUNNING here to get a full re-init. | Brad Smith |
2005-12-28 | using the PCI capability register to check for PCI-X mode doesn't get the exp... | Brad Smith |
2005-12-28 | Fix bge_eeprom_getbyte() to return 1 when timeout happens. | Brad Smith |
2005-12-28 | eliminate the last few quirk flags. | Brad Smith |
2005-12-12 | If a PCI-X card is detected then set bge_pcix. | Brad Smith |
2005-12-11 | recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000 | Brad Smith |
2005-12-10 | re-add bge_shutdown() but also register the function with | Brad Smith |
2005-12-09 | remove unused function bge_shutdown(). | Brad Smith |
2005-12-09 | some cleaning and fixing of comments. | Brad Smith |
2005-12-08 | - Enable the buffer manager on 5705 and newer ASICs. | Brad Smith |
2005-12-08 | This makes bge(4) only look for a PHY at id 1 as done by Broadcom's | Brad Smith |
2005-12-08 | eliminate the BGE_QUIRK_FEWER_MBUFS quirk flag and assume lower mbufs on | Brad Smith |
2005-12-08 | add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs. | Brad Smith |
2005-11-29 | Put this back in... | Brad Smith |
2005-11-28 | back out the last 2 commits to bge(4) for now. | Brad Smith |
2005-11-27 | Use pci_get_capability() to check if were on a PCI Express card or not. | Brad Smith |
2005-11-27 | add initial support for ASF. | Brad Smith |
2005-11-25 | fix BCM5714 PCI id name and add 5714S, 5715 and 5715S. | Brad Smith |
2005-11-25 | Use BGE_IS_5705_OR_BEYOND macro to check for the existence or non-existence | Brad Smith |
2005-11-25 | remove prototype for a non-existent function bge_free_jumbo_mem. | Brad Smith |
2005-11-25 | Use BGE_IS_JUMBO_CAPABLE in one more spot. | Brad Smith |
2005-11-25 | use 5780 here instead of 5714. | Brad Smith |
2005-11-25 | don't bother setting error in bge_attach() when its not actually | Brad Smith |