Age | Commit message (Expand) | Author | Files | Lines |
2014-08-29 | net: sctp: fix ABI mismatch through sctp_assoc_to_state helper | Daniel Borkmann | 1 | -1/+1 |
2014-07-31 | sctp: Fixup v4mapped behaviour to comply with Sock API | Jason Gunthorpe | 1 | -17/+16 |
2014-07-16 | net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support | Daniel Borkmann | 1 | -2/+7 |
2014-07-16 | net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support | Geir Ola Vaagland | 1 | -9/+98 |
2014-07-16 | net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support | Geir Ola Vaagland | 1 | -4/+48 |
2014-07-16 | net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support | Geir Ola Vaagland | 1 | -1/+48 |
2014-07-16 | net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support | Geir Ola Vaagland | 1 | -20/+57 |
2014-05-23 | net: Split sk_no_check into sk_no_check_{rx,tx} | Tom Herbert | 1 | -1/+2 |
2014-05-14 | ipv4: make ip_local_reserved_ports per netns | WANG Cong | 1 | -2/+3 |
2014-04-20 | sctp: add support for busy polling to sctp protocol | Neil Horman | 1 | -0/+5 |
2014-04-18 | net: sctp: cache auth_enable per endpoint | Vlad Yasevich | 1 | -28/+26 |
2014-04-14 | Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re... | Daniel Borkmann | 1 | -0/+6 |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -1/+1 |
2014-04-09 | net: sctp: test if association is dead in sctp_wake_up_waiters | Daniel Borkmann | 1 | -0/+6 |
2014-04-08 | net: sctp: wake up all assocs if sndbuf policy is per socket | Daniel Borkmann | 1 | -1/+35 |
2014-02-18 | net: sctp: fix sctp_connectx abi for ia32 emulation/compat mode | Daniel Borkmann | 1 | -9/+32 |
2014-02-17 | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's... | Matija Glavinic Pecotic | 1 | -6/+0 |
2014-01-21 | sctp: remove macros sctp_bh_[un]lock_sock | wangweidong | 1 | -2/+2 |
2014-01-21 | sctp: remove macros sctp_{lock|release}_sock | wangweidong | 1 | -31/+31 |
2014-01-21 | sctp: remove macros sctp_spin_[un]lock | wangweidong | 1 | -8/+8 |
2014-01-21 | sctp: remove macros sctp_local_bh_{disable|enable} | wangweidong | 1 | -8/+8 |
2014-01-15 | sctp: create helper function to enable|disable sackdelay | wangweidong | 1 | -18/+19 |
2014-01-14 | sctp: remove a redundant NULL check | Dan Carpenter | 1 | -1/+1 |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 1 | -1/+1 |
2014-01-03 | sctp: Add process name and pid to deprecation warnings | Neil Horman | 1 | -6/+18 |
2013-12-31 | SCTP: Reduce log spamming for sctp setsockopt | Neil Horman | 1 | -12/+18 |
2013-12-26 | sctp: fix checkpatch errors with //commen | wangweidong | 1 | -1/+1 |
2013-12-26 | sctp: fix checkpatch errors with open brace '{' and trailing statements | wangweidong | 1 | -1/+2 |
2013-12-26 | sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar | wangweidong | 1 | -9/+9 |
2013-12-26 | sctp: fix checkpatch errors with space required or prohibited | wangweidong | 1 | -15/+15 |
2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+26 |
2013-12-10 | sctp: check the rto_min and rto_max in setsockopt | wangweidong | 1 | -10/+22 |
2013-12-10 | sctp: properly latch and use autoclose value from sock to association | Neil Horman | 1 | -0/+4 |
2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
2013-09-30 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 | Eric W. Biederman | 1 | -1/+1 |
2013-09-11 | net: sctp: fix smatch warning in sctp_send_asconf_del_ip | Daniel Borkmann | 1 | -0/+3 |
2013-09-11 | net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE | Daniel Borkmann | 1 | -1/+1 |
2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
2013-07-02 | sctp: use get_unused_fd_flags(0) instead of get_unused_fd() | Yann Droneaud | 1 | -1/+1 |
2013-07-01 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 1 | -88/+80 |
2013-06-25 | net: sctp: simplify sctp_get_port | Daniel Borkmann | 1 | -4/+1 |
2013-06-25 | net: sctp: decouple cleaning some socket data from endpoint | Daniel Borkmann | 1 | -1/+15 |
2013-06-25 | net: sctp: migrate cookie life from timeval to ktime | Daniel Borkmann | 1 | -11/+3 |
2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2013-06-17 | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 1 | -42/+36 |
2013-06-14 | net: sctp: minor: remove variable in sctp_init_sock | Daniel Borkmann | 1 | -4/+2 |
2013-06-11 | net: sctp: fix NULL pointer dereference in socket destruction | Daniel Borkmann | 1 | -0/+6 |
2013-04-07 | sctp: fix error return code in __sctp_connect() | Wei Yongjun | 1 | -2/+3 |
2013-03-31 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -1/+2 |