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
/
netinet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Functions m_getm2() and m_get2() have different order of arguments,
glebius
2013-03-12
1
-1
/
+1
*
Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed
glebius
2013-03-11
1
-6
/
+1
*
The hashmask returned by hashinit() is a valid index in the returned hash array.
lstewart
2013-03-07
1
-1
/
+1
*
- Make callout(9) tickless, relying on eventtimers(4) as backend for
davide
2013-03-04
1
-7
/
+11
*
Fix a potential race in returning setting errno when an
tuexen
2013-02-27
1
-1
/
+2
*
Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.
gallatin
2013-02-21
1
-1
/
+1
*
ip_savecontrol() style fixes. No functional changes.
pluknet
2013-02-20
1
-17
/
+17
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
4
-19
/
+26
*
Don't send kernel provided information in the User Initiated
tuexen
2013-02-11
4
-68
/
+29
*
Resolve source address selection in presense of CARP. Add a couple
glebius
2013-02-11
2
-0
/
+12
*
Make sure that received packets for removed addresses are handled
tuexen
2013-02-10
1
-180
/
+192
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
10
-320
/
+228
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
6
-54
/
+57
*
Add placeholder constants to reserve a portion of the socket option
jhb
2013-02-01
2
-0
/
+5
*
uma_zone_set_max() directly returns the rounded effective zone
andre
2013-02-01
2
-6
/
+6
*
- Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.
glebius
2013-01-31
1
-33
/
+35
*
Retire struct sockaddr_inarp.
glebius
2013-01-31
2
-7
/
+6
*
Utilize m_get2() to get mbuf of appropriate size.
glebius
2013-01-30
1
-15
/
+1
*
Add checks for SO_NO_OFFLOAD in a couple of places that I missed earlier
np
2013-01-26
1
-0
/
+2
*
Teach toe_l2_resolve to resolve IPv6 destinations too.
np
2013-01-26
1
-1
/
+66
*
Move lle_event to if_llatbl.h
np
2013-01-25
1
-11
/
+0
*
There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvd
np
2013-01-25
1
-0
/
+1
*
Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the one
np
2013-01-25
1
-0
/
+9
*
Teach toe_4tuple_check() to deal with IPv6 4-tuples too.
np
2013-01-25
1
-5
/
+9
*
Heed SO_NO_OFFLOAD.
np
2013-01-25
1
-2
/
+5
*
Remove redundant test, we know inp_lport is 0.
np
2013-01-25
1
-2
/
+1
*
Use decimal values for UDP and TCP socket options rather than hex to avoid
jhb
2013-01-22
2
-13
/
+15
*
Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"
lstewart
2013-01-22
1
-1
/
+1
*
Don't drop options from the third retransmitted SYN by default. If the
jhb
2013-01-09
1
-1
/
+7
*
Temporarily revert rev 244678. This is causing loopback problems with
peter
2013-01-03
1
-8
/
+3
*
Some cleanups.
tuexen
2012-12-27
1
-15
/
+9
*
Minor cleanups of debug messages.
tuexen
2012-12-27
1
-2
/
+2
*
Fix a copy and paste error.
tuexen
2012-12-27
1
-1
/
+1
*
Garbage collect carp_cksum().
glebius
2012-12-25
1
-10
/
+4
*
Change net.inet.carp.demotion sysctl to add the supplied value
glebius
2012-12-25
1
-3
/
+20
*
Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,
glebius
2012-12-25
2
-2
/
+2
*
The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify
glebius
2012-12-25
1
-3
/
+8
*
Minor style(9) changes:
glebius
2012-12-24
1
-1
/
+3
*
Fix !INET6 build after r244365.
glebius
2012-12-18
1
-2
/
+11
*
Clear correct flag in INET6 case.
glebius
2012-12-18
1
-1
/
+1
*
Since we use different flags to detect tcp forwarding, and we share the
ae
2012-12-17
1
-1
/
+2
*
Fix problem in r238990. The LLE_LINKED flag should be tested prior to
glebius
2012-12-13
1
-4
/
+12
*
Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,
glebius
2012-12-12
1
-0
/
+2
*
Get it compiling without INET and INET6 support (mainly userland stack).
tuexen
2012-12-08
1
-0
/
+4
*
More warnings for zones that depend on the kern.ipc.maxsockets limit.
pjd
2012-12-08
3
-0
/
+4
*
Use correct padding of the ABORT chunk in case of an user initiated
tuexen
2012-12-08
1
-21
/
+32
*
Ensure that the padding of the last parameter of an INIT chunk
tuexen
2012-12-08
2
-144
/
+184
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
24
-151
/
+151
*
Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.
andre
2012-11-27
1
-4
/
+2
*
Add DELACK to list of timers.
andre
2012-11-27
1
-1
/
+1
[next]