| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The VLAN TCI field should be operated in network byte order. | ru | 2004-03-30 | 1 | -2/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -5/+5 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -3/+0 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -13/+10 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | All current uses of pci_set_powerstate are bogus, at least in theory. | imp | 2003-07-03 | 1 | -2/+2 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -18/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -7/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | When reading PHY regs over the i2c bus, the turnaround ACK bit | mbr | 2003-01-10 | 1 | -1/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 2 | -28/+13 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -2/+2 |
* | Add support for DEVICE_POLLING. | simokawa | 2002-11-06 | 2 | -0/+79 |
* | Add support for SX cards using TBI such as Netgear GA621. | ambrisko | 2002-08-08 | 2 | -63/+249 |
* | Cleanup after my de-__P (remove leading whitespace before prototype args). | alfred | 2002-07-06 | 1 | -84/+120 |
* | catch up with ext_free prototype change. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Do not call nge_tick() if we get an PHY interrupt, nge_tick() calls | phk | 2002-05-04 | 1 | -3/+11 |
* | Make one generic mii_phy_detach() to replace 19 slightly different ones. | phk | 2002-04-29 | 1 | -17/+1 |
* | Move a lot closer to NetBSDs MII support for GigE. | phk | 2002-04-29 | 1 | -1/+3 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 1 | -2/+2 |
* | If the receiver runs out of space for an received frame in the internal | phk | 2002-04-13 | 2 | -22/+8 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -51/+47 |
* | Remove errors in LINT (now that they are fatal) | julian | 2002-02-27 | 1 | -0/+4 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | Do not call mii_polltick() immediately after mii_tick(). | jlemon | 2001-09-29 | 1 | -1/+0 |
* | Handle the RX FIFO overflow condition with the rxeof handler instead | wpaul | 2001-09-19 | 2 | -3/+4 |
* | Have the driver to announce what capabilitis it supports. | jlemon | 2001-09-18 | 1 | -0/+2 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -22/+6 |
* | IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change | brooks | 2001-07-25 | 1 | -1/+1 |
* | Change the interrupt handler a bit so that we call the nge_rxeof() handler | wpaul | 2001-07-16 | 1 | -3/+2 |
* | Two optimizations: | wpaul | 2001-07-10 | 1 | -10/+35 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 1 | -2/+2 |
* | Do not set the MODE_1000 bit unless we actually have a gigabit link. | wpaul | 2001-07-08 | 1 | -1/+9 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -3/+2 |
* | Fix some memory bugs with regard to jumbo buffers. I made a mistake when | wpaul | 2001-06-18 | 2 | -8/+5 |
* | Mind-o in last commit: s/==/>=/ when checking MTU size. *blush* | wpaul | 2001-06-16 | 1 | -1/+1 |
* | Fix the last serious bug I've been chasing: | wpaul | 2001-06-16 | 1 | -23/+41 |
* | Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out where | wpaul | 2001-06-15 | 1 | -3/+1 |
* | Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chip | wpaul | 2001-06-15 | 1 | -4/+4 |
* | - Remember to set the 'extsts enable' bit in the CFG register to enable the | wpaul | 2001-06-06 | 2 | -16/+16 |
* | Disable extra TCP/UCP checksum checking in nge_rxeof() for now. | wpaul | 2001-06-06 | 1 | -0/+2 |
* | Per jlemon: add code to nge_rxeof() to allow verification of TCP and | wpaul | 2001-05-29 | 1 | -0/+8 |