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 support for FH phy, which will be used by awi driver.
onoe
2004-01-15
1
-3
/
+7
*
Fix a warning when NATM is not defined. In this case s is not used.
harti
2004-01-09
1
-0
/
+2
*
Remove extraneous unlock. This fixes a panic seen when manipulating static
sam
2004-01-07
1
-1
/
+1
*
backout the switch to use a zone for vlan tags; this requires
sam
2004-01-03
2
-29
/
+6
*
switch vlan packet tag allocation to use a private zone
sam
2004-01-02
2
-6
/
+29
*
Sync with NetBSD:
sobomax
2003-12-30
2
-15
/
+14
*
Unbreak build of bpf-free kernels.
tjr
2003-12-29
1
-1
/
+1
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
10
-138
/
+83
*
Don't truncate the interface name in ifunit(). It's now possible to query
green
2003-12-26
1
-2
/
+2
*
correct bridge_version: replace unexpanded RCS keywords by a fixed string
sam
2003-12-24
1
-1
/
+1
*
Declare gre(4) as being of IFT_TUNNEL, Like God Intended.
bms
2003-12-09
1
-2
/
+2
*
bandaid LOR in rt_setgate; a proper fix requires code refactoring
sam
2003-12-07
1
-4
/
+7
*
Make the if_broadcastaddr const. All the drivers in the tree which
imp
2003-12-07
1
-1
/
+1
*
Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to
silby
2003-11-28
1
-1
/
+0
*
workaround LOR in rt_setgate
sam
2003-11-25
1
-1
/
+3
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
4
-41
/
+33
*
Remove RTF_PRCLONING from routing table and adjust users of it
andre
2003-11-20
2
-14
/
+19
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
2
-2
/
+2
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
6
-7
/
+7
*
Fix a bug whereby the physical endpoints of a gre(4) tunnel would not
bms
2003-11-14
1
-0
/
+7
*
Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group memberships
bms
2003-11-14
1
-0
/
+65
*
fix comments.
ume
2003-11-14
1
-5
/
+3
*
- vlan_start(): Increment the correct interface statistics member.
ru
2003-11-12
1
-3
/
+3
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
2
-4
/
+2
*
Remove the m_defrag call from if_loop; testing with m_fragment
silby
2003-11-11
1
-27
/
+0
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
3
-5
/
+5
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
3
-22
/
+36
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
3
-41
/
+50
*
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
[next]