| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 2 | -71/+13 |
| * | Add support for the Netgear GA620T copper gigabit card. | Bill Paul | 2000-08-02 | 2 | -1/+8 |
| * | Use a custom Tigon 2 firmware image, hopefully temporarily. This is | Bill Paul | 2000-07-26 | 1 | -1683/+1728 |
| * | Tweak probe message so that 1000baseSX and 1000baseT cards are | Bill Paul | 2000-07-20 | 1 | -2/+2 |
| * | Update the Tigon driver to support 1000baseTX gigE over copper AceNIC | Bill Paul | 2000-07-20 | 4 | -2427/+3229 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -6/+3 |
| * | use contigfree() rather than free() to free memory allocated with | Andrew Gallatin | 2000-07-08 | 1 | -4/+6 |
| * | Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | Peter Wemm | 2000-05-28 | 1 | -3/+3 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -5/+5 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -17/+0 |
| * | Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support | Bill Paul | 2000-04-24 | 3 | -1813/+1819 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -36/+61 |
| * | Update Tigon firmware yet again, this time to version 12.3.20. | Bill Paul | 2000-03-18 | 3 | -1589/+1593 |
| * | Update the Tigon driver to use the 12.3.18 firmware release from Alteon. | Bill Paul | 2000-02-10 | 3 | -3604/+3738 |
| * | Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet | Bill Paul | 2000-01-18 | 2 | -0/+9 |
| * | As suggested by phk, unconditionalize BPF support in these drivers. Since | Bill Paul | 1999-09-23 | 1 | -9/+0 |
| * | Update the Tigon driver firmware images to the latest release from | Bill Paul | 1999-09-22 | 3 | -3776/+3495 |
| * | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | Bill Paul | 1999-09-22 | 1 | -1/+1 |
| * | Un-do the changes to the DRIVER_MODULE() declarations in these drivers. | Bill Paul | 1999-09-20 | 1 | -1/+1 |
| * | Grrr. Okay, changing the devnames was a bad idea. Put them back the way | Bill Paul | 1999-09-20 | 1 | -1/+1 |
| * | Fix the strings in the driver_t structs so that they match the new names | Bill Paul | 1999-09-20 | 1 | -1/+1 |
| * | Change the name we register with DRIVER_MODULE() to include the leading | David E. O'Brien | 1999-09-20 | 1 | -1/+1 |
| * | Remember to account for ETHER_ALIGN when setting the maxmimum packet | Bill Paul | 1999-09-17 | 1 | -1/+1 |
| * | Don't restrict our requests for contiguous memory to addresses >= 1MB. | Bruce Evans | 1999-08-29 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -5/+5 |