| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 12 | -3/+22 |
* | Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. | mlaier | 2004-07-14 | 1 | -5/+5 |
* | Convert SLIP to using C99 structure initialization for its struct | rwatson | 2004-07-14 | 1 | -2/+8 |
* | Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti(). | bms | 2004-07-09 | 1 | -1/+1 |
* | Use M_ZERO instead of bzero(). | bms | 2004-07-06 | 1 | -2/+1 |
* | Be consistent and use bzero() instead of memset(). | bms | 2004-07-06 | 1 | -1/+1 |
* | Use M_ZERO instead of memset() (!). | bms | 2004-07-06 | 1 | -2/+1 |
* | Use M_ZERO instead of bzero(). | bms | 2004-07-06 | 1 | -2/+1 |
* | Replace a bzero() after malloc() with M_ZERO. | bms | 2004-07-06 | 1 | -2/+1 |
* | Style. | bms | 2004-07-06 | 1 | -13/+15 |
* | In the BPF and ethernet bridging code, don't allow callouts to execute | rwatson | 2004-07-05 | 2 | -2/+2 |
* | Workaround a locking problem in vlan(4). vlan_setmulti() may be called | bms | 2004-07-04 | 1 | -2/+11 |
* | style(9)/whitespace cleanup while I'm in this file. | bms | 2004-07-04 | 1 | -54/+55 |
* | The net.link.ether.bridge.enable sysctl MIB variable enables bridge | bms | 2004-07-04 | 1 | -0/+1 |
* | Don't announce the ethernet address when it's 00:00:00:00:00:00. It's | brooks | 2004-07-02 | 1 | -2/+7 |
* | Bring in the first chunk of altq driver modifications. This covers the | mlaier | 2004-07-02 | 1 | -7/+30 |
* | Do not m_free packet since IF_HANDOFF (called from netisr_queue) will | rik | 2004-06-28 | 1 | -1/+1 |
* | Those are unneeded too. | pjd | 2004-06-27 | 1 | -1/+0 |