aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-05
* | net: sctp: remove NULL check in sctp_assoc_update_retran_pathDaniel Borkmann2014-03-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\|
| * net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-03-03
| * net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2014-02-22
| * net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic2014-02-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-19
|\|
| * net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-18
| * net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-17
| * sctp: optimize the sctp_sysctl_net_registerwangweidong2014-02-13
| * sctp: fix a missed .data initializationwangweidong2014-02-13
* | net: remove unnecessary return'sstephen hemminger2014-02-13
|/
* net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic2014-02-07
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-21
* sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-21
* sctp: remove macros sctp_write_[un]_lockwangweidong2014-01-21
* sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-21
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-21
* sctp: remove the unnecessary assignmentwangweidong2014-01-16
* sctp: create helper function to enable|disable sackdelaywangweidong2014-01-15
* sctp: remove a redundant NULL checkDan Carpenter2014-01-14
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-13
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * sctp: Remove outqueue empty stateVlad Yasevich2014-01-02
* | sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-03
* | sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong2013-12-31
* | SCTP: Reduce log spamming for sctp setsockoptNeil Horman2013-12-31
* | sctp: fix checkpatch errors with //commenwangweidong2013-12-26
* | sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-26
* | sctp: fix checkpatch errors with indentwangweidong2013-12-26
* | sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-26
* | sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-26
* | sctp: remove the never used 'return' and redundant 'break'wangweidong2013-12-22
* | sctp: remove casting from function calls through ops structurewangweidong2013-12-22
* | ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa2013-12-21
* | Revert "sctp: fix missing include file"David S. Miller2013-12-21
* | sctp: fix missing include filesfeldma@cumulusnetworks.com2013-12-21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-19
|\ \
| * | net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-06
* | | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
|\ \ \ | | |/ | |/|
| * | sctp: loading sctp when load sctp_probewangweidong2013-12-16
| * | sctp: fix up a spacingwangweidong2013-12-10
| * | sctp: add check rto_min and rto_max in sysctlwangweidong2013-12-10
| * | sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-10
| * | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-10
* | | sctp: remove redundant null check on asocwangweidong2013-12-11