| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't call if_up() here, just set IFF_UP. | Ruslan Ermilov | 1999-09-14 | 1 | -1/+1 |
| * | Add comments, fix typos. | Ruslan Ermilov | 1999-09-14 | 1 | -2/+8 |
| * | Fix kernel compile with BRIDGE, but without DUMMYNET | Nick Sayer | 1999-09-11 | 1 | -0/+3 |
| * | For every "promiscuous mode enabled" message printed for an interface, | Sheldon Hearn | 1999-08-30 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 56 | -56/+56 |
| * | Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition, | Peter Wemm | 1999-08-18 | 1 | -3/+3 |
| * | Give if_tun the "almost clone" makeover. | Poul-Henning Kamp | 1999-08-15 | 1 | -67/+59 |
| * | Give BPF the "almost-clone" update. If you need more of them, make | Poul-Henning Kamp | 1999-08-15 | 1 | -78/+31 |
| * | Back out redundant check, and remove the MAXMTU comparison as it's | Brian Somers | 1999-08-06 | 1 | -7/+4 |
| * | Back out redundant checks | Brian Somers | 1999-08-06 | 2 | -12/+5 |
| * | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | Brian Somers | 1999-08-06 | 5 | -15/+31 |
| * | Don't complain if 0 bytes are written to the tun device, simply | Brian Somers | 1999-07-26 | 1 | -1/+4 |
| * | fix a problem w/ zero byte writes to the tunnel device. It would bypass | John-Mark Gurney | 1999-07-23 | 1 | -1/+1 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 9 | -55/+55 |
| * | Fixed English errors, spelling errors and formatting errors in rev.1.51 | Bruce Evans | 1999-07-05 | 1 | -7/+9 |
| * | Quick fix for breakage of bounds checking in rev.1.12. Only one | Bruce Evans | 1999-07-04 | 1 | -2/+2 |
| * | Fix a printf int/long problem on the Alpha | Peter Wemm | 1999-07-01 | 1 | -2/+3 |
| * | Fix two easy warnings when using BRIDGE without IPFIREWALL. | Peter Wemm | 1999-07-01 | 1 | -2/+3 |
| * | Increase the size of the route reference count from 15 bits to 31 bits. | Mike Smith | 1999-06-30 | 1 | -3/+2 |
| * | Never return the root node itself from rn_match(); return NULL instead. | Pierre Beyssac | 1999-06-25 | 1 | -2/+5 |
| * | Add a new interface ioctl, to return "aux status". | Poul-Henning Kamp | 1999-06-19 | 4 | -4/+34 |
| * | typo in previous commit | Poul-Henning Kamp | 1999-06-06 | 1 | -2/+2 |
| * | Introduce IFF_SMART bit. | Poul-Henning Kamp | 1999-06-06 | 2 | -6/+10 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 2 | -7/+3 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 2 | -8/+41 |
| * | In tunclose(): | Brian Somers | 1999-05-27 | 1 | -11/+15 |
| * | PR: kern/10570 | Pierre Beyssac | 1999-05-16 | 1 | -2/+2 |
| * | clean up en atm driver | Kenjiro Cho | 1999-05-08 | 2 | -329/+8 |
| * | Fix some disordering I introduced with the jail code. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+3 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+2 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 3 | -12/+16 |
| * | Free the dummynet descriptor in ip_dummynet, not in the called | Luigi Rizzo | 1999-05-04 | 1 | -3/+1 |
| * | Postpone route_init() until all domains are attached. | Luoqi Chen | 1999-04-29 | 3 | -5/+7 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 4 | -17/+28 |
| * | Allow loadable interface drivers with BPF support to be loaded into a kernel | Mike Smith | 1999-04-28 | 1 | -3/+42 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 6 | -25/+25 |
| * | Temporary hack. The radix code shouldn't need this, it should be | Peter Wemm | 1999-04-26 | 1 | -1/+2 |
| * | Protect the ifinit() function's internals with splimp() for safety since | Peter Wemm | 1999-04-26 | 1 | -4/+5 |
| * | Minor seatbelt tweak. The init code used to be splimp() protected, | Peter Wemm | 1999-04-26 | 1 | -2/+7 |
| * | Make NETISR_SET use a SYSINIT() rather than a linker set. | Peter Wemm | 1999-04-26 | 1 | -5/+5 |
| * | Fix my breakage of BRIDGE compiling option without IPFIREWALL.. | Peter Wemm | 1999-04-21 | 1 | -1/+5 |
| * | Tidy up some stray / unused stuff in the IPFW package and friends. | Peter Wemm | 1999-04-20 | 1 | -3/+1 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 4 | -4/+54 |
| * | Break long lines that I introduced in a previous commit. | Eivind Eklund | 1999-04-11 | 1 | -4/+7 |
| * | Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation. | Bill Paul | 1999-04-07 | 1 | -1/+2 |
| * | Add a missing declaration that broke the compilation of this file. | John Polstra | 1999-04-03 | 1 | -0/+1 |
| * | Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the | Nick Sayer | 1999-03-30 | 1 | -3/+30 |
| * | rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better, | Poul-Henning Kamp | 1999-03-30 | 2 | -30/+51 |
| * | Implement TUNSIFMODE and TUNSLMODE. | Dag-Erling Smørgrav | 1999-03-24 | 3 | -3/+47 |
| * | Grrr... botched remote commit. Let's try this again: vlan updates, | Bill Paul | 1999-03-15 | 2 | -2/+11 |