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
...
*
Resolve source address selection in presense of CARP. Add a couple
glebius
2013-02-11
2
-4
/
+22
*
This fixes a out-of-order problem with several
rrs
2013-02-07
1
-1
/
+52
*
Retire struct sockaddr_inarp.
glebius
2013-01-31
2
-29
/
+5
*
route_output() always supplies info with RTAX_GATEWAY member that
glebius
2013-01-29
1
-4
/
+3
*
Move lle_event to if_llatbl.h
np
2013-01-25
1
-0
/
+10
*
- Utilize m_get2(), accidentially fixing some signedness bugs.
glebius
2013-01-24
1
-20
/
+3
*
leftover from r245579... flags for semi transparent mode and direct
luigi
2013-01-23
1
-8
/
+41
*
If lagg(4) can't forward a packet due to underlying port problems,
glebius
2013-01-21
1
-2
/
+2
*
- Add dashes before copyright notices.
glebius
2013-01-07
1
-18
/
+8
*
Juggle some internal symbols from our antique zlib (that originally came
peter
2013-01-06
2
-2
/
+9
*
Add an ability to set net.link.stf.permit_rfc1918 from the loader.
ae
2012-12-27
1
-1
/
+2
*
Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow
ae
2012-12-27
1
-2
/
+7
*
Fix typo in comment.
kevlo
2012-12-18
1
-1
/
+1
*
Fix problem in r238990. The LLE_LINKED flag should be tested prior to
glebius
2012-12-13
1
-6
/
+0
*
Changes to resolve races in bpfread() and catchpacket() that, at worst,
ghelmer
2012-12-10
4
-12
/
+38
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
1
-63
/
+51
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
18
-56
/
+56
*
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
hrs
2012-12-04
1
-39
/
+32
*
Fix bpf_if structure leak introduced in r235745.
melifaro
2012-12-02
1
-52
/
+66
*
- Use more appropriate loop (do { } while()) when generating ethernet address
pjd
2012-11-29
1
-3
/
+5
*
Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.
andre
2012-11-27
1
-1
/
+1
*
Pass allocated unit number to make_dev, otherwise kernel panics later while
davidxu
2012-11-27
1
-1
/
+1
*
Better safe than sorry: reinitialize eh after ng_ether(4) and
glebius
2012-11-27
1
-0
/
+2
*
Re-initialize eh pointer after m_adj()
glebius
2012-11-26
1
-0
/
+1
*
Fix up a compile time warning if INET6 isn't defined.
adrian
2012-11-18
1
-1
/
+1
*
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
hrs
2012-11-17
1
-0
/
+90
*
Work around a race in bpfread() by validating the hold buffer pointer
ghelmer
2012-11-06
1
-4
/
+7
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
2
-9
/
+0
*
o Remove last argument to ip_fragment(), and obtain all needed information
glebius
2012-10-26
1
-2
/
+2
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
2
-0
/
+9
*
Fix fallout from r240071. If destination interface lookup fails,
glebius
2012-10-24
1
-6
/
+5
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
2
-4
/
+4
*
Make PFIL use per-VNET lock instead of per-AF lock. Since most used packet
melifaro
2012-10-22
2
-10
/
+94
*
Update to previous r241688 to use __func__ instead of spelled out function
andre
2012-10-19
1
-2
/
+2
*
Use LOG_WARNING level in in_attachdomain1() instead of printf().
andre
2012-10-18
1
-2
/
+2
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
6
-99
/
+13
*
Utilize new macro to initialize if_baudrate().
glebius
2012-10-18
1
-2
/
+2
*
Fix VIMAGE build.
glebius
2012-10-17
1
-1
/
+1
*
provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.
emax
2012-10-17
2
-1
/
+13
*
Fix build.
delphij
2012-10-17
1
-1
/
+1
*
report total number of ports for each lagg(4) interface
emax
2012-10-16
1
-0
/
+3
*
introduce concept of ifi_baudrate power factor. the idea is to work
emax
2012-10-16
2
-1
/
+2
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
16
-276
/
+339
*
Revert previous commit...
kevlo
2012-10-10
20
-20
/
+20
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
20
-20
/
+20
*
A step in resolving mess with byte ordering for AF_INET. After this change:
glebius
2012-10-06
2
-27
/
+1
*
MFV: libpcap 1.3.0.
delphij
2012-10-05
1
-1
/
+37
*
Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The function
thompsa
2012-10-04
1
-8
/
+3
*
Cast through void * to silence compiler warning
emaste
2012-10-03
1
-7
/
+8
*
Rename the module for 'device enc' to "if_enc" to avoid conflicting with
jhb
2012-10-02
1
-2
/
+2
[prev]
[next]