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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When adding a route fails because there is already a route with the same
wollman
1995-10-16
1
-1
/
+23
*
Say goodbye to IFF_NOTRAILERS. Support for trailers was officially
wollman
1995-10-13
1
-2
/
+2
*
Protect against routing socket messages with way-too-big address families.
wollman
1995-10-13
1
-2
/
+3
*
Fix types of sysctl functions. Add prototypes. Cosmetic.
bde
1995-10-09
1
-7
/
+12
*
Don't wait for output to drain in pppclose(). Discard output immediately
bde
1995-10-05
1
-5
/
+10
*
This upgrades the driver for Cronyx-Sigma multiplexor boards
jkh
1995-10-04
2
-236
/
+344
*
Add newline at end of log message and reduce log level to INFO from NOTICE.
wollman
1995-09-27
1
-2
/
+2
*
Add BPF and IP multicast capabilities to the `tun' and `lp' network
wollman
1995-09-25
1
-1
/
+30
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
4
-42
/
+59
*
Only print `bpf: foo0 attached' if bootverbose.
wollman
1995-09-20
1
-33
/
+4
*
Clear SC_OUTWAIT after checking of free clists, not before
ache
1995-09-17
1
-2
/
+2
*
Call output process in slstart() whether or not there is any output. As
bde
1995-09-10
1
-9
/
+10
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
6
-18
/
+18
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
2
-15
/
+22
*
Add a few hooks (in the form of an array of four void *'s) to allow
wollman
1995-08-31
1
-1
/
+4
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
7
-31
/
+37
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-2
/
+14
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
2
-2
/
+2
*
Obtained from: an ancient patch of mine via 1.1.5
bde
1995-07-31
1
-3
/
+3
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-31
2
-11
/
+9
*
Fix panic("ifpromisc failed") when shutting down a bpf tap when the attached
peter
1995-07-31
1
-7
/
+7
*
Obtained from: partly from ancient patches by ache and me via 1.1.5
bde
1995-07-29
2
-4
/
+4
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
4
-8
/
+13
*
Obtained from: partly from ancient patches by ache and me via 1.1.5
bde
1995-07-21
1
-2
/
+2
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
When adding a route, set rt_ifa and rt_ifp a little earlier so that
wollman
1995-07-10
1
-4
/
+13
*
Move some struct definitions outside of struct's, so their scopes for
joerg
1995-07-09
1
-35
/
+40
*
PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAY
joerg
1995-07-08
1
-1
/
+10
*
Worked around a bug with if.c setting the interface up even when we don't
dg
1995-07-07
1
-1
/
+14
*
Modified joerg's last change to only set the interface "up" when setting
dg
1995-07-06
1
-4
/
+9
*
Revision 1.21 of if_sl.c broke the traditional behaviour that
joerg
1995-07-02
1
-1
/
+4
*
Don't skip point-to-point interfaces if the netmask==0 (the netmask
dg
1995-06-28
1
-3
/
+5
*
Killed a couple lines of redundant code.
dg
1995-06-21
1
-5
/
+1
*
Protect the call to if_up() with an splnet().
dg
1995-06-21
1
-2
/
+4
*
1) Set interface up/down correctly as a function of open and close of the
dg
1995-06-21
1
-7
/
+11
*
Give the BPF the ability to generate signals when a packet is available.
pst
1995-06-15
3
-5
/
+66
*
Took out P2P_LOCALADDR_SHARE option and made it standard.
dg
1995-06-15
1
-9
/
+3
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
2
-3
/
+25
*
Remove trailing whitespace.
rgrimes
1995-05-30
27
-117
/
+117
*
Added a fix for a bug which caused the wrong interface to be selected
dg
1995-05-27
1
-28
/
+45
*
Fixed route reference count bug that squirmed in during the the
dg
1995-05-15
1
-2
/
+2
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-3
/
+4
*
Make networking domains drop-ins, through the magic of GNU ld. (Some day,
wollman
1995-05-11
2
-2
/
+16
*
Updated routing-socket code from Berkeley
wollman
1995-05-10
1
-23
/
+20
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
3
-12
/
+12
*
Fix misplaced idempotency #endif.
bde
1995-04-29
1
-8
/
+8
*
Incorporate new radix code from UCB. This fixes the orphaned mask bugs.
pst
1995-04-28
2
-157
/
+314
*
Implement SLIOCSUNIT (set slip unit number)
ache
1995-04-28
2
-2
/
+7
*
Cleanup loopback interface support.
pst
1995-04-26
2
-18
/
+26
*
Finally finish the cloning cleanup work by making sure that clones
wollman
1995-04-25
1
-1
/
+131
[prev]
[next]