summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Test the new M_VLANTAG packet flag before callingyar2005-09-161-2/+5
* Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95andre2005-09-141-4/+0
* Remove bogous semicolons at the end of the definitions ofandre2005-09-141-2/+2
* In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter typerwatson2005-09-121-1/+1
* Forward declare z_errmsg with static linkage since it is definedrodrigc2005-09-111-1/+1
* Protect interface and address lists using the appropriate mutex. Thesecsjp2005-09-101-16/+16
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-071-1/+1
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-062-6/+28
* Instead of caching the PID which opened the bpf descriptor, continuouslycsjp2005-09-052-4/+12
* reclaim sbuf and clear lock on error in ifconfsam2005-09-041-1/+4
* Use VLAN_TAG_VALUE() not only to read a dot1q tagyar2005-08-312-3/+8
* Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.glebius2005-08-301-0/+1
* Fix a panic in softclock() if the interface is destroyed with a bpf consumerthompsa2005-08-271-0/+1
* De-spl parts of the routing socket code now generally protectedrwatson2005-08-251-40/+20
* The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame isthompsa2005-08-231-7/+0
* Don't loop back packets that have been routed by pf. This fixes an endlessmlaier2005-08-231-1/+2
* Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commandscsjp2005-08-223-24/+87
* Add missing braces around bpf_filter which were missed when Icsjp2005-08-181-2/+4
* Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.thompsa2005-08-182-8/+9
* When we started calling if_findindex() from if_alloc() with an emptybrooks2005-08-181-56/+16
* - Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_free_type.brooks2005-08-161-1/+3
* Vlan interfaces change their type after ether_ifattach() so we needs tobrooks2005-08-151-1/+1
* Ensure that we are holding the lock when initialising the bridge interface. Wethompsa2005-08-151-0/+2
* Ensure that we are holding the lock when initialising the bridge interface. Wethompsa2005-08-151-0/+5
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. Thisglebius2005-08-123-24/+7
* o To prevent a race between RTM_DELETE message andglebius2005-08-111-2/+4
* o Make rt_check() function more strict:glebius2005-08-114-55/+61
* For each interface flag, indicate whether or not it is owned by therwatson2005-08-091-22/+28
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-0921-91/+109
* Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE,rwatson2005-08-094-11/+55
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-094-3/+7
* Use m_copypacket() which is an optimization of the common casethompsa2005-08-081-2/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-083-6/+11
* destroy lock _before_ free'ing the structure it resides insam2005-08-061-2/+1
* Initialize the if_addr mutex in if_alloc() rather than waiting untiljhb2005-08-041-1/+1
* Protect link layer network interface multicast address list manipulationrwatson2005-08-022-120/+208
* When allocating link layer ifnet address list entries inrwatson2005-08-024-8/+24
* Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related addressrwatson2005-08-021-0/+11
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-011-3/+19
* Rather than hold a mutex over calls to SYSCTL_OUT allocate acsjp2005-07-261-12/+14
* scope cleanup. with this changeume2005-07-252-2/+31
* We check that all the member interfaces have the same MTU on attach to thethompsa2005-07-251-0/+8
* Introduce new sysctl variable: net.bpf.stats. This sysctl variable cancsjp2005-07-242-14/+117
* Allocate one of the spare ifnet integer fields to hold if_drv_flags,rwatson2005-07-211-1/+1
* Add some KASSERTS to catch null pointers.phk2005-07-211-1/+10
* Clear the PROMISC flag from the vlan interface when we remove a member. Wethompsa2005-07-201-0/+1
* In multicast routines:rwatson2005-07-191-8/+8
* Rename equal() macro to sa_equal(), which matches the definitionsrwatson2005-07-191-14/+16
* Lock down netnatm and mark as MPSAFE:rwatson2005-07-181-6/+9
* Fix for PR 82974. We were not checking that the route looked up ingnn2005-07-151-0/+19
OpenPOWER on IntegriCloud