summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-213-14/+4Star
* Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2006-08-222-15/+1Star
* [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala2006-07-211-5/+2Star
* [SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2006-07-212-0/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-211-1/+1
|\
| * [SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUGDavid S. Miller2006-06-201-1/+1
* | Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-211-1/+0Star
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-242-3/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-061-0/+1
| |\ \
| * | | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0Star
* | | | [SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich2006-06-181-1/+1
* | | | [SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich2006-06-181-1/+2
| |_|/ |/| |
* | | [SCTP]: Respect the real chunk length when walking parameters.Vladislav Yasevich2006-05-191-3/+3
* | | [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala2006-05-191-0/+1
| |/ |/|
* | [SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman2006-05-061-0/+1
|/
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-211-0/+10
* [SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich2006-02-031-1/+1
* [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-171-0/+2
* [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-171-0/+8
* [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-171-37/+41
* [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-171-1/+2
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-2/+2
* [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz2006-01-031-0/+14
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-032-20/+72
* [SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman2005-11-121-0/+16
* [SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.Vladislav Yasevich2005-11-121-3/+4
* [SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich2005-11-121-3/+0Star
* [SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen2005-10-291-4/+4
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-095-33/+30Star
* [SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.Sridhar Samudrala2005-10-071-5/+5
* [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen2005-10-071-7/+16
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-301-1/+1
* [SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala2005-07-181-5/+2Star
* [SCTP]: __nocast annotationsAlexey Dobriyan2005-07-125-30/+41
* [SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller2005-07-091-13/+7Star
* [SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich2005-06-282-15/+7Star
* [PATCH] make various thing staticAdrian Bunk2005-06-241-6/+0Star
* [SCTP] sctp_connectx() API supportFrank Filz2005-06-206-22/+62
* [SCTP] Fix SCTP sendbuffer accouting.Neil Horman2005-04-281-1/+10
* [SCTP] Implement Sec 2.41 of SCTP Implementers guide.Jerome Forissier2005-04-281-18/+24
* Linux-2.6.12-rc2Linus Torvalds2005-04-179-0/+4507