index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_ppp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o netisr_queue() returns 1 on success and 0 on failure,
maxim
2003-03-27
1
-1
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-15
/
+12
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
A minor stylistic change to make it more clear to lint-like tools.
phk
2003-02-02
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
network interface and link layer changes:
sam
2002-11-15
1
-4
/
+2
*
Convert most printf()s to if_printf()s.
brooks
2002-09-24
1
-15
/
+10
*
Use m_length() instead of home-rolled versions.
phk
2002-09-18
1
-13
/
+4
*
Fix a couple of bogus return values in previous commit.
brooks
2002-08-19
1
-3
/
+2
*
Move mac.h include to match the MAC tree location. Both locations
rwatson
2002-08-15
1
-1
/
+1
*
Make ppp(4) devices clonable and unloadable.
brooks
2002-08-09
1
-34
/
+78
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+17
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-3
/
+3
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-6
/
+6
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-8
/
+8
*
Remove __P.
alfred
2002-03-19
1
-8
/
+8
*
Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks
maxim
2002-03-05
1
-4
/
+1
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
1
-2
/
+3
*
Staticise private interface lists.
msmith
2002-01-08
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+3
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
1
-1
/
+2
*
Quieten gcc.
peter
2001-01-31
1
-0
/
+1
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-6
/
+25
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-52
/
+47
*
Remove some #if NFOO > 0 that are always true because of config rules.
peter
2000-01-29
1
-3
/
+0
*
Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in the
peter
1999-09-26
1
-7
/
+1
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-8
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Back out redundant checks
brian
1999-08-06
1
-7
/
+3
*
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
brian
1999-08-06
1
-3
/
+7
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Suser() simplification:
phk
1999-04-27
1
-8
/
+8
*
Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more
peter
1998-06-20
1
-8
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-4
/
+6
*
Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
dg
1998-05-19
1
-1
/
+5
*
Use getmicrotime() for if_lastchange, 10msec is plenty precision.
phk
1998-04-06
1
-2
/
+2
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-11
/
+11
*
ppp-2.3.x ships with a bad compression number for deflate. It uses number
peter
1998-03-22
1
-1
/
+7
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+5
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Cleaned up PPP_FILTER/NBPFILTER ifdefs.
bde
1997-11-18
1
-15
/
+6
*
Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
peter
1997-10-18
1
-3
/
+5
*
Better fix for the bpf dependency that doesn't have such a large impact
peter
1997-10-18
1
-1
/
+5
*
Back out the `PPP_FILTER => NBPFILTER' changes
peter
1997-10-18
1
-11
/
+12
*
PPP_FILTER => NBPFILTER
brian
1997-10-17
1
-12
/
+11
*
Try out PPP_FILTER
peter
1997-10-10
1
-2
/
+3
*
Some fixes from Bruce:
peter
1997-08-22
1
-4
/
+4
*
Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control
peter
1997-08-19
1
-4
/
+6
*
Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the
peter
1997-08-19
1
-140
/
+280
[next]