aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-03sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-07-22Merge branch 'kill_rtcache'David S. Miller
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-16sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-08sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman
2012-06-19sctp: fix warning when compiling without IPv6Daniel Halperin
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-10sctp: check cached dst before using itNicolas Dichtel