aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-3/+5
2012-11-17sctp: use bitmap_weightAkinobu Mita1-6/+2
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2012-11-15sctp: fix /proc/net/sctp/ memory leakTommi Rantala1-4/+4
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2-25/+23
2012-11-01net: sctp: Fix typo in net/sctpMasanari Iida1-1/+1
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman4-30/+88
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-9/+14
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+20
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-5/+20
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+20
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-09-03sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf1-1/+20
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-2/+4
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter1-1/+1
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber1-6/+3
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman12-228/+265
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2-8/+9
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman2-282/+339
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman3-4/+5
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman3-5/+8
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman7-28/+51
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman2-0/+28
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman11-114/+151
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman2-9/+11
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman3-73/+81
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman1-6/+7
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman3-44/+52
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman5-80/+104
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman4-28/+49
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2-8/+15
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman1-9/+13
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-2/+4
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-1/+2
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-1/+1
2012-07-22Merge branch 'kill_rtcache'David S. Miller1-1/+1
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman6-14/+176
2012-07-20net: Document dst->obsolete better.David S. Miller1-1/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+12
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller5-12/+20
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2-2/+2
2012-07-16sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici1-1/+1
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller5-10/+18
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller1-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2-2/+5