| Age | Commit message (Expand) | Author |
| 2003-02-09 | Add missing binding of VLAN tag to received packet. | mjacob |
| 2003-01-31 | Change ext_size to a size_t, and update the signature of ext_free. | thorpej |
| 2003-01-21 | vlan tagging mistake during m_tag transition | itojun |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-17 | switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag | itojun |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-07-16 | Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbuf() calls. Should fix | bouyer |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-05-02 | Change the semantics of mbuf external storage "ext_free" routines | thorpej |
| 2002-04-28 | Use MEXTADD() rather than open-coding it. | thorpej |
| 2002-03-20 | Use bus_space_vaddr() correctly. (Why use bus_space_vaddr() at all?) | eeh |
| 2001-11-26 | make it compile without INET | itojun |
| 2001-11-13 | add RCSID | lukem |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-14 | add (u_long) casts for sparc64. | mrg |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-07-05 | For product names that include the media in the name, don't bother | thorpej |
| 2001-06-30 | IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net. | bjh21 |
| 2001-06-30 | Sync the Tx descriptors pre- and post- on the Tigon 2. | thorpej |
| 2001-06-30 | When we're done setting up the General Information Block, sync it. | thorpej |
| 2001-06-30 | Use macros (like those in every other network driver I have written) | thorpej |
| 2001-06-30 | Split the tx-end-of-frame routine into Tigon 1 and Tigon 2 verions, | thorpej |
| 2001-06-30 | Split the transmit encap routine into two versions: one for the Tigon 1 | thorpej |
| 2001-06-30 | Move the `ti_tx_ring_nic' pointer out of the ring-data structure | thorpej |
| 2001-06-30 | When a transmit is complete, sync (and unload!!) the DMA map used | thorpej |
| 2001-06-30 | Move the Tigon/Tigon2 firmware, version 12.4.13+wpaul, to a | thorpej |
| 2001-06-29 | Correct spelling of media in the product names. | thorpej |
| 2001-06-27 | When setting/changing an address, no need to call ti_init() if the interface | bouyer |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-07 | Set TI_OPMODE_1_DMA_ACTIVE only if hardware assisted checksum isn't used | bouyer |
| 2001-06-03 | In ti_init2(), use a simpler, more obvious, and correct MTU | thorpej |
| 2001-06-03 | Replace a bunch of home-grown Ethernet related constants with | thorpej |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-01-29 | Handle allmulti case correctly as a NetBSD network driver; | enami |
| 2001-01-18 | constify | jdolecek |
| 2001-01-14 | Use splnet() to block network interrupts, not splimp(). | thorpej |
| 2000-12-28 | Change pci_intr_map to get interrupt source information from a "struct | sommerfeld |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-17 | Pull up FreeBSD changes: | bouyer |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-12 | - use jumbo rx if mtu is too big to fit in one mbuf, not when larger than | bouyer |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-24 | Add calls to ether_addmulti and ether_delmulti. This code looks a bit | martin |
| 2000-09-24 | use new generic bootverbose instead of local definition | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |