summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatwollman1995-07-101-4/+13
* Move some struct definitions outside of struct's, so their scopes forjoerg1995-07-091-35/+40
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYjoerg1995-07-081-1/+10
* Worked around a bug with if.c setting the interface up even when we don'tdg1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingdg1995-07-061-4/+9
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskdg1995-06-281-3/+5
* Killed a couple lines of redundant code.dg1995-06-211-5/+1
* Protect the call to if_up() with an splnet().dg1995-06-211-2/+4
* 1) Set interface up/down correctly as a function of open and close of thedg1995-06-211-7/+11
* Give the BPF the ability to generate signals when a packet is available.pst1995-06-153-5/+66
* Took out P2P_LOCALADDR_SHARE option and made it standard.dg1995-06-151-9/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-3/+25
* Remove trailing whitespace.rgrimes1995-05-3027-117/+117
* Added a fix for a bug which caused the wrong interface to be selecteddg1995-05-271-28/+45
* Fixed route reference count bug that squirmed in during the thedg1995-05-151-2/+2
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+4
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-112-2/+16
* Updated routing-socket code from Berkeleywollman1995-05-101-23/+20
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-093-12/+12
* Fix misplaced idempotency #endif.bde1995-04-291-8/+8
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.pst1995-04-282-157/+314
* Implement SLIOCSUNIT (set slip unit number)ache1995-04-282-2/+7
* Cleanup loopback interface support.pst1995-04-262-18/+26
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,wollman1995-04-101-20/+24
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutbde1995-04-021-19/+24
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationache1995-04-011-1/+2
* Patch from Greg Ansley:dg1995-04-011-5/+5
* Fix typing error sneaked somehow in prev. commitache1995-03-311-2/+2
* This sl enhancement helps to keep serial line (modem) connection alive.ache1995-03-303-5/+100
* pppinput:ache1995-03-291-5/+9
* Don't delete clones if they are PINNED.wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()wollman1995-03-232-6/+29
* Protocol-cloned routes should gain a reference to their parents to makewollman1995-03-211-2/+9
* Made minor readability tweak.dg1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-204-56/+115
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-205-12/+11
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportwollman1995-03-171-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-168-13/+13
* Added $Id$dg1995-03-141-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-143-1/+657
* Reduced loopback MTU to 16k to work around a miriad of problems with itdg1995-03-041-2/+2
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-262-142/+90
* Fixed comment - IFT_P80 is 80mbit.dg1995-02-251-2/+2
* In ifa_ifwithdstaddr() when walking through ifa structs associated withdg1995-02-241-2/+2
* Attempting to bind() or connect() a routing socket, while meaningless,wollman1995-02-161-3/+7
* Nuke some more compiler warnings, while I'm at it..jkh1995-02-151-16/+16
* *close: just purge tty queues if we can't drain themache1995-02-132-4/+6
* Define RTF_PINNED for future use.wollman1995-02-081-2/+3
OpenPOWER on IntegriCloud