summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't call if_up() here, just set IFF_UP.ru1999-09-141-1/+1
* Add comments, fix typos.ru1999-09-141-2/+8
* Fix kernel compile with BRIDGE, but without DUMMYNETnsayer1999-09-111-0/+3
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
* $Id$ -> $FreeBSD$peter1999-08-2856-56/+56
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,peter1999-08-181-3/+3
* Give if_tun the "almost clone" makeover.phk1999-08-151-68/+60
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-78/+31
* Back out redundant check, and remove the MAXMTU comparison as it'sbrian1999-08-061-7/+4
* Back out redundant checksbrian1999-08-062-12/+5
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-065-15/+31
* Don't complain if 0 bytes are written to the tun device, simplybrian1999-07-261-1/+4
* fix a problem w/ zero byte writes to the tunnel device. It would bypassjmg1999-07-231-1/+1
* Rename bpfilter to bpf.des1999-07-069-55/+55
* Fixed English errors, spelling errors and formatting errors in rev.1.51bde1999-07-051-7/+9
* Quick fix for breakage of bounds checking in rev.1.12. Only onebde1999-07-041-2/+2
* Fix a printf int/long problem on the Alphapeter1999-07-011-2/+3
* Fix two easy warnings when using BRIDGE without IPFIREWALL.peter1999-07-011-2/+3
* Increase the size of the route reference count from 15 bits to 31 bits.msmith1999-06-301-3/+2
* Never return the root node itself from rn_match(); return NULL instead.pb1999-06-251-2/+5
* Add a new interface ioctl, to return "aux status".phk1999-06-194-4/+34
* typo in previous commitphk1999-06-061-2/+2
* Introduce IFF_SMART bit.phk1999-06-062-6/+10
* Simplify cdevsw registration.phk1999-05-312-7/+3
* This commit should be a extensive NO-OP:phk1999-05-302-8/+41
* In tunclose():brian1999-05-271-11/+15
* PR: kern/10570pb1999-05-161-2/+2
* clean up en atm driverkjc1999-05-082-329/+8
* Fix some disordering I introduced with the jail code.phk1999-05-081-2/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-063-12/+16
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-3/+1
* Postpone route_init() until all domains are attached.luoqi1999-04-293-5/+7
* This Implements the mumbled about "Jail" feature.phk1999-04-284-17/+28
* Allow loadable interface drivers with BPF support to be loaded into a kernelmsmith1999-04-281-3/+42
* Suser() simplification:phk1999-04-276-25/+25
* Temporary hack. The radix code shouldn't need this, it should bepeter1999-04-261-1/+2
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* Minor seatbelt tweak. The init code used to be splimp() protected,peter1999-04-261-2/+7
* Make NETISR_SET use a SYSINIT() rather than a linker set.peter1999-04-261-5/+5
* Fix my breakage of BRIDGE compiling option without IPFIREWALL..peter1999-04-211-1/+5
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-3/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-164-4/+54
* Break long lines that I introduced in a previous commit.eivind1999-04-111-4/+7
* Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.wpaul1999-04-071-1/+2
* Add a missing declaration that broke the compilation of this file.jdp1999-04-031-0/+1
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-3/+30
* rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-302-30/+51
* Implement TUNSIFMODE and TUNSLMODE.des1999-03-243-3/+47
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-152-2/+11
OpenPOWER on IntegriCloud