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
/
sctp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Change the Time Wait of vtags value to match the cookie-life
rrs
2007-10-30
1
-2
/
+2
*
- fix sctp_ifn initial refcount issue (prevents deletion)
rrs
2007-10-16
1
-0
/
+11
*
Spelling fix for interupt -> interrupt
kevlo
2007-10-12
1
-1
/
+1
*
- Bug fix managing congestion parameter on immediate
rrs
2007-10-01
1
-7
/
+34
*
- The address lock is changed to a rwlock. This
rrs
2007-09-18
1
-6
/
+6
*
- Get rid of unsused constants for sysctl variables.
rrs
2007-09-15
1
-2
/
+2
*
- DF bit was on for COOKIE-ECHO chunks. This is
rrs
2007-09-13
1
-1
/
+10
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-5
/
+7
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-20
/
+86
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-40
/
+70
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-94
/
+207
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-67
/
+196
*
- Remove extra comment for 7.0 (no GIANT here).
rrs
2007-08-16
1
-41
/
+48
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-50
/
+62
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-1
/
+3
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-8
/
+18
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-41
/
+160
*
- Consolidate the code that free's chunks to actually also
rrs
2007-07-02
1
-10
/
+10
*
- Two more static analisys bugs found by cisco's tool on a subsequent
rrs
2007-06-18
1
-2
/
+3
*
Add additional logging level mask for packet_logging too.
rrs
2007-06-18
1
-8
/
+16
*
- For sctp_input/sctp6_input add announcment when a packet arrives (debug)
rrs
2007-06-17
1
-4
/
+3
*
- Better handle sending large pkt-drops. We were not triming
rrs
2007-06-16
1
-12
/
+20
*
- Matthew's changes to get inlines out, plus a few of my own
rrs
2007-06-16
1
-6
/
+6
*
When removing a stream from the output-stream-wheel, if its the
rrs
2007-06-15
1
-0
/
+10
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-98
/
+112
*
- Restructure so bindx functions are not done inline to socket option
rrs
2007-06-12
1
-1
/
+1
*
- Opps.. takes out debug printfs I accidentally left in :-(
rrs
2007-06-09
1
-7
/
+0
*
- fix send_failed notification contents
rrs
2007-06-09
1
-36
/
+30
*
- fix initial pcb vrf setting when the initial vrf is not the
rrs
2007-06-02
1
-4
/
+5
*
- Take out the broken table-id concept. Panda Routers have a M-VRF
rrs
2007-06-01
1
-24
/
+15
*
- Move rusage from being per-process in struct pstats to per-thread in
jeff
2007-06-01
1
-1
/
+1
*
- Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c
rrs
2007-05-30
1
-39
/
+38
*
- Fix a memory overwrite when the mapping array
rrs
2007-05-30
1
-1
/
+1
*
- Fixes so we won't try to start a timer when we
rrs
2007-05-29
1
-6
/
+32
*
- fixed autclose to not allow setting on 1-2-1 model.
rrs
2007-05-28
1
-10
/
+41
*
- Fixed 1-2-1 model to not worry about associd in sockopts
rrs
2007-05-17
1
-5
/
+9
*
Two major items here:
rrs
2007-05-09
1
-375
/
+214
*
- Copyright change, cisco's silly tool wants it to say:
rrs
2007-05-08
1
-1
/
+1
*
- Static analyisis fixes for cisco's commit (this is equivilant
rrs
2007-05-08
1
-53
/
+54
*
- More macros for OS compatabilty
rrs
2007-05-08
1
-173
/
+292
*
- Somehow the disable fragment option got lost. We could
rrs
2007-05-02
1
-135
/
+203
*
- Somehow the disable fragment option got lost. We could
rrs
2007-04-22
1
-0
/
+7
*
- More work on making send lock contention.
rrs
2007-04-19
1
-34
/
+97
*
- Add more comments to sctps_stats struture in sctp_uio.h
rrs
2007-04-15
1
-219
/
+171
*
- fix source address selection when picking an acceptable address
rrs
2007-04-14
1
-92
/
+118
*
- fixed several places where we did not release INP locks.
rrs
2007-04-03
1
-91
/
+97
*
- Found bug in min split point bundling which caused
rrs
2007-03-31
1
-131
/
+162
*
- window update sacks sent incorrectly after
rrs
2007-03-20
1
-20
/
+15
*
- errno -> becomes error in sctp_output.c and sctputil.c
rrs
2007-03-19
1
-17
/
+86
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-121
/
+1350
[next]