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
*
o make debug_mpsafenet globally visible
sam
2003-11-05
1
-0
/
+10
*
- update comments to refrect recent BSDs.
ume
2003-11-04
1
-37
/
+33
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
27
-168
/
+149
*
Make TUNDEBUG use if_printf instead of printf.
brooks
2003-10-31
1
-24
/
+17
*
Replace a couple printfs with if_printfs.
brooks
2003-10-31
1
-4
/
+3
*
Overhaul routing table entry cleanup by introducing a new rtexpunge
sam
2003-10-30
2
-9
/
+105
*
avoid recursive lock panic by unlocking before calling rtrequest;
sam
2003-10-29
1
-1
/
+2
*
Always queue looped back packets (rather than potentially using
sam
2003-10-29
1
-1
/
+1
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+1
*
Use VLANNAME instead of "vlan".
brooks
2003-10-28
1
-4
/
+4
*
Delay if_lo module intialization until domain list has been
kan
2003-10-27
1
-1
/
+1
*
use official # for IFT_STF
ume
2003-10-26
1
-1
/
+2
*
Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannot
ume
2003-10-24
2
-2
/
+30
*
Remove unnecessary (caddr_t) casts of if_broadcastaddr.
imp
2003-10-23
1
-2
/
+2
*
Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT.
brooks
2003-10-23
1
-4
/
+3
*
Merge from p4 (noticed these changes with DES' if_ethersubr.c changes caused
imp
2003-10-23
1
-3
/
+3
*
Clean up whitespace, remove "register" keyword, ANSIfy.
des
2003-10-23
2
-134
/
+76
*
we have ppsratecheck().
ume
2003-10-22
1
-0
/
+1
*
protect by IFNET_RLOCK.
ume
2003-10-22
1
-0
/
+2
*
Add a new macro M_ASSERTVALID which ensures that the mbuf in question
silby
2003-10-19
1
-0
/
+1
*
- add dom_if{attach,detach} framework.
ume
2003-10-17
2
-0
/
+50
*
Correct handling of cloning loop avoidance: rtalloc1 may return a null
sam
2003-10-16
1
-1
/
+2
*
AF_LINK sockaddr has to be attached to ifp->if_addrlist until the
ume
2003-10-16
1
-3
/
+11
*
- support AES counter mode for ESP.
ume
2003-10-13
1
-4
/
+4
*
- support AES XCBC MAC for AH
ume
2003-10-13
1
-1
/
+2
*
Comment spelling fix.
rwatson
2003-10-12
1
-1
/
+1
*
fix braino: null the pointer who's memory we just free'd, not some other
sam
2003-10-11
1
-1
/
+1
*
insure local variable is initialized prior to use
sam
2003-10-07
1
-1
/
+1
*
return(code) -> return (code)
ume
2003-10-07
1
-2
/
+2
*
fix typo that caused a panic when processing an ICMP redirect
sam
2003-10-05
1
-1
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
8
-192
/
+254
*
add a stub for bpfattach2 so bpf is not required with the 802.11
sam
2003-10-04
1
-0
/
+8
*
When direct dispatching an netisr (net.isr.enable=1), if there are already
rwatson
2003-10-03
1
-13
/
+21
*
trivial locking rtsock_cb
sam
2003-10-03
1
-0
/
+11
*
cleanups prior to adding locking (and in some cases to eliminate locking):
sam
2003-10-03
3
-177
/
+169
*
Create a tunable for net.isr.enable so that it may be set from
rwatson
2003-10-02
1
-0
/
+1
*
Temporarily turn net.isr.enable back off again until patches to
rwatson
2003-10-01
1
-1
/
+1
*
Enable net.isr.enable by default, causing "delivery to completion"
rwatson
2003-10-01
1
-1
/
+1
*
By popular demand, added the "static ARP" per-interface option.
ru
2003-10-01
1
-0
/
+1
*
Correct pfil_run_hooks return handling: if the return value is non-zero
sam
2003-09-30
1
-5
/
+3
*
I don't know from where the notion that device driver should or
phk
2003-09-28
1
-1
/
+1
*
Correctly name r_unit member tun_unit.
phk
2003-09-27
2
-5
/
+4
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
3
-117
/
+349
*
While cleaning out my tree, fix another strict alias warning that would
peter
2003-09-22
1
-1
/
+1
*
fix build on 64-bit platforms
sam
2003-09-17
1
-1
/
+1
*
Minor overhaul and add locking.
sam
2003-09-17
1
-305
/
+409
*
Enable IPv6 for Token Ring.
mdodd
2003-09-14
1
-4
/
+0
*
Cosmetic cleanups.
mdodd
2003-09-14
1
-19
/
+21
*
Cosmetic adjustment.
mdodd
2003-09-14
1
-2
/
+1
*
Fix a bunch of off-by-one errors in the range checking code.
ru
2003-09-11
1
-1
/
+1
[next]