summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2016-08-16sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-04-20sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-01-28net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-01-22ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-22ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2016-01-22sctp: translate host order to network order when setting a hmacidlucien
2015-10-01sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-07-10sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-02-26net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-02-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2014-12-16net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann
2014-11-21net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-11-21net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-21net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-11-21net: sctp: fix memory leak in auth key managementDaniel Borkmann
2014-11-21net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-08-14net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-07-28net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-07-28net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann
2014-07-28net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-05-31net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss
2014-05-31sctp: reset flowi4_oif parameter on route lookupXufeng Zhang
2014-05-31net: sctp: cache auth_enable per endpointVlad Yasevich
2014-05-31Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-05-31net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann
2014-05-31net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann
2014-03-05net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-03-03net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-02-22net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann
2014-02-20net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic
2014-02-13sctp: optimize the sctp_sysctl_net_registerwangweidong
2014-02-13sctp: fix a missed .data initializationwangweidong
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2014-01-16sctp: remove the unnecessary assignmentwangweidong
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong
2014-01-14sctp: remove a redundant NULL checkDan Carpenter