summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* If we have been called from ether_ifdetach() then do not try and clear thethompsa2005-10-231-20/+25
* Before we export network interface data through the ifmibdata structure,csjp2005-10-231-1/+1
* Use new (inline) functions for calls into driver.phk2005-10-162-7/+5
* Make four more functions static that were missed in the last commit.thompsa2005-10-141-5/+5
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-142-209/+226
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-144-31/+33
* From 101 ways to panic your kernel.thompsa2005-10-132-1/+13
* Consolidate two adjacent conditional blocksjulian2005-10-131-5/+1
* Remove a stale comment.ru2005-10-131-1/+0
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-132-14/+10
* 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
OpenPOWER on IntegriCloud