summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* fix one typo and remove one wrong lineluigi2004-04-251-2/+1
* Correct and extend the description of the behaviour of rt_check().luigi2004-04-241-7/+27
* document the locking behaviour of the functions that accessluigi2004-04-241-3/+15
* arpcom untangling:luigi2004-04-242-3/+3
* arpcom untangling:luigi2004-04-241-5/+6
* arpcom untangling:luigi2004-04-243-10/+7
* Add the comment of the previous commit to the source file directly.andre2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theandre2004-04-231-2/+2
* Readability fixes:luigi2004-04-211-12/+76
* Clearly comment the assumptions that allow us to cast aluigi2004-04-211-17/+27
* Fix the initial check for NULL arguments in rtfree (previouslyluigi2004-04-201-126/+82
* Document an assumption on the structure of 'struct rtentry'luigi2004-04-201-0/+5
* Add some comments, move a static array of constants in the only placeluigi2004-04-191-8/+16
* Fix a recently introduced panic in if_detach() by delayingluigi2004-04-191-11/+11
* More style and deobfuscation fixes.ru2004-04-191-4/+4
* Use an tempory struct ifnet *ifp instead of sc->sc_if to access thebrooks2004-04-191-9/+11
* First pass at softc list locking for if_ppp.c. Many parts ofrwatson2004-04-191-10/+43
* Style and code unobfuscation.ru2004-04-181-4/+4
* Fixed a bug from rev. 1.42: cast to a correct type.ru2004-04-181-2/+2
* Make if_(un)route static in if.c as they are called from if_up/if_down only.mlaier2004-04-182-4/+4
* + move MKGet()/MKFree() into the only file that can use them.luigi2004-04-182-28/+19
* + replace Bcmp/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-3/+4
* 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
OpenPOWER on IntegriCloud