| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sctp: rfc4443: do not report ICMP redirects to user space | Daniel Borkmann | 2013-09-16 | 2 | -3/+2 |
* | net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit | Daniel Borkmann | 2013-09-12 | 1 | -29/+13 |
* | net: sctp: fix smatch warning in sctp_send_asconf_del_ip | Daniel Borkmann | 2013-09-11 | 1 | -0/+3 |
* | net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE | Daniel Borkmann | 2013-09-11 | 1 | -1/+1 |
* | net: sctp: Fix data chunk fragmentation for MTU values which are not multiple... | Alexander Sverdlin | 2013-09-04 | 1 | -2/+2 |
* | net: sctp: probe: allow more advanced ingress filtering by mark | Daniel Borkmann | 2013-09-03 | 1 | -5/+13 |
* | net: sctp: sctp_verify_init: clean up mandatory checks and add comment | Daniel Borkmann | 2013-08-29 | 1 | -14/+12 |
* | net: sctp_probe: simplify code by using %pISc format specifier | Daniel Borkmann | 2013-08-22 | 1 | -7/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-16 | 2 | -4/+4 |
|\ |
|
| * | net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruption | Daniel Borkmann | 2013-08-12 | 1 | -2/+2 |
| * | net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state | Daniel Borkmann | 2013-08-12 | 1 | -2/+2 |
* | | net: proc_fs: trivial: print UIDs as unsigned int | Francesco Fusco | 2013-08-15 | 1 | -2/+2 |
* | | net: sctp: Add rudimentary infrastructure to account for control chunks | Vlad Yasevich | 2013-08-13 | 1 | -30/+69 |
* | | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 2013-08-09 | 4 | -18/+6 |
* | | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 2013-08-09 | 27 | -162/+0 |
* | | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 2013-08-09 | 4 | -6/+18 |
* | | sctp: Don't lookup dst if transport dst is still valid | fan.du | 2013-08-02 | 1 | -1/+1 |
* | | net/sctp: Refactor SCTP skb checksum computation | Joe Stringer | 2013-07-27 | 1 | -9/+1 |
* | | net: sctp: trivial: update mailing list address | Daniel Borkmann | 2013-07-24 | 27 | -28/+28 |
|/ |
|
* | net: sctp: confirm route during forward progress | Daniel Borkmann | 2013-07-09 | 2 | -0/+15 |
* | sctp: use get_unused_fd_flags(0) instead of get_unused_fd() | Yann Droneaud | 2013-07-02 | 1 | -1/+1 |
* | net: sctp: get rid of SCTP_DBG_TSNS entirely | Daniel Borkmann | 2013-07-02 | 2 | -114/+0 |
* | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 2013-07-01 | 16 | -409/+383 |
* | net: sctp: simplify sctp_get_port | Daniel Borkmann | 2013-06-25 | 1 | -4/+1 |
* | net: sctp: decouple cleaning some socket data from endpoint | Daniel Borkmann | 2013-06-25 | 2 | -10/+25 |
* | net: sctp: minor: sctp_seq_dump_local_addrs add missing newline | Daniel Borkmann | 2013-06-25 | 1 | -1/+1 |
* | net: sctp: migrate cookie life from timeval to ktime | Daniel Borkmann | 2013-06-25 | 3 | -29/+12 |
* | sctp: Convert __list_for_each use to list_for_each | Dave Jones | 2013-06-19 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 2 | -4/+8 |
|\ |
|
| * | sctp: fully initialize sctp_outq in sctp_outq_init | Neil Horman | 2013-06-13 | 1 | -4/+2 |
| * | net: sctp: fix NULL pointer dereference in socket destruction | Daniel Borkmann | 2013-06-11 | 1 | -0/+6 |
* | | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 2013-06-17 | 8 | -65/+57 |
* | | net: sctp: get rid of t_new macro for kzalloc | Daniel Borkmann | 2013-06-17 | 6 | -6/+7 |
* | | net: sctp: sctp_association_init: put refs in reverse order | Daniel Borkmann | 2013-06-14 | 1 | -4/+3 |
* | | net: sctp: minor: remove variable in sctp_init_sock | Daniel Borkmann | 2013-06-14 | 1 | -4/+2 |
* | | net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first | Daniel Borkmann | 2013-06-14 | 1 | -4/+4 |
* | | net: sctp: sideeffect: throw BUG if primary_path is NULL | Daniel Borkmann | 2013-06-14 | 2 | -4/+13 |
* | | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 2013-06-13 | 1 | -5/+5 |
* | | sctp: Correct byte order of access to skb->{network, transport}_header | Simon Horman | 2013-06-13 | 1 | -1/+1 |
* | | sctp: Correct byte order of access to skb->{network, transport}_header | Simon Horman | 2013-05-31 | 1 | -1/+1 |
* | | sctp: Correct access to skb->{network, transport}_header | Simon Horman | 2013-05-28 | 2 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 12 | -66/+39 |
|\ |
|
| * | net: sctp: attribute printl with __printf for gcc fmt checks | Daniel Borkmann | 2013-05-01 | 1 | -1/+1 |
| * | net: sctp: minor: remove dead code from sctp_packet | Daniel Borkmann | 2013-04-22 | 1 | -4/+1 |
| * | net: sctp: sctp_ulpq: remove 'malloced' struct member | Daniel Borkmann | 2013-04-17 | 1 | -3/+0 |
| * | net: sctp: sctp_bind_addr: remove dead code | Daniel Borkmann | 2013-04-17 | 1 | -7/+0 |
| * | net: sctp: sctp_transport: remove unused variable | Daniel Borkmann | 2013-04-17 | 1 | -1/+0 |
| * | net: sctp: outqueue: simplify sctp_outq_uncork function | Daniel Borkmann | 2013-04-17 | 1 | -3/+2 |
| * | net: sctp: sctp_outq: remove 'malloced' from its struct | Daniel Borkmann | 2013-04-17 | 1 | -6/+0 |
| * | net: sctp: sctp_inq: remove dead code | Daniel Borkmann | 2013-04-17 | 1 | -7/+0 |