aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-4/+5
2013-11-14net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3)Chang Xiangzhong1-2/+4
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-8/+1
2013-10-28sctp: merge two if statements to onewangweidong1-9/+5
2013-10-28sctp: remove the repeat initialize with 0wangweidong1-21/+8
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong2-3/+3
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann1-1/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-11/+11
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1