aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's bufferMatija Glavinic Pecotic4-74/+24
2014-02-13sctp: optimize the sctp_sysctl_net_registerwangweidong1-7/+10
2014-02-13sctp: fix a missed .data initializationwangweidong1-0/+1
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic1-0/+2
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong4-21/+21
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-31/+31
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong4-26/+26
2014-01-16sctp: remove the unnecessary assignmentwangweidong1-1/+0
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong1-18/+19
2014-01-14sctp: remove a redundant NULL checkDan Carpenter1-1/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-13sctp: make sctp_addto_chunk_fixed localstephen hemminger1-2/+4
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+7
2014-01-03sctp: Add process name and pid to deprecation warningsNeil Horman1-6/+18
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich1-25/+7
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong1-2/+2
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 statementswangweidong5-10/+9
2013-12-26sctp: fix checkpatch errors with indentwangweidong6-73/+70
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong8-22/+22
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong10-43/+43
2013-12-22sctp: remove the never used 'return' and redundant 'break'wangweidong1-11/+2
2013-12-22sctp: remove casting from function calls through ops structurewangweidong2-3/+3
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa2-4/+2
2013-12-21Revert "sctp: fix missing include file"David S. Miller1-1/+0
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com1-0/+1
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-31/+118
2013-12-16sctp: loading sctp when load sctp_probewangweidong1-1/+16
2013-12-11sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-10sctp: fix up a spacingwangweidong1-5/+2
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong1-4/+65
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman4-11/+13
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-06sctp: fix some comments in associola.cwangweidong1-4/+4
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong1-3/+3
2013-12-06sctp: remove the else pathwangweidong1-7/+3
2013-12-06sctp: remove the duplicate initializewangweidong1-41/+0
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher27-81/+54
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+2
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2-1/+5
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong1-1/+2