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
*
Update packet filter (pf) code to OpenBSD 4.5.
bz
2011-06-28
4
-4
/
+7
*
Add support for SCTP_PR_SCTP_NONE which I misded to add.
tuexen
2011-06-27
1
-1
/
+2
*
Add possibility to pass IPv6 packets to a divert(4) socket.
glebius
2011-06-27
2
-57
/
+130
*
Export AddLink() function from libalias. It can be used when custom
ae
2011-06-22
4
-39
/
+127
*
Document PKT_ALIAS_SKIP_GLOBAL option.
ae
2011-06-22
1
-1
/
+11
*
Do not use SET_HOST_IPLEN() macro for IPv6 packets.
ae
2011-06-21
2
-3
/
+3
*
Fix a KASSERT from r212803 to check the correct length also in case of
bz
2011-06-20
1
-1
/
+8
*
Remove a these days incorrect comment left from before new-arp.
bz
2011-06-18
1
-1
/
+1
*
Add SCTP_DEFAULT_PRINFO socket option.
tuexen
2011-06-16
3
-0
/
+81
*
* Fix the handling of addresses in sctp_sendv().
tuexen
2011-06-16
1
-0
/
+1
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
10
-611
/
+1656
*
Implement "global" mode for ipfw nat. It is similar to natd(8)
ae
2011-06-14
3
-8
/
+54
*
Sort alias mode flags in the increasing order.
ae
2011-06-14
1
-11
/
+11
*
Add IPv6 support to the ipfw uid/gid check. Pass an ip_fw_args structure
ae
2011-06-14
1
-37
/
+53
*
Advance the advertised window (rcv_adv) to the currently received data
jhb
2011-06-13
1
-1
/
+1
*
Correct comments and debug logging in ipsec to better match reality.
bz
2011-06-08
2
-2
/
+2
*
Fix indentation.
ae
2011-06-07
1
-4
/
+4
*
Make a behaviour of the libalias based in-kernel NAT a bit closer to
ae
2011-06-07
1
-6
/
+16
*
Unbreak kernels with non-default PCBGROUP included but no WITNESS.
bz
2011-06-06
1
-0
/
+1
*
Implement a CPU-affine TCP and UDP connection lookup data structure,
rwatson
2011-06-06
9
-13
/
+784
*
Do not return EINVAL when user does `ipfw set N flush` on an empty set.
ae
2011-06-06
1
-3
/
+4
*
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
hrs
2011-06-06
1
-2
/
+19
*
Add _mbuf() variants of various inpcb-related interfaces, including lookup,
rwatson
2011-06-04
5
-16
/
+55
*
IP divert sockets use their inpcbinfo for port reservation, although not
rwatson
2011-06-04
1
-0
/
+2
*
Do not leak the pcbinfohash lock in the case where in6_pcbladdr() returns
rwatson
2011-06-02
1
-1
/
+1
*
O_FORWARD_IP is only action which depends from the result of lookup of
ae
2011-06-01
1
-1
/
+2
*
Hide some debug messages under debug macro.
ae
2011-06-01
1
-5
/
+5
*
Hide useless warning under debug macro.
ae
2011-06-01
1
-1
/
+2
*
Unbreak NOINET kernels after r222488.
bz
2011-05-30
1
-2
/
+2
*
Decompose the current single inpcbinfo lock into two locks:
rwatson
2011-05-30
12
-369
/
+424
*
Wrap long line.
ae
2011-05-30
1
-1
/
+2
*
Add tablearg support for ipfw setfib.
ae
2011-05-30
2
-4
/
+11
*
Get rid of unused functions.
tuexen
2011-05-29
4
-127
/
+0
*
Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interface
qingli
2011-05-29
1
-8
/
+17
*
Add FEATURE() definitions for IPv4 and IPv6 so that we can use
bz
2011-05-25
1
-0
/
+2
*
An inpcb lock is no longer required in in_pcbref() since the move to
rwatson
2011-05-24
1
-2
/
+0
*
Continue to refine inpcb reference counting and locking, in preparation for
rwatson
2011-05-23
2
-63
/
+93
*
Move from passing a wildcard boolean to a general set up lookup flags into
rwatson
2011-05-23
1
-12
/
+18
*
A number of quite incremental refinements to struct inpcbinfo's definition:
rwatson
2011-05-23
1
-20
/
+41
*
The statically configured (permanent) ARP entries are removed when an
qingli
2011-05-20
3
-18
/
+33
*
Unbreak INET-less build.
tuexen
2011-05-18
1
-1
/
+1
*
Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.
tuexen
2011-05-17
1
-0
/
+1
*
Fix whitespacing.
tuexen
2011-05-17
1
-23
/
+23
*
Fix the source address selection for boundall sockets
tuexen
2011-05-14
2
-44
/
+153
*
Oops, fix order of sequence numbers in KASSERT()'s to catch negative
jhb
2011-05-14
2
-2
/
+2
*
Refactor TCP ISN increment logic. Instead of firing callout at 100Hz to
mav
2011-05-09
1
-32
/
+9
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
12
-81
/
+112
*
Change the name of an internal structure, since the name
tuexen
2011-05-06
1
-2
/
+2
*
Convert delay parameter back to ms when reporting to user.
ae
2011-05-06
2
-1
/
+2
*
Implement Resource Pooling V2 and an MPTCP like congestion
tuexen
2011-05-04
4
-30
/
+217
[next]