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
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
21
-35
/
+260
*
Do not mangle if_oerrors of the underlying interface. This counter
glebius
2008-09-30
1
-2
/
+0
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
3
-25
/
+25
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
3
-5
/
+5
*
Some people's 6to4 routers seem to have been blowing up because of
dwmalone
2008-09-25
1
-6
/
+30
*
Fix clone destruction, can't use the simple api because that does not remove
thompsa
2008-09-20
2
-2
/
+2
*
Move #defines for MRT-related constants from net/route.c to
zec
2008-09-20
2
-20
/
+21
*
Move the protocol and port count checks to outside the loop, these conditions
thompsa
2008-09-18
1
-8
/
+8
*
Make sure there is at least one port to avoid divide by zero when choosing the
thompsa
2008-09-18
1
-1
/
+2
*
Hey, committed the same typo twice! must be a record
julian
2008-09-15
1
-1
/
+1
*
rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,
julian
2008-09-15
1
-40
/
+83
*
come on Julian, make up if you're committing one change or the other.
julian
2008-09-14
2
-13
/
+29
*
Revert a part of the MRT commit that proved un-needed.
julian
2008-09-14
5
-17
/
+7
*
Add a missing break statement; IFDATA_LINKSPECIFIC would fall through
bms
2008-09-10
1
-0
/
+1
*
Add new TAPGIFNAME tap(4) character device ioctl. This is a
emax
2008-09-08
2
-0
/
+7
*
Put the bridge mac inheritance behind a sysctl with the default off as this
thompsa
2008-09-08
1
-2
/
+7
*
Be consistent about whether these multi-lined macros are separated by
julian
2008-09-05
1
-0
/
+2
*
Wrap a line that became too long with the addition of V_.
brooks
2008-09-01
1
-1
/
+2
*
Make bpf_maxinsns visible from ng_bpf.c.
jkim
2008-08-29
1
-1
/
+1
*
Fix the last missing parentheses for a return statement in bpf_filter.c.
jkim
2008-08-29
1
-1
/
+1
*
More convergence towards style(9).
jkim
2008-08-29
1
-32
/
+27
*
- Directly match code wherever possible instead of using macros.
jkim
2008-08-29
1
-11
/
+14
*
Simplify jump instruction range checks.
jkim
2008-08-29
1
-7
/
+6
*
Fix to bug kern/126850. Only dispatch event hander if the
jfv
2008-08-28
2
-22
/
+29
*
Check invalid BPF codes from bpf_validate(9).
jkim
2008-08-28
1
-1
/
+26
*
Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM.
jkim
2008-08-28
1
-1
/
+3
*
Initialize scratch memory for JIT-compiled filter when it is allocated.
jkim
2008-08-28
1
-1
/
+3
*
Move CTASSERT of ether header sizes out of the header file and into
emaste
2008-08-27
2
-5
/
+5
*
Move empty filter handling to MI source.
jkim
2008-08-26
1
-2
/
+26
*
Revert the previous commit to fix buildworld for now.
jkim
2008-08-26
1
-2
/
+1
*
Make sys/net/bpf_filter.c build cleanly on user land.
jkim
2008-08-26
2
-2
/
+5
*
Fix a typo in copyrights.
jkim
2008-08-25
2
-2
/
+2
*
Embed scratch memory in the filter structure.
jkim
2008-08-25
2
-20
/
+1
*
MFp4:
imp
2008-08-24
1
-106
/
+2
*
Make the checks for ptp interfaces in ifa_ifwithdstaddr() and
bz
2008-08-24
1
-2
/
+2
*
ifnet_setbyindex() is only used locally, go back to being static.
thompsa
2008-08-20
2
-2
/
+1
*
Fix build
kmacy
2008-08-20
1
-0
/
+2
*
A bunch of formatting fixes brough to light by, or created by the Vimage commit
julian
2008-08-20
1
-1
/
+1
*
- Make these files compilable on user land.
jkim
2008-08-18
2
-11
/
+56
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
16
-96
/
+112
*
LRO combined packets can actually be bridged as long as all the interfaces also
thompsa
2008-08-16
1
-5
/
+6
*
Change bpf(4) to use the cdevpriv API.
ed
2008-08-13
1
-80
/
+62
*
Increase statistic counters for enc0 interface when enabled
vanhu
2008-08-12
2
-1
/
+36
*
Make "1000baseT" the description and "1000baseTX" the alias for
antoine
2008-08-01
1
-2
/
+2
*
Remove trailing ';' in BPFD_LOCK_ASSERT macro.
antoine
2008-08-01
1
-1
/
+1
*
Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.
csjp
2008-08-01
1
-0
/
+6
*
Remove further trailing white space.
rwatson
2008-08-01
1
-1
/
+1
*
Trim some noise from some #ifdef's. This had leaked into the compat32
jhb
2008-07-30
1
-1
/
+1
*
Add the ability to add new addresses for interfacesto just one FIB
julian
2008-07-27
1
-3
/
+23
*
Fill in BPF sysctl descriptions.
trhodes
2008-07-25
1
-2
/
+2
[next]