summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
* net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann2014-06-181-20/+23
* net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
* sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-06-121-1/+1
* net: sctp: fix incorrect type in gfp initializerDaniel Borkmann2014-06-111-1/+1
* net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann2014-06-111-5/+45
* net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-113-5/+7
* net: sctp: refactor active path selectionDaniel Borkmann2014-06-111-59/+61
* ktime: add ktime_after and ktime_before helperDaniel Borkmann2014-06-111-1/+1
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-1/+2
* net: Eliminate no_check from protoswTom Herbert2014-05-232-4/+0
* snmp: fix some left over of snmp statsWANG Cong2014-05-141-1/+1
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-2/+3
* net: rename local_df to ignore_dfWANG Cong2014-05-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-122-5/+9
|\
| * net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss2014-04-271-4/+3
| * sctp: reset flowi4_oif parameter on route lookupXufeng Zhang2014-04-271-1/+6
* | sctp: add a checking for sctp_sysctl_net_registerwangweidong2014-05-091-0/+4
* | Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong2014-05-091-10/+7
* | net: clean up snmp stats codeWANG Cong2014-05-071-4/+5
* | sctp: add support for busy polling to sctp protocolNeil Horman2014-04-202-0/+9
|/
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-186-59/+89
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-1/+1
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-144-24/+74
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-3/+3
* net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann2014-04-091-0/+6
* net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann2014-04-081-1/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-142-7/+2
|\
| * net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-052-7/+2
* | net: sctp: remove NULL check in sctp_assoc_update_retran_pathDaniel Borkmann2014-03-131-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-053-53/+90
|\ \ | |/
| * net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-03-031-0/+7
| * net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2014-02-221-50/+79
| * net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic2014-02-201-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-195-90/+67
|\ \ | |/
| * net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
| * net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-174-74/+24
| * sctp: optimize the sctp_sysctl_net_registerwangweidong2014-02-131-7/+10
| * sctp: fix a missed .data initializationwangweidong2014-02-131-0/+1
* | net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
|/
* net: sctp: fix initialization of local source address on accepted ipv6 socketsMatija Glavinic Pecotic2014-02-061-0/+2
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-214-21/+21
* sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-31/+31
* sctp: remove macros sctp_write_[un]_lockwangweidong2014-01-211-8/+8
* sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-211-8/+8
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-214-26/+26
* sctp: remove the unnecessary assignmentwangweidong2014-01-161-1/+0
* sctp: create helper function to enable|disable sackdelaywangweidong2014-01-151-18/+19
* sctp: remove a redundant NULL checkDan Carpenter2014-01-141-1/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-2/+4
OpenPOWER on IntegriCloud