aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-08-061-107/+15
* sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-07-111-1/+1
* sctp: reset flowi4_oif parameter on route lookupXufeng Zhang2014-06-091-1/+6
* net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-04-302-7/+2
* net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-04-021-0/+7
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-04-021-9/+32
* sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich2013-11-281-1/+1
* sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-11-281-1/+2
* Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Ben Hutchings2013-10-261-2/+1
* net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-10-261-29/+13
* net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-10-261-0/+3
* sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman2013-09-101-6/+2
* net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-291-0/+6
* net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-05-131-1/+1
* sctp: don't break the loop while meeting the active_path so as to find the m...Xufeng Zhang2013-03-271-1/+1
* sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich2013-03-271-1/+1
* net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-201-0/+5
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-201-1/+1
* sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-02-201-4/+8
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2013-01-032-6/+11
* sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2013-01-031-2/+5
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-11-161-1/+2
* sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-10-101-1/+20
* sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-08-192-7/+12
* sctp: check cached dst before using itNicolas Dichtel2012-06-102-20/+1
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-05-111-2/+3
* sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2011-12-202-11/+3
* sctp: fix incorrect overflow check on autocloseXi Wang2011-12-194-3/+17
* sctp: better integer overflow check in sctp_auth_create_key()Xi Wang2011-11-291-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-312-0/+2
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-1/+1
|/
* net: more accurate skb truesizeEric Dumazet2011-10-131-1/+1
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-222-0/+11
|\
| * sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2011-09-162-0/+11
* | sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda2011-08-243-0/+7
* | sctp: HEARTBEAT negotiation after ASCONFMichio Honda2011-08-241-0/+4
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-11/+8
|\
| * net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-141-11/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-147-31/+106
|\ \ | |/
| * sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-082-8/+21
| * sctp: Enforce retransmission limit during shutdownThomas Graf2011-07-074-13/+61
| * sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun2011-07-071-0/+23
| * net: refine {udp|tcp|sctp}_mem limitsEric Dumazet2011-07-071-10/+1
* | sctp: Reduce switch/case indentJoe Perches2011-07-012-30/+31
* | net: Remove casts of void *Joe Perches2011-06-165-28/+21
* | sctp: kzalloc() error handling on deleting last addressMichio Honda2011-06-111-0/+4
* | sctp: Guard IPV6 specific code properly.David S. Miller2011-06-061-1/+2
* | sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-025-7/+99
* | sctp: Add socket option operation for Auto-ASCONF.Michio Honda2011-06-021-0/+68