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
*
Const-poison ip_stf_ttl to make it clear that the variable is not
rwatson
2004-03-07
1
-1
/
+1
*
Two minor follow-ups on the MT_TAG removal:
mlaier
2004-03-02
1
-3
/
+0
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
1
-2
/
+3
*
Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.
rwatson
2004-02-29
1
-0
/
+1
*
Grab Giant after MAC processing on outgoing packets being sent via
rwatson
2004-02-29
1
-1
/
+3
*
Bring eventhandler callbacks for pf.
mlaier
2004-02-26
2
-0
/
+20
*
Tweak existing header and other build infrastructure to be able to build
mlaier
2004-02-26
2
-0
/
+3
*
Re-remove MT_TAGs. The problems with dummynet have been fixed now.
mlaier
2004-02-25
2
-23
/
+8
*
Don't set d_flags twice. The second setting clobbered D_NOGIANT.
bde
2004-02-24
2
-4
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
4
-0
/
+8
*
Device megapatch 2/6:
phk
2004-02-21
4
-285
/
+98
*
Device megapatch 1/6:
phk
2004-02-21
1
-3
/
+1
*
Minor beautifications related to style(9) and code consistency.
yar
2004-02-21
1
-5
/
+5
*
Improve the SIOCSIFCAP handler a bit:
yar
2004-02-21
1
-1
/
+5
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
2
-7
/
+24
*
Random style fixes and a comment update. No functional changes.
des
2004-02-16
1
-4
/
+4
*
Return EACCES rather than ENOBUFS if ipfw blocks a packet on the
dwmalone
2004-02-15
1
-1
/
+1
*
This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing
mlaier
2004-02-13
2
-24
/
+7
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
1
-2
/
+4
*
Add the kernel side of network interface renaming support.
brooks
2004-02-04
1
-23
/
+56
*
More macro cleanup. Use the system roundup2() macro instead of making
brooks
2004-02-02
1
-3
/
+1
*
Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.
sobomax
2004-01-30
1
-3
/
+2
*
Cleanup malloc() use in if_attach():
brooks
2004-01-27
1
-22
/
+20
*
Clean up macro usage in if_attach():
brooks
2004-01-27
1
-2
/
+2
*
Add support for WCCPv2. It should be enablem manually using link2
sobomax
2004-01-26
2
-0
/
+17
*
(whilespace-only)
sobomax
2004-01-26
2
-11
/
+11
*
Add a device type for virtual interfaces.
harti
2004-01-26
1
-1
/
+3
*
Add an ATM sub-type for virtual interfaces.
harti
2004-01-26
1
-0
/
+3
*
Don't panic if there are more than 255 interfaces in the system.
ru
2004-01-23
1
-1
/
+2
*
Fix definition of IFM_MODE, which should be refrected the change of
onoe
2004-01-22
1
-1
/
+1
*
Remove #ifdef for ancient source FreeBSD compat.
phk
2004-01-21
1
-11
/
+0
*
Don't leak softc's when destroying interfaces.
brooks
2004-01-21
1
-0
/
+3
*
A network interface driver can support IFCAP_VLAN_MTU only,
yar
2004-01-18
1
-3
/
+3
*
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
[next]