summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* replace Bcopy with bcopy as in the rest of the file.luigi2004-04-181-3/+3
* replace Bcmp() with the same bcmp() used in the rest of the file.luigi2004-04-182-4/+4
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-185-4/+9
* Minor changes to improve code readability (no actual code changes):luigi2004-04-181-60/+63
* make route_init() staticluigi2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():luigi2004-04-171-27/+10
* Use if_link instead of the alias if_list, and change a for() intoluigi2004-04-161-1/+6
* Documented the intended usage of if_addrhead and ifaddr_byindex()luigi2004-04-161-3/+11
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-163-19/+23
* Document the way if_addrhead and struct ifaddr are used.luigi2004-04-151-3/+11
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. Whenrwatson2004-04-151-0/+1
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-144-16/+16
* Add Direct Sequence 354K and 512K (needed for arl(4)).fjoe2004-04-131-0/+8
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-133-14/+19
* remove an almost-duplicate piece of code by setting the loopluigi2004-04-121-16/+10
* in rtinit(), remove one useless variable, and move a few othersluigi2004-04-121-9/+9
* Count outgoing link-level broadcast packets in if_omcasts.ru2004-04-121-1/+1
* In 4.x, if_ipending is used to track network interrupt state. In 5.x,rwatson2004-04-111-7/+0
* Added the new interface capability option for drivers that implementru2004-04-111-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-0732-128/+0
* Properly detect loops by recording the interface pointer in an mtag.ru2004-04-052-20/+33
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-043-3/+3
* + arpresolve(): remove an unused argumentluigi2004-04-043-25/+8
* For now, restore an splx(s) I removed when introducing slisunitfree().rwatson2004-04-011-1/+3
* 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
OpenPOWER on IntegriCloud