| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 6 | -9/+11 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -9/+1 |
* | Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made | rwatson | 2004-08-24 | 1 | -0/+2 |
* | MT4 if_fwsubr.c:1.6: | rwatson | 2004-08-24 | 1 | -2/+0 |
* | Fix a typo (attacked -> attached). | roam | 2004-08-24 | 1 | -1/+1 |
* | Style update: use newer style function prototypes in if_sl.c in | rwatson | 2004-08-22 | 1 | -38/+15 |
* | Don't need to assert Giant in fw_output(), only in the firewire start | rwatson | 2004-08-22 | 1 | -2/+0 |
* | If a tunable for the routing socket netisr queue max is defined, allow it | rwatson | 2004-08-21 | 1 | -1/+3 |
* | Allow the size of the routing socket netisr queue to be configured using | rwatson | 2004-08-21 | 1 | -1/+6 |
* | When a prison is given the ability to create raw sockets (when the | csjp | 2004-08-21 | 1 | -0/+7 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -0/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 4 | -28/+30 |
* | Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routing | rwatson | 2004-08-13 | 1 | -1/+1 |
* | Added two new media types for 10GBASE-SR and 10GBASE-LR | tackerman | 2004-08-12 | 1 | -0/+5 |
* | Convert the routing table to use an UMA zone for rtentries. The zone is | andre | 2004-08-11 | 1 | -4/+10 |
* | Set IFF_RUNNING flag on the interface as soon as the control device is opened. | emax | 2004-08-11 | 1 | -3/+9 |
* | Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in | mlaier | 2004-08-07 | 1 | -0/+1 |
* | As SLIP directly accesses the tty code from its if_start() routine, | rwatson | 2004-08-06 | 1 | -1/+3 |
* | Do not attempt to clean up data that has not been initialized yet. | roam | 2004-08-06 | 1 | -4/+15 |
* | Set ip_v field properly. | sobomax | 2004-08-05 | 1 | -0/+1 |
* | Do a lockless read of the BPF interface structure descriptor list head | rwatson | 2004-08-05 | 1 | -0/+21 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 3 | -4/+4 |
* | Initialize ; variable eraly to shut up GCC warning. | kan | 2004-07-28 | 1 | -0/+1 |
* | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | rwatson | 2004-07-27 | 4 | -2/+58 |
* | Stop tinkering with the parent's VLAN_MTU capability. | yar | 2004-07-26 | 1 | -27/+7 |
* | Prefer NULL to '0' when checking a pointer value. | rwatson | 2004-07-24 | 1 | -37/+37 |
* | Actually free the unit when destroying the interface. | brooks | 2004-07-22 | 1 | -0/+5 |
* | When removing the last reference to a cloner, do not try to unlock twice - | mlaier | 2004-07-20 | 1 | -2/+3 |
* | Comment clarifying debug_mpsafenet. | rwatson | 2004-07-18 | 1 | -4/+5 |
* | Gratuitous whitespace change to un-wrap a short line. | rwatson | 2004-07-18 | 1 | -2/+1 |