summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-2/+2
2014-01-22sctp: remove macros sctp_{lock|release}_sockwangweidong1-31/+31
2014-01-22sctp: remove macros sctp_spin_[un]lockwangweidong1-8/+8
2014-01-22sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-8/+8
2014-01-16sctp: create helper function to enable|disable sackdelaywangweidong1-18/+19
2014-01-15sctp: remove a redundant NULL checkDan Carpenter1-1/+1
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-04sctp: Add process name and pid to deprecation warningsNeil Horman1-6/+18
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman1-12/+18
2013-12-26sctp: fix checkpatch errors with //commenwangweidong1-1/+1
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong1-1/+2
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong1-9/+9
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-15/+15
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+26
2013-12-11sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-11sctp: properly latch and use autoclose value from sock to associationNeil Horman1-0/+4
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-12net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-09-12net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann1-1/+1
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-03sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-88/+80
2013-06-26net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-26net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann1-1/+15
2013-06-26net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann1-11/+3
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-42/+36
2013-06-15net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann1-4/+2
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-04-08sctp: fix error return code in __sctp_connect()Wei Yongjun1-2/+3
2013-04-01net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+2
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-5/+4
2013-02-28net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck1-3/+3
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari1-0/+69
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala1-2/+2
2012-11-19net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-3/+5
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida1-1/+1
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman1-4/+7
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+20
2012-09-27unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-5/+20
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman1-26/+39
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-10/+17
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman1-3/+4
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman1-9/+13