summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a second missed case where the refcount is not decremented.thompsa2005-11-131-2/+3
* Fix a mbuf and refcnt leak in the broadcast code.thompsa2005-11-131-4/+4
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1114-65/+46
* Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().ru2005-11-111-2/+2
* Force this interface to be RUNNING.glebius2005-11-111-0/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-118-44/+18
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-093-26/+43
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-0812-125/+63
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisglebius2005-11-061-2/+8
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* 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
OpenPOWER on IntegriCloud