| Commit message (Expand) | Author | Age | Files | Lines |
* | don't try to recurse on the bpf lock.. kqueue already locks the bpf lock | jmg | 2004-12-17 | 1 | -2/+1 |
* | Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>. | rik | 2004-12-14 | 1 | -2/+0 |
* | Make sppp MPSAFE. | rik | 2004-12-12 | 2 | -112/+237 |
* | Cleanup link state change notification: | sam | 2004-12-08 | 2 | -0/+27 |
* | Don't require a device to be marked up when issuing BIOCSETIF. | sam | 2004-12-08 | 1 | -4/+3 |
* | Implement the check I was talking about in the previous message already. | mlaier | 2004-11-30 | 1 | -4/+4 |
* | Assign if_broadcastaddr to NULL not 0 in if_attach(). | rwatson | 2004-11-23 | 1 | -8/+10 |
* | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | jmg | 2004-11-17 | 1 | -1/+1 |
* | Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABI | mlaier | 2004-11-09 | 1 | -34/+0 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -10/+20 |
* | Don't abuse tp->t_sc in sl(4) either. | cognet | 2004-11-07 | 1 | -6/+15 |
* | Don't abuse tp->t_sc, as it is now used by tty drivers. | cognet | 2004-11-07 | 3 | -13/+26 |
* | Utilize m_uiotombuf() in device write method, instead of home-grown | glebius | 2004-10-31 | 2 | -70/+18 |
* | Move if_handoff() from an inline in if_var.h to a function to if.c | rwatson | 2004-10-30 | 2 | -24/+27 |
* | Add additional "spare" fields to 'struct ifnet' in order to improve | rwatson | 2004-10-30 | 1 | -0/+5 |
* | use NULL instead of 0 when casting/comparing w/ a pointer... | jmg | 2004-10-25 | 1 | -2/+2 |
* | Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionally | rwatson | 2004-10-19 | 2 | -2/+40 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 2 | -0/+2 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | glebius | 2004-10-12 | 3 | -51/+32 |
* | Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as | andre | 2004-10-11 | 1 | -0/+1 |
* | When harvesting entropy from an ethernet mbuf, do so before freeing the | rwatson | 2004-10-11 | 1 | -1/+1 |
* | Assign pointer NULL, not 0. | glebius | 2004-10-11 | 1 | -1/+1 |
* | Change pfil starvation prevention from fail-open to fail-close. | mlaier | 2004-10-08 | 1 | -2/+10 |
* | Since net/net_osdep.c contained only one function that could be | brooks | 2004-10-08 | 2 | -59/+1 |
* | Don't recurse the BPF descriptor lock during the BIOCSDLT operation | green | 2004-10-06 | 1 | -1/+1 |
* | Add 802.11-specific events that are dispatched through the routing socket. | sam | 2004-10-05 | 2 | -13/+68 |
* | add ETHERTYPE_PAE for EAPOL/802.1x | sam | 2004-10-05 | 1 | -0/+1 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 3 | -11/+12 |
* | Switch order for mtx_unlock and cv_signal as (condvar(9)) sez: | mlaier | 2004-09-22 | 1 | -2/+2 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -1/+1 |
* | Call sbuf_finish() before sbuf_data() so as to not panic the system. | green | 2004-09-22 | 1 | -0/+1 |
* | Fix a LOR where ifconf() used copyout while holding a mutex. This LOR | brooks | 2004-09-22 | 1 | -41/+51 |
* | Log the renaming of an interface. This should make it easier to follow | brooks | 2004-09-18 | 1 | -0/+3 |
* | Destroy global tapmtx when the if_tap module is unloaded. | rwatson | 2004-09-17 | 1 | -0/+2 |
* | Fix a LOR where copyout was called while holding a lock. | brooks | 2004-09-15 | 1 | -10/+27 |
* | Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well as | rwatson | 2004-09-09 | 1 | -11/+20 |
* | Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if' | rwatson | 2004-09-09 | 2 | -38/+24 |
* | Compare/set pointers using NULL not 0. | rwatson | 2004-09-09 | 1 | -3/+3 |
* | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | brooks | 2004-09-08 | 2 | -1/+5 |
* | don't call f_detach if the filter has alread removed the knote.. This | jmg | 2004-09-06 | 1 | -3/+0 |
* | Correct a comment typo: s/Note/Not/. | rwatson | 2004-09-03 | 1 | -1/+1 |
* | Back out ifi_epoch. The ABI breakage is too disruptive this close to | brooks | 2004-09-02 | 2 | -2/+0 |
* | Fix an assertion when if_down()ing a ALTQ managed interface. The lock should | mlaier | 2004-09-01 | 1 | -0/+2 |
* | Use a spare byte in struct if_data to store the structure size without | brooks | 2004-09-01 | 2 | -0/+2 |
* | Add a new variable, ifi_epoch, to struct if_data. It is set to the last | brooks | 2004-08-30 | 2 | -0/+2 |
* | Use an ANSI-style definition for slstart() | yar | 2004-08-30 | 1 | -2/+1 |
* | Grant the poor old SLIP driver with an if_start handler | yar | 2004-08-30 | 1 | -7/+18 |
* | Correct typo in printf() warning. | rwatson | 2004-08-28 | 1 | -1/+1 |
* | Change the default disposition of debug.mpsafenet from 0 to 1, which | rwatson | 2004-08-28 | 1 | -3/+84 |
* | When detaching an interface, don't leave an obsolete pointer to the | brooks | 2004-08-27 | 1 | -0/+1 |