aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Added dependency on the miibus module.Ruslan Ermilov2004-05-211-0/+1
* Zero the un-used portions of the struct sockaddr data before sendingChristian S.J. Peron2004-05-101-0/+1
* Add route.h to pick up the rt_ifmsg() declaration.Scott Long2004-05-041-0/+1
* o Fix misindentation in the previous commit.Maxim Konovalov2004-05-031-4/+4
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-033-0/+34
* Give jail(8) the feature to allow raw sockets from within aBosko Milekic2004-04-261-2/+13
* This commit does two things:Luigi Rizzo2004-04-255-61/+43
* fix one typo and remove one wrong lineLuigi Rizzo2004-04-251-2/+1
* Correct and extend the description of the behaviour of rt_check().Luigi Rizzo2004-04-241-7/+27
* document the locking behaviour of the functions that accessLuigi Rizzo2004-04-241-3/+15
* arpcom untangling:Luigi Rizzo2004-04-242-3/+3
* arpcom untangling:Luigi Rizzo2004-04-241-5/+6
* arpcom untangling:Luigi Rizzo2004-04-243-10/+7
* Add the comment of the previous commit to the source file directly.Andre Oppermann2004-04-231-1/+5
* Call ip_output() with IP_FORWARD flag to prevent it from overwriting theAndre Oppermann2004-04-231-2/+2
* Readability fixes:Luigi Rizzo2004-04-211-12/+76
* Clearly comment the assumptions that allow us to cast aLuigi Rizzo2004-04-211-17/+27
* Fix the initial check for NULL arguments in rtfree (previouslyLuigi Rizzo2004-04-201-126/+82
* Document an assumption on the structure of 'struct rtentry'Luigi Rizzo2004-04-201-0/+5
* Add some comments, move a static array of constants in the only placeLuigi Rizzo2004-04-191-8/+16
* Fix a recently introduced panic in if_detach() by delayingLuigi Rizzo2004-04-191-11/+11
* More style and deobfuscation fixes.Ruslan Ermilov2004-04-191-4/+4
* Use an tempory struct ifnet *ifp instead of sc->sc_if to access theBrooks Davis2004-04-191-9/+11
* First pass at softc list locking for if_ppp.c. Many parts ofRobert Watson2004-04-191-10/+43
* Style and code unobfuscation.Ruslan Ermilov2004-04-181-4/+4
* Fixed a bug from rev. 1.42: cast to a correct type.Ruslan Ermilov2004-04-181-2/+2
* Make if_(un)route static in if.c as they are called from if_up/if_down only.Max Laier2004-04-182-4/+4
* + move MKGet()/MKFree() into the only file that can use them.Luigi Rizzo2004-04-182-28/+19
* + replace Bcmp/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-3/+4
* replace Bcopy with bcopy as in the rest of the file.Luigi Rizzo2004-04-181-3/+3
* replace Bcmp() with the same bcmp() used in the rest of the file.Luigi Rizzo2004-04-182-4/+4
* + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-185-4/+9
* Minor changes to improve code readability (no actual code changes):Luigi Rizzo2004-04-181-60/+63
* make route_init() staticLuigi Rizzo2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():Luigi Rizzo2004-04-171-27/+10
* Use if_link instead of the alias if_list, and change a for() intoLuigi Rizzo2004-04-161-1/+6
* Documented the intended usage of if_addrhead and ifaddr_byindex()Luigi Rizzo2004-04-161-3/+11
* Consistently use ifaddr_byindex() to access the link-level addressLuigi Rizzo2004-04-163-19/+23
* Document the way if_addrhead and struct ifaddr are used.Luigi Rizzo2004-04-151-3/+11
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. WhenRobert Watson2004-04-151-0/+1
* Staticize <if>_clone_{create,destroy} functions.Brooks Davis2004-04-144-16/+16
* Add Direct Sequence 354K and 512K (needed for arl(4)).Max Khon2004-04-131-0/+8
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsLuigi Rizzo2004-04-133-14/+19
* remove an almost-duplicate piece of code by setting the loopLuigi Rizzo2004-04-121-16/+10
* in rtinit(), remove one useless variable, and move a few othersLuigi Rizzo2004-04-121-9/+9
* Count outgoing link-level broadcast packets in if_omcasts.Ruslan Ermilov2004-04-121-1/+1
* In 4.x, if_ipending is used to track network interrupt state. In 5.x,Robert Watson2004-04-111-7/+0
* Added the new interface capability option for drivers that implementRuslan Ermilov2004-04-111-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0732-128/+0
* Properly detect loops by recording the interface pointer in an mtag.Ruslan Ermilov2004-04-052-20/+33