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
/
sctp6_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-4
/
+4
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-6
/
+20
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-3
/
+3
*
- Have SCTP use the new pru_flush functionality
rrs
2008-04-14
1
-0
/
+1
*
Clean up VCS Ids.
obrien
2007-12-10
1
-1
/
+1
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-1
/
+1
*
- 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
*
- 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
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-2
/
+2
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
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
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-16
/
+4
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-4
/
+4
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-2
/
+8
*
- For sctp_input/sctp6_input add announcment when a packet arrives (debug)
rrs
2007-06-17
1
-0
/
+3
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-2
/
+2
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-7
/
+1
*
- fix initial pcb vrf setting when the initial vrf is not the
rrs
2007-06-02
1
-1
/
+4
*
- 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
*
- Fixed 1-2-1 model to not worry about associd in sockopts
rrs
2007-05-17
1
-0
/
+1
*
Two major items here:
rrs
2007-05-09
1
-24
/
+18
*
- Copyright change, cisco's silly tool wants it to say:
rrs
2007-05-08
1
-1
/
+1
*
- Get rid of the sctp_inpcb_free() "magic numbers", now they
rrs
2007-05-08
1
-3
/
+6
*
- Static analyisis fixes for cisco's commit (this is equivilant
rrs
2007-05-08
1
-1
/
+1
*
- More macros for OS compatabilty
rrs
2007-05-08
1
-17
/
+26
*
- Somehow the disable fragment option got lost. We could
rrs
2007-05-02
1
-0
/
+2
*
- fix source address selection when picking an acceptable address
rrs
2007-04-14
1
-28
/
+22
*
- fixed several places where we did not release INP locks.
rrs
2007-04-03
1
-14
/
+12
*
- Found bug in min split point bundling which caused
rrs
2007-03-31
1
-8
/
+0
*
- errno -> becomes error in sctp_output.c and sctputil.c
rrs
2007-03-19
1
-21
/
+7
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-20
/
+22
*
- Copyright updates (aka 2007)
rrs
2007-02-12
1
-3
/
+6
*
- most all includes (#include <>) migrate to the sctp_os_bsd.h file
rrs
2007-01-18
1
-105
/
+17
*
- Macroizes the V6ONLY flag check.
rrs
2007-01-15
1
-16
/
+5
*
a) macro-ization of all mbuf and random number
rrs
2006-12-29
1
-26
/
+14
*
1) Fixes on a number of different collision case LOR's.
rrs
2006-12-14
1
-3
/
+12
*
-Fixes first of all the getcred on IPv6 and V4. The
rrs
2006-11-08
1
-10
/
+29
*
Convert three new suser(9) calls introduced between when the priv(9)
rwatson
2006-11-06
1
-1
/
+8
*
Tons of fixes to get all the 64bit issues removed.
rrs
2006-11-05
1
-4
/
+5
*
Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
rrs
2006-11-03
1
-0
/
+1
*
Ok, here it is, we finally add SCTP to current. Note that this
rrs
2006-11-03
1
-0
/
+1370