aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
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
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-3/+3
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+2
2014-03-13net: sctp: remove NULL check in sctp_assoc_update_retran_pathDaniel Borkmann1-2/+1
2014-03-05net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-7/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-53/+90
2014-03-03net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-02-22net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann1-50/+79
2014-02-20net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic1-3/+4
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-90/+67
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-13net: remove unnecessary return'sstephen hemminger1-1/+0
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