aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-3/+0
* OOps forgot to check in this one...Julian Elischer2000-04-281-3/+4
* Add a bpfdetach() stub routine to bpf.c. Without this, you'll get anBill Paul2000-04-271-0/+6
* Fix support for 802.2 and SNAP frames. Bug was introduced duringBoris Popov2000-04-272-25/+53
* remove "register" specifiers to supress compiler warning.Kenjiro Cho2000-04-261-2/+2
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-4/+1
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treeGarrett Wollman2000-04-233-157/+202
* IOCGIFCONF once and for all. Sometimes the ifc_len variableGuido van Rooij2000-04-211-5/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-061-0/+114
* Pass me the pointy hat.Gary Jennejohn2000-04-041-1/+6
* Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in theGary Jennejohn2000-04-031-7/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-272-2/+3
* Remove duplicate wordPhilippe Charnier2000-03-261-1/+1
* o Replace most magic numbers related to token ring with #definesLarry Lile2000-03-192-66/+96
* The advent of if_detach, allowing interface removal at runtime, makes itRobert Watson2000-03-192-0/+65
* Introduce a new bd_seesent flag to the BPF descriptor, indicating whether orRobert Watson2000-03-183-0/+22
* IPv6 6to4 support.Yoshinobu Inoue2000-03-111-2/+17
* The "sdl_family" field in a "struct sockaddr_dl" will be equalArchie Cobbs2000-03-011-1/+1
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. ThisGuido van Rooij2000-02-281-1/+9
* Wrap if_up() by splnet.Yoshinobu Inoue2000-02-271-1/+7
* Fix possible SLIOCSUNIT panicAndrey A. Chernov2000-02-201-0/+1
* Track if_i{bytes,packets,errors}.Matthew N. Dodd2000-02-161-0/+4
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-137-390/+7
* Update bridging code to the one already in -stable (this wasLuigi Rizzo2000-02-082-189/+370
* m_pullup() frees the supplied mbuf on failure; we don't need to tryMatthew N. Dodd2000-02-071-5/+3
* Make sure that the entire header is in the first mbuf before weMatthew N. Dodd2000-02-031-2/+14
* Add workaround for fxp issue at interface initialization with IPv6.Yoshinobu Inoue2000-02-011-0/+4
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.Peter Wemm2000-01-292-5/+0
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-296-18/+2
* Fix this so LINT compiles. There is no way this could have worked ifPeter Wemm2000-01-291-5/+5
* Remove unused includesBrian Somers2000-01-291-7/+0
* Count AF_INET6 attachement to routing socket.Yoshinobu Inoue2000-01-281-0/+6
* Redo the intrq.c idea asBrian Somers2000-01-273-131/+68
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-243-21/+168
* Notify user processes about interface's MTU change.Ruslan Ermilov2000-01-241-1/+3
* Allow if_ef driver to be compiled into kernel.Boris Popov2000-01-231-0/+1
* Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEADBrian Somers2000-01-233-39/+140
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inBrian Somers2000-01-212-0/+4
* |The hard limit for the BPF buffer size is 32KB, which appears too lowPoul-Henning Kamp2000-01-152-3/+6
* Clear ro->ro_rt just after RTFREE().Yoshinobu Inoue2000-01-151-0/+1
* cosmetic change: sort function prototypesYoshinobu Inoue2000-01-151-27/+27
* -K&R fix for some prototype declarationYoshinobu Inoue2000-01-151-4/+4
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-0/+1
* Remove BROADCAST flag from faith interface,Yoshinobu Inoue2000-01-091-2/+2
* Prevent kernel panic at ifconfig up after Note PC resume.Yoshinobu Inoue1999-12-301-3/+22
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2923-58/+54
* Make cloning mask sockaddr (genmask) possible.Ruslan Ermilov1999-12-281-1/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-222-2/+4
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-193-9/+6