summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-122-1/+6
* Constify raw_sendspace and raw_recvspace, as they're not mutable.rwatson2004-06-111-2/+2
* Switch to conditionally acquiring and dropping Giant around calls intorwatson2004-06-111-2/+2
* Un-staticize 'dst' sockaddr in the stack of bpfwrite() to preventrwatson2004-06-111-1/+2
* Introduce a netisr to deliver kernel-generated routing, avoidingrwatson2004-06-092-4/+53
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Add helper functions to calculate the standard ethernet CRC innaddy2004-06-022-0/+75
* add missing #include <sys/module.h>phk2004-05-307-0/+7
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Make the comment for DLT_NULL slightly more accurate.dwmalone2004-05-301-1/+1
* if_printf() won't emit a newline unless told to.yar2004-05-261-2/+3
* Keepalive timer should be added if we does not have any sppp consumers beforerik2004-05-251-2/+2
* After all the relevant drivers have been fixed, fix vlan(4) itselfyar2004-05-251-27/+27
* Remove another redundant if_output initialization.mux2004-05-241-1/+0
* Consult parent's if_capenable for active VLAN-related capabilities.yar2004-05-231-1/+8
* Added dependency on the miibus module.ru2004-05-211-0/+1
* Zero the un-used portions of the struct sockaddr data before sendingcsjp2004-05-101-0/+1
* Add route.h to pick up the rt_ifmsg() declaration.scottl2004-05-041-0/+1
* o Fix misindentation in the previous commit.maxim2004-05-031-4/+4
* Link state change notification of ethernet media to the routing socket.andre2004-05-033-0/+34
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-2/+13
* This commit does two things:luigi2004-04-255-61/+43
* 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
OpenPOWER on IntegriCloud