| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Enable IFCAP_VLAN_MTU and increase MTU for it. | Hidetoshi Shimokawa | 2003-08-05 | 1 | -2/+3 |
| * | Remove code that tries to detect if the MCLSHIFT and MSIZE macros | Maxime Henrion | 2003-06-13 | 1 | -46/+0 |
| * | Remove now unused pointer to etherheader. | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
| * | Use newly minted device_is_attached rather than device_is_alive to see | Warner Losh | 2003-04-21 | 1 | -1/+1 |
| * | Revise attach/detach resource cleanup | Nate Lawson | 2003-04-17 | 1 | -5/+13 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -9/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -7/+3 |
| * | Fix KASSERT syntax error. | Poul-Henning Kamp | 2003-04-01 | 1 | -1/+1 |
| * | Clean up locking and resource management for pci/if_* | Nate Lawson | 2003-03-31 | 1 | -50/+32 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
| * | Spell noread() and nowrite() correctly (ie: not "NULL") | Poul-Henning Kamp | 2003-03-02 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -8/+8 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -8/+8 |
| * | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 1 | -29/+16 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -7/+7 |
| * | Use %z to print a size_t value. | John Baldwin | 2002-11-08 | 1 | -1/+1 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -2/+2 |
| * | Static'ify a variable. | Alfred Perlstein | 2002-10-03 | 1 | -1/+1 |
| * | style: put return types on a line by themselves. | Alfred Perlstein | 2002-08-24 | 1 | -40/+80 |
| * | catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined. | Alfred Perlstein | 2002-06-29 | 1 | -2/+2 |
| * | Remove a couple of __P() stragglers. | Peter Wemm | 2002-06-29 | 1 | -2/+2 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 4 | -5230/+6591 |
| * | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | Poul-Henning Kamp | 2002-04-28 | 1 | -4/+4 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -49/+47 |
| * | Remove mbuf exhaustion warning messages; these are handled by the | Mike Silbersack | 2002-02-11 | 1 | -4/+0 |
| * | Remove printf's on mbuf/cluster allocation failures. There are now | Luigi Rizzo | 2001-12-14 | 1 | -6/+1 |
| * | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | Brooks Davis | 2001-12-03 | 1 | -1/+1 |
| * | Have the driver advertise that it is capable of hardware checksums, and | Jonathan Lemon | 2001-09-18 | 1 | -2/+19 |
| * | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 1 | -26/+5 |
| * | IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change | Brooks Davis | 2001-07-25 | 1 | -1/+1 |
| * | Apply patch supplied by Jonathan Chen: use the correct arguments to | Bill Paul | 2001-07-09 | 1 | -1/+1 |
| * | Vlan tags are 12 bits, mask off anything above since the chip doesn't | Poul-Henning Kamp | 2001-05-23 | 1 | -2/+2 |
| * | Fix the definitions for memory bank sizes, which I somehow got wrong. | Bill Paul | 2001-04-26 | 2 | -2/+7 |
| * | Big round of minor updates: | Bill Paul | 2001-02-21 | 1 | -3/+2 |
| * | Preceed/preceeding are not english words. Use precede and preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -1/+1 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -2/+1 |
| * | Implement MTX_RECURSE flag for mtx_init(). | Bosko Milekic | 2001-01-19 | 1 | -1/+1 |
| * | Initialize/grab the mutex earlier in the attach phase, so that | Bill Paul | 2000-12-04 | 1 | -3/+3 |
| * | Change MEXTADD usage to pass the two new arguments. | Bosko Milekic | 2000-11-11 | 1 | -1/+1 |
| * | (Introduce something sitting in my repo for 3 weeks now...) | Bosko Milekic | 2000-10-21 | 2 | -24/+11 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Use device_get_nameunit(dev) as the mutex string when calling | Bill Paul | 2000-10-13 | 1 | -1/+1 |
| * | First round of converting network drivers from spls to mutexes. This | Bill Paul | 2000-10-13 | 2 | -18/+35 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 1 | -17/+1 |