aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-06-19net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann
2014-06-18net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-06-11net: sctp: fix incorrect type in gfp initializerDaniel Borkmann
2014-06-11net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann
2014-06-11net: sctp: refactor active path selectionDaniel Borkmann
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-14snmp: fix some left over of snmp statsWANG Cong
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-09sctp: add a checking for sctp_sysctl_net_registerwangweidong
2014-05-09Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong
2014-05-07net: clean up snmp stats codeWANG Cong
2014-04-27net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss
2014-04-27sctp: reset flowi4_oif parameter on route lookupXufeng Zhang
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-13net: sctp: remove NULL check in sctp_assoc_update_retran_pathDaniel Borkmann
2014-03-05net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-02-22net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann
2014-02-20net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-02-13sctp: optimize the sctp_sysctl_net_registerwangweidong
2014-02-13sctp: fix a missed .data initializationwangweidong
2014-02-06net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2014-01-16sctp: remove the unnecessary assignmentwangweidong
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong
2014-01-14sctp: remove a redundant NULL checkDan Carpenter