| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix the definitions for memory bank sizes, which I somehow got wrong. | wpaul | 2001-04-26 | 2 | -2/+7 |
* | Big round of minor updates: | wpaul | 2001-02-21 | 1 | -3/+2 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -2/+1 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | Initialize/grab the mutex earlier in the attach phase, so that | wpaul | 2000-12-04 | 1 | -3/+3 |
* | Change MEXTADD usage to pass the two new arguments. | bmilekic | 2000-11-11 | 1 | -1/+1 |