| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 3 | -1447/+2 |
* | Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our | thompsa | 2005-09-22 | 1 | -1/+1 |
* | Several fixes to rt_setgate(), that fix problems with route changing: | glebius | 2005-09-21 | 1 | -35/+30 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -1/+1 |
* | Use monotonic time_uptime instead of 'time_second' as timebase | andre | 2005-09-19 | 3 | -14/+14 |
* | Drop current rtentry lock before calling rt_getifa(). This fixes a LOR | glebius | 2005-09-19 | 1 | -3/+3 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 1 | -0/+7 |
* | The arguments to printf() were swapped. | ru | 2005-09-16 | 1 | -2/+2 |
* | Do assorted nitpicking in diagnostics while I'm here: | yar | 2005-09-16 | 1 | -9/+9 |
* | It's nice to have relevant comments both in if {} and else {}, | yar | 2005-09-16 | 1 | -1/+4 |
* | Test the new M_VLANTAG packet flag before calling | yar | 2005-09-16 | 1 | -2/+5 |
* | Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95 | andre | 2005-09-14 | 1 | -4/+0 |
* | Remove bogous semicolons at the end of the definitions of | andre | 2005-09-14 | 1 | -2/+2 |
* | In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter type | rwatson | 2005-09-12 | 1 | -1/+1 |
* | Forward declare z_errmsg with static linkage since it is defined | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Protect interface and address lists using the appropriate mutex. These | csjp | 2005-09-10 | 1 | -16/+16 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 1 | -1/+1 |
* | Add support for multicast to the bridge and allow inet6 addresses to be | thompsa | 2005-09-06 | 2 | -6/+28 |
* | Instead of caching the PID which opened the bpf descriptor, continuously | csjp | 2005-09-05 | 2 | -4/+12 |
* | reclaim sbuf and clear lock on error in ifconf | sam | 2005-09-04 | 1 | -1/+4 |
* | Use VLAN_TAG_VALUE() not only to read a dot1q tag | yar | 2005-08-31 | 2 | -3/+8 |
* | Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag. | glebius | 2005-08-30 | 1 | -0/+1 |
* | Fix a panic in softclock() if the interface is destroyed with a bpf consumer | thompsa | 2005-08-27 | 1 | -0/+1 |
* | De-spl parts of the routing socket code now generally protected | rwatson | 2005-08-25 | 1 | -40/+20 |
* | The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame is | thompsa | 2005-08-23 | 1 | -7/+0 |
* | Don't loop back packets that have been routed by pf. This fixes an endless | mlaier | 2005-08-23 | 1 | -1/+2 |
* | Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commands | csjp | 2005-08-22 | 3 | -24/+87 |
* | Add missing braces around bpf_filter which were missed when I | csjp | 2005-08-18 | 1 | -2/+4 |
* | Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1. | thompsa | 2005-08-18 | 2 | -8/+9 |
* | When we started calling if_findindex() from if_alloc() with an empty | brooks | 2005-08-18 | 1 | -56/+16 |
* | - Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_free_type. | brooks | 2005-08-16 | 1 | -1/+3 |
* | Vlan interfaces change their type after ether_ifattach() so we needs to | brooks | 2005-08-15 | 1 | -1/+1 |
* | Ensure that we are holding the lock when initialising the bridge interface. We | thompsa | 2005-08-15 | 1 | -0/+2 |
* | Ensure that we are holding the lock when initialising the bridge interface. We | thompsa | 2005-08-15 | 1 | -0/+5 |
* | Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. This | glebius | 2005-08-12 | 3 | -24/+7 |
* | o To prevent a race between RTM_DELETE message and | glebius | 2005-08-11 | 1 | -2/+4 |
* | o Make rt_check() function more strict: | glebius | 2005-08-11 | 4 | -55/+61 |
* | For each interface flag, indicate whether or not it is owned by the | rwatson | 2005-08-09 | 1 | -22/+28 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 21 | -91/+109 |
* | Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE, | rwatson | 2005-08-09 | 4 | -11/+55 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 4 | -3/+7 |
* | Use m_copypacket() which is an optimization of the common case | thompsa | 2005-08-08 | 1 | -2/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 3 | -6/+11 |
* | destroy lock _before_ free'ing the structure it resides in | sam | 2005-08-06 | 1 | -2/+1 |
* | Initialize the if_addr mutex in if_alloc() rather than waiting until | jhb | 2005-08-04 | 1 | -1/+1 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 2 | -120/+208 |
* | When allocating link layer ifnet address list entries in | rwatson | 2005-08-02 | 4 | -8/+24 |
* | Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address | rwatson | 2005-08-02 | 1 | -0/+11 |
* | Add support for IPv6 over GRE [1]. PR kern/80340 includes the | bz | 2005-08-01 | 1 | -3/+19 |
* | Rather than hold a mutex over calls to SYSCTL_OUT allocate a | csjp | 2005-07-26 | 1 | -12/+14 |