summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-03sctp: Add process name and pid to deprecation warningsNeil Horman
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong
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 indentwangweidong
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-22sctp: remove the never used 'return' and redundant 'break'wangweidong
2013-12-22sctp: remove casting from function calls through ops structurewangweidong
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa
2013-12-21Revert "sctp: fix missing include file"David S. Miller
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-16sctp: loading sctp when load sctp_probewangweidong
2013-12-11sctp: remove redundant null check on asocwangweidong
2013-12-10sctp: fix up a spacingwangweidong
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06sctp: fix some comments in associola.cwangweidong
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong
2013-12-06sctp: remove the else pathwangweidong
2013-12-06sctp: remove the duplicate initializewangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-11-14net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann
2013-10-28sctp: merge two if statements to onewangweidong
2013-10-28sctp: remove the repeat initialize with 0wangweidong
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman