summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-128-101/+61
* Be pedantic here: We're converting from network byte order to hostimp2005-10-121-2/+2
* Do not unconditionally set a spanning tree port to forwarding as the link may bethompsa2005-10-111-1/+1
* A deja vu of:glebius2005-10-071-1/+4
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingavatar2005-10-061-3/+3
* Fix KASSERT function name in ether_output, use __func__ while I am here.thompsa2005-10-061-2/+2
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+1
* Protect PID initializations for statistics by the bpf descriptorcsjp2005-10-041-2/+6
* Rename net.isr.enable to net.isr.dispatch.rwatson2005-10-041-5/+5
* Improve handling flags that must be propagatedyar2005-10-031-37/+84
* Clean up consistency checks in if_setflag():yar2005-10-031-18/+11
* Log a message about entering or leaving permanently promiscuous mode,yar2005-10-031-6/+10
* Do not packet filter in the bridge_start() routine, locally generated packetsthompsa2005-10-021-20/+9
* Big polling(4) cleanup.glebius2005-10-012-4/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-273-1447/+2
* Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on ourthompsa2005-09-221-1/+1
* Several fixes to rt_setgate(), that fix problems with route changing:glebius2005-09-211-35/+30
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-1/+1
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-193-14/+14
* Drop current rtentry lock before calling rt_getifa(). This fixes a LORglebius2005-09-191-3/+3
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-181-0/+7
* The arguments to printf() were swapped.ru2005-09-161-2/+2
* Do assorted nitpicking in diagnostics while I'm here:yar2005-09-161-9/+9
* It's nice to have relevant comments both in if {} and else {},yar2005-09-161-1/+4
* 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
OpenPOWER on IntegriCloud