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
*
MFp4:
bz
2008-11-29
2
-13
/
+149
*
Unhide declarations of network stack virtualization structs from
zec
2008-11-28
1
-3
/
+2
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
4
-1
/
+12
*
use consistent style
sam
2008-11-24
1
-10
/
+8
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
6
-11
/
+7
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
2
-21
/
+56
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
6
-21
/
+45
*
- Use RTFREE_LOCKED macro
kmacy
2008-11-11
1
-3
/
+3
*
Include if_arp.h for IFP2AC so that the netgraph parts in if.c
bz
2008-11-06
1
-0
/
+1
*
Check for INET not AF_INET in #ifdef. Makes it compile without INET.
bz
2008-11-06
1
-1
/
+1
*
Hide an unused variable in case we compile without INET.
bz
2008-11-06
1
-0
/
+4
*
Hide an unused variable in case we compile without INET.
bz
2008-11-06
1
-0
/
+3
*
Make compile without INET.
bz
2008-11-05
1
-2
/
+89
*
Hide the IPv4 init function if the kernel is compiled without INET.
bz
2008-11-05
1
-0
/
+3
*
Make compile without INET.
bz
2008-11-05
1
-0
/
+2
*
Make tun(4) compile without INET.
bz
2008-11-05
1
-0
/
+2
*
Do only define the variable if either INET or INET6 is defined.
bz
2008-11-05
1
-0
/
+2
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
13
-34
/
+33
*
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
[next]