| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assign if_broadcastaddr to NULL not 0 in if_attach(). | Robert Watson | 2004-11-23 | 1 | -8/+10 |
| * | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | John-Mark Gurney | 2004-11-17 | 1 | -1/+1 |
| * | Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABI | Max Laier | 2004-11-09 | 1 | -34/+0 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 2 | -10/+20 |
| * | Don't abuse tp->t_sc in sl(4) either. | Olivier Houchard | 2004-11-07 | 1 | -6/+15 |
| * | Don't abuse tp->t_sc, as it is now used by tty drivers. | Olivier Houchard | 2004-11-07 | 3 | -13/+26 |
| * | Utilize m_uiotombuf() in device write method, instead of home-grown | Gleb Smirnoff | 2004-10-31 | 2 | -69/+17 |
| * | Move if_handoff() from an inline in if_var.h to a function to if.c | Robert Watson | 2004-10-30 | 2 | -24/+27 |
| * | Add additional "spare" fields to 'struct ifnet' in order to improve | Robert Watson | 2004-10-30 | 1 | -0/+5 |
| * | use NULL instead of 0 when casting/comparing w/ a pointer... | John-Mark Gurney | 2004-10-25 | 1 | -2/+2 |
| * | Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionally | Robert Watson | 2004-10-19 | 2 | -2/+40 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 2 | -0/+2 |
| * | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | Gleb Smirnoff | 2004-10-12 | 3 | -51/+32 |
| * | Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as | Andre Oppermann | 2004-10-11 | 1 | -0/+1 |
| * | When harvesting entropy from an ethernet mbuf, do so before freeing the | Robert Watson | 2004-10-11 | 1 | -1/+1 |
| * | Assign pointer NULL, not 0. | Gleb Smirnoff | 2004-10-11 | 1 | -1/+1 |
| * | Change pfil starvation prevention from fail-open to fail-close. | Max Laier | 2004-10-08 | 1 | -2/+10 |
| * | Since net/net_osdep.c contained only one function that could be | Brooks Davis | 2004-10-08 | 2 | -59/+1 |
| * | Don't recurse the BPF descriptor lock during the BIOCSDLT operation | Brian Feldman | 2004-10-06 | 1 | -1/+1 |
| * | Add 802.11-specific events that are dispatched through the routing socket. | Sam Leffler | 2004-10-05 | 2 | -13/+68 |
| * | add ETHERTYPE_PAE for EAPOL/802.1x | Sam Leffler | 2004-10-05 | 1 | -0/+1 |
| * | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 3 | -11/+12 |
| * | Switch order for mtx_unlock and cv_signal as (condvar(9)) sez: | Max Laier | 2004-09-22 | 1 | -2/+2 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -1/+1 |
| * | Call sbuf_finish() before sbuf_data() so as to not panic the system. | Brian Feldman | 2004-09-22 | 1 | -0/+1 |
| * | Fix a LOR where ifconf() used copyout while holding a mutex. This LOR | Brooks Davis | 2004-09-22 | 1 | -41/+51 |
| * | Log the renaming of an interface. This should make it easier to follow | Brooks Davis | 2004-09-18 | 1 | -0/+3 |
| * | Destroy global tapmtx when the if_tap module is unloaded. | Robert Watson | 2004-09-17 | 1 | -0/+2 |
| * | Fix a LOR where copyout was called while holding a lock. | Brooks Davis | 2004-09-15 | 1 | -10/+27 |
| * | Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well as | Robert Watson | 2004-09-09 | 1 | -11/+20 |
| * | Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if' | Robert Watson | 2004-09-09 | 2 | -38/+24 |
| * | Compare/set pointers using NULL not 0. | Robert Watson | 2004-09-09 | 1 | -3/+3 |
| * | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | Brooks Davis | 2004-09-08 | 2 | -1/+5 |
| * | don't call f_detach if the filter has alread removed the knote.. This | John-Mark Gurney | 2004-09-06 | 1 | -3/+0 |
| * | Correct a comment typo: s/Note/Not/. | Robert Watson | 2004-09-03 | 1 | -1/+1 |
| * | Back out ifi_epoch. The ABI breakage is too disruptive this close to | Brooks Davis | 2004-09-02 | 2 | -2/+0 |
| * | Fix an assertion when if_down()ing a ALTQ managed interface. The lock should | Max Laier | 2004-09-01 | 1 | -0/+2 |
| * | Use a spare byte in struct if_data to store the structure size without | Brooks Davis | 2004-09-01 | 2 | -0/+2 |
| * | Add a new variable, ifi_epoch, to struct if_data. It is set to the last | Brooks Davis | 2004-08-30 | 2 | -0/+2 |
| * | Use an ANSI-style definition for slstart() | Yaroslav Tykhiy | 2004-08-30 | 1 | -2/+1 |
| * | Grant the poor old SLIP driver with an if_start handler | Yaroslav Tykhiy | 2004-08-30 | 1 | -7/+18 |
| * | Correct typo in printf() warning. | Robert Watson | 2004-08-28 | 1 | -1/+1 |
| * | Change the default disposition of debug.mpsafenet from 0 to 1, which | Robert Watson | 2004-08-28 | 1 | -3/+84 |
| * | When detaching an interface, don't leave an obsolete pointer to the | Brooks Davis | 2004-08-27 | 1 | -0/+1 |
| * | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 6 | -9/+11 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -9/+1 |
| * | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | Robert Watson | 2004-08-24 | 1 | -0/+2 |
| * | MT4 if_fwsubr.c:1.6: | Robert Watson | 2004-08-24 | 1 | -2/+0 |
| * | Fix a typo (attacked -> attached). | Peter Pentchev | 2004-08-24 | 1 | -1/+1 |
| * | Style update: use newer style function prototypes in if_sl.c in | Robert Watson | 2004-08-22 | 1 | -38/+15 |