aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-29sctp: Change sctp to implement csum_levelsTom Herbert1-2/+6
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-21sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj1-0/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-05sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-5/+0
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe5-100/+107
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-07-22net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2-4/+4
2014-07-22net: sctp: Open out the check for NagleDavid Laight1-33/+36
2014-07-16net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann1-2/+7
2014-07-16net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland1-9/+98
2014-07-16net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2-4/+86
2014-07-16net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2-1/+73
2014-07-16net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-20/+57
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-107/+15
2014-07-15net: sctp: remove unnecessary break after return/gotoFabian Frederick2-5/+0
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-08net: sctp: Inline the functions from command.cDavid Laight2-69/+1
2014-07-02net: sctp: only warn in proc_sctp_do_alpha_beta if writeDaniel Borkmann1-2/+3
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-8/+9
2014-06-19net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann1-2/+1
2014-06-18net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann1-20/+23
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-11net: sctp: fix incorrect type in gfp initializerDaniel Borkmann1-1/+1
2014-06-11net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann1-5/+45
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann3-5/+7
2014-06-11net: sctp: refactor active path selectionDaniel Borkmann1-59/+61
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann1-1/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+2
2014-05-23net: Eliminate no_check from protoswTom Herbert2-4/+0
2014-05-14snmp: fix some left over of snmp statsWANG Cong1-1/+1
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong1-2/+3
2014-05-12net: rename local_df to ignore_dfWANG Cong2-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+9
2014-05-09sctp: add a checking for sctp_sysctl_net_registerwangweidong1-0/+4
2014-05-09Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong1-10/+7
2014-05-07net: clean up snmp stats codeWANG Cong1-4/+5
2014-04-27net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'.Karl Heiss1-4/+3
2014-04-27sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman2-0/+9
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-1/+1
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer"Daniel Borkmann4-24/+74