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
/
netinet6
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up VCS Ids.
obrien
2007-12-10
45
-134
/
+177
*
Remove more dup'd code
julian
2007-12-06
1
-21
/
+0
*
remove duped code
julian
2007-12-06
1
-26
/
+1
*
Instead of manually freeing the packet options structure (and not even doing
mtm
2007-11-21
1
-6
/
+1
*
Move towards more explicit support for various network protocol stacks
rwatson
2007-10-28
1
-1
/
+1
*
Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as
rwatson
2007-10-26
1
-1
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+2
*
Close a race when trying to lookup a gateway route in rt_check().
jhb
2007-10-22
1
-1
/
+3
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
2
-1
/
+9
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-10
/
+119
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-2
/
+2
*
Continue UDP/UDPv6 synchronization project:
rwatson
2007-09-08
1
-61
/
+55
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-196
/
+25
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-14
/
+53
*
Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.
bz
2007-08-05
2
-4
/
+4
*
Continue effort to improve parity between UDPv4 and UDPv6: add a missing
rwatson
2007-07-27
1
-6
/
+10
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-2
/
+2
*
Continue effort to align UDPv4 and UDPv6 implementations by merging
rwatson
2007-07-23
3
-332
/
+226
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-1
/
+1
*
Attempt to improve feature parity between UDPv4 and UDPv6 by merging
rwatson
2007-07-19
1
-2
/
+34
*
Restore behavior changed with rev. 1.46 and make
bz
2007-07-19
1
-1
/
+1
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-2
/
+2
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-3
/
+3
*
General style, white space, and comment cleanup; move to ANSI C
rwatson
2007-07-09
3
-101
/
+73
*
Space cleanup
delphij
2007-07-05
24
-163
/
+163
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
27
-800
/
+384
*
Fix a stray splx() that caused a new warning.
peter
2007-07-05
1
-2
/
+2
*
Fix 'assignment used as truth value' warning
peter
2007-07-05
1
-1
/
+2
*
Remove a last, dangling, file from the Kame IPsec code.
gnn
2007-07-04
1
-718
/
+0
*
Link pf 4.1 to the build:
mlaier
2007-07-03
1
-0
/
+5
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
12
-88
/
+88
*
Removing old, dead, KAME IPsec files as part of the move to the
gnn
2007-07-02
13
-10928
/
+0
*
Follow on cleanup and removal of two unnecessary include files.
gnn
2007-07-01
2
-81
/
+0
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
24
-1347
/
+646
*
gcc4.2 somehow doesn't believe that finaldst can stay stable between
mjacob
2007-06-17
1
-3
/
+3
*
- For sctp_input/sctp6_input add announcment when a packet arrives (debug)
rrs
2007-06-17
1
-0
/
+3
*
Garbage collect unused variables.
mjacob
2007-06-15
1
-1
/
+0
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-2
/
+2
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
3
-3
/
+3
*
Import rewrite of IPv4 socket multicast layer to support source-specific
bms
2007-06-12
3
-11
/
+44
*
- Restructure so bindx functions are not done inline to socket option
rrs
2007-06-12
1
-1
/
+0
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
5
-14
/
+9
*
cleanup about the reassembly structures and routine:
jinmei
2007-06-04
2
-25
/
+16
*
- fix initial pcb vrf setting when the initial vrf is not the
rrs
2007-06-02
1
-1
/
+4
*
fixed memory leak for IPv6 multicast membership information associated
jinmei
2007-06-02
3
-21
/
+29
*
simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK with
jinmei
2007-06-02
1
-6
/
+3
*
- Take out the broken table-id concept. Panda Routers have a M-VRF
rrs
2007-06-01
1
-10
/
+4
*
- Fixes so we won't try to start a timer when we
rrs
2007-05-29
1
-0
/
+4
*
- fixed autclose to not allow setting on 1-2-1 model.
rrs
2007-05-28
1
-2
/
+24
*
do not directly call rtfree() to meet an assumption in the callee.
jinmei
2007-05-25
1
-6
/
+9
[prev]
[next]