aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
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-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-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong
2014-01-14sctp: remove a redundant NULL checkDan Carpenter
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-03sctp: Add process name and pid to deprecation warningsNeil Horman
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman
2013-12-26sctp: fix checkpatch errors with //commenwangweidong
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-11net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-09-11net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-04-07sctp: fix error return code in __sctp_connect()Wei Yongjun
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida