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
*
Add a couple more codes for upcoming raylink driver additions.
dmlb
2001-05-17
1
-9
/
+70
*
Get IP multicast working on VLAN devices:
fenner
2001-05-02
2
-7
/
+6
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-0
/
+6
*
Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():
fenner
2001-04-27
1
-7
/
+9
*
Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd)
brian
2001-04-17
1
-5
/
+3
*
Move the decision whether we want to request authentication from our
joerg
2001-04-08
1
-8
/
+8
*
Fix bpf devices so select() recognizes that they are always writable.
gad
2001-04-04
1
-5
/
+8
*
Change the type of the VLAN interface from IFT_PROPVIRTUAL,
yar
2001-04-04
2
-3
/
+3
*
Add recently assigned interface types.
yar
2001-04-04
1
-0
/
+7
*
Sync up to NetBSD, Step 2:
yar
2001-04-04
1
-0
/
+136
*
Sync up to NetBSD again, Step 1:
yar
2001-04-04
1
-5
/
+5
*
Allow MOD_UNLOADs of if_tun, and handle event handler registration
brian
2001-04-03
2
-10
/
+44
*
If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags
brian
2001-04-02
1
-0
/
+4
*
Return 0 and do nothing when we get a SIOCSIFFLAGS.
brian
2001-04-02
1
-0
/
+1
*
Fix a number of minor bugs in the VLAN code:
yar
2001-03-28
1
-6
/
+25
*
Catch up to header include changes:
jhb
2001-03-28
1
-1
/
+3
*
Use mtx_initiaalized() rather than violating the internals of the mutex
jhb
2001-03-28
1
-2
/
+1
*
Don't bypass notifying a corresponding interface
yar
2001-03-27
1
-0
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
3
-3
/
+0
*
This is another MFC candidate.
joerg
2001-03-25
1
-2
/
+2
*
(MFC candidate, see below).
joerg
2001-03-23
1
-0
/
+14
*
- Add iso88025_ifdetach().
mdodd
2001-03-18
1
-110
/
+276
*
- Define payload length constants for 4Mbps and 16Mbps.
mdodd
2001-03-18
1
-12
/
+22
*
net/route.c:
ru
2001-03-15
1
-3
/
+4
*
This include file has no business being here.
mdodd
2001-03-15
1
-2
/
+0
*
Plug several mbuf leaks in error cases (in nd6)
bmilekic
2001-03-11
2
-4
/
+2
*
Protect against negative numbers as well
alfred
2001-02-26
1
-0
/
+3
*
fix typo in comment
alfred
2001-02-26
1
-1
/
+1
*
Santize a size variable passed to kernel malloc.
alfred
2001-02-26
1
-10
/
+20
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
3
-4
/
+6
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Insert entropy harvesting calls for network traffic. By
markm
2001-02-18
2
-0
/
+8
*
Add mutexes to the entire bpf subsystem to make it MPSAFE.
jlemon
2001-02-16
2
-160
/
+96
*
Fix another typo I missed on first reading:
asmodai
2001-02-14
1
-1
/
+1
*
Fix typo and comma placement.
asmodai
2001-02-14
1
-2
/
+2
*
Sync with the bridge/dummynet/ipfw code already tested in stable.
luigi
2001-02-10
2
-73
/
+61
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
When we receive an incoming Ethernet frame that was unicast to a
archie
2001-02-08
1
-10
/
+14
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-4
/
+4
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
3
-13
/
+13
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
5
-26
/
+13
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
7
-14
/
+13
*
Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().
peter
2001-02-04
2
-0
/
+28
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
13
-79
/
+79
*
o Allow non-root users to open /dev/tun* (remove suser()
brian
2001-02-03
1
-8
/
+5
*
Pass the minor number rather than the unit number to make_dev()
brian
2001-02-02
2
-4
/
+3
*
MFS: bridge/ipfw/dummynet fixes
luigi
2001-02-02
1
-170
/
+115
*
MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)
luigi
2001-02-02
2
-16
/
+66
*
Fix breakage caused by incomplete transition to IF_HANDOFF().
bp
2001-02-01
1
-2
/
+2
*
Quieten gcc.
peter
2001-01-31
1
-0
/
+1
[next]