| Commit message (Expand) | Author | Age | Files | Lines |
* | Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they | rwatson | 2004-08-28 | 1 | -1/+2 |
* | Whitespace pass. | bms | 2004-07-05 | 1 | -40/+39 |
* | style(9): | bms | 2004-07-05 | 1 | -75/+75 |
* | Eliminate redundant return keywords. | bms | 2004-07-05 | 1 | -48/+0 |
* | Whitespace nits | bms | 2004-07-05 | 1 | -23/+23 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -4/+4 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+3 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -6/+0 |
* | Stop setting ifp->if_output to ether_output() since ether_ifattach() | mux | 2004-03-11 | 1 | -1/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 2 | -0/+5 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -3/+2 |
* | Sanitize the code relating to the /dev/ti%d entries. In particular evict | phk | 2003-10-10 | 1 | -68/+6 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Enable IFCAP_VLAN_MTU and increase MTU for it. | simokawa | 2003-08-05 | 1 | -2/+3 |
* | Remove code that tries to detect if the MCLSHIFT and MSIZE macros | mux | 2003-06-13 | 1 | -46/+0 |
* | Remove now unused pointer to etherheader. | phk | 2003-05-31 | 1 | -2/+0 |
* | Use newly minted device_is_attached rather than device_is_alive to see | imp | 2003-04-21 | 1 | -1/+1 |
* | Revise attach/detach resource cleanup | njl | 2003-04-17 | 1 | -5/+13 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -9/+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 |
* | Fix KASSERT syntax error. | phk | 2003-04-01 | 1 | -1/+1 |
* | Clean up locking and resource management for pci/if_* | njl | 2003-03-31 | 1 | -50/+32 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Spell noread() and nowrite() correctly (ie: not "NULL") | phk | 2003-03-02 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -8/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -8/+8 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 1 | -29/+16 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -7/+7 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -2/+2 |
* | Static'ify a variable. | alfred | 2002-10-03 | 1 | -1/+1 |
* | style: put return types on a line by themselves. | alfred | 2002-08-24 | 1 | -40/+80 |
* | catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Remove a couple of __P() stragglers. | peter | 2002-06-29 | 1 | -2/+2 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 4 | -5230/+6591 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 1 | -4/+4 |
* | 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 | -55/+53 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 1 | -4/+0 |
* | Remove printf's on mbuf/cluster allocation failures. There are now | luigi | 2001-12-14 | 1 | -6/+1 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | Have the driver advertise that it is capable of hardware checksums, and | jlemon | 2001-09-18 | 1 | -2/+19 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -26/+5 |
* | IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change | brooks | 2001-07-25 | 1 | -1/+1 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 1 | -1/+1 |
* | Vlan tags are 12 bits, mask off anything above since the chip doesn't | phk | 2001-05-23 | 1 | -2/+2 |