| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Long chain of calls starting with bridge_on(), going through IPv6, and | hsu | 2002-12-27 | 1 | -1/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+7 |
* | Switch to the conventional reference counting scheme. | hsu | 2002-12-18 | 1 | -15/+15 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -8/+24 |
* | o add if_nvlans member to track the number of vlans active on an interface | sam | 2002-11-14 | 1 | -9/+3 |
* | Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> was | bde | 2002-09-29 | 1 | -1/+0 |
* | Add a new helper function if_printf() modeled on device_printf(). The | brooks | 2002-09-24 | 1 | -0/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | Move to nested include of _label.h instead of mac.h, reducing namespace | rwatson | 2002-08-14 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Minor style nit | imp | 2002-05-07 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -69/+65 |
* | whitespace fixes. | jlemon | 2001-12-14 | 1 | -1/+1 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+9 |
* | Expand the comment on the layout of softc, arpcom and ifnet structures, | luigi | 2001-11-22 | 1 | -0/+15 |
* | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | jhb | 2001-11-14 | 1 | -9/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -1/+2 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -0/+4 |
* | Documentation comment: note that the each NIC's softc is assumed to start | mjacob | 2001-10-02 | 1 | -0/+5 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -3/+14 |
* | Add kernel infrastructure for network device cloning. | brooks | 2001-07-02 | 1 | -1/+7 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -1/+3 |
* | 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 | -2/+2 |
* | Make the number of loopback interfaces dynamically tunable. Why one | peter | 2001-01-29 | 1 | -1/+1 |
* | Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h> | jlemon | 2000-11-26 | 1 | -1/+3 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -50/+99 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -0/+1 |
* | Export the functionality of SIOCSIFLLADDR with if_setlladdr() | archie | 2000-08-15 | 1 | -0/+1 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -1/+2 |
* | Fix kernel build breakage when 'device ether' was not included. | archie | 2000-06-29 | 1 | -1/+0 |
* | Make the ng_ether(4) node type dynamically loadable like the rest. | archie | 2000-06-26 | 1 | -0/+3 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -8/+8 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -2/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -8/+8 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -0/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -4/+4 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -4/+11 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+18 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | brian | 1999-08-06 | 1 | -1/+9 |
* | PR: kern/10570 | pb | 1999-05-16 | 1 | -2/+2 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -5/+7 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -1/+2 |
* | Generalize the if_up() and if_down() functions under the names | phk | 1998-12-16 | 1 | -4/+3 |
* | Go through the loopback code with a broom.. | julian | 1998-06-12 | 1 | -3/+3 |