summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Abstract "is a particular SLIP unit free" check behind slisunitfree(),rwatson2004-03-311-12/+18
* Add more DLT types required by libpcap 0.8.3.bms2004-03-311-0/+52
* Update system bpf headers for libpcap 0.8.3.bms2004-03-311-1/+58
* Add per-softc locking to if_tun:rwatson2004-03-291-6/+66
* Lock down if_tun global variables using a new mutex, tunmtx. As withrwatson2004-03-291-11/+31
* Modify BPF descriptor assertions to assert Giant when a BPF descriptorrwatson2004-03-291-1/+4
* Lock down global variables in if_gre:rwatson2004-03-222-8/+34
* Lock down global variables in if_gif:rwatson2004-03-221-9/+50
* Move "called", a static function variable used to detect recursiverwatson2004-03-221-4/+11
* MAC addresses are 8 bits in ARCNET. Adjust bcopy().mdodd2004-03-221-2/+2
* - Correct variable name.mdodd2004-03-211-2/+2
* Handle AF_ARP.mdodd2004-03-211-0/+27
* Correct a bug introduced with the recent clone API chang: when the clonerwatson2004-03-181-0/+1
* sAdd a comment indicating why there continues to be a race condition inrwatson2004-03-181-5/+14
* Remove tun_proc; replace with tun_pid. tun_proc pointer may be stalerwatson2004-03-171-7/+14
* Add tap_mtx to tap_softc in order to protect per-softc variablesrwatson2004-03-172-2/+44
* Lock down global variables in if_tap (primarily, the tap softc list);rwatson2004-03-151-3/+28
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-0/+3
* Handle AF_ARP in *_output()mdodd2004-03-143-0/+81
* Compare spppq to NULL instead of using spppq as a boolean.rwatson2004-03-141-2/+2
* Constify interactive_ports, as its value is static, and therefore doesn'trwatson2004-03-131-1/+1
* Remove stale (unused) unit variables from if_tun and if_tap softc's.rwatson2004-03-132-3/+0
* Constify iso88025_broadcastaddr to make it clear no explicitrwatson2004-03-131-3/+3
* Don't allow interfaces to be renamed to the empty string.brooks2004-03-131-2/+4
* Remove if_withname. It came in with the KAME import, but never gotbrooks2004-03-132-27/+0
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-112-0/+2
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcephk2004-03-101-10/+8
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-092-2/+2
* Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* Const-poison ip_stf_ttl to make it clear that the variable is notrwatson2004-03-071-1/+1
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+3
* Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.rwatson2004-02-291-0/+1
* Grab Giant after MAC processing on outgoing packets being sent viarwatson2004-02-291-1/+3
* Bring eventhandler callbacks for pf.mlaier2004-02-262-0/+20
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-262-0/+3
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-252-23/+8
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-242-4/+2
* Device megapatch 4/6:phk2004-02-214-0/+8
* Device megapatch 2/6:phk2004-02-214-285/+98
* Device megapatch 1/6:phk2004-02-211-3/+1
* Minor beautifications related to style(9) and code consistency.yar2004-02-211-5/+5
* Improve the SIOCSIFCAP handler a bit:yar2004-02-211-1/+5
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-182-7/+24
* Random style fixes and a comment update. No functional changes.des2004-02-161-4/+4
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on thedwmalone2004-02-151-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-132-24/+7
OpenPOWER on IntegriCloud