Age | Commit message (Expand) | Author | Files | Lines |
2013-10-01 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 | Eric W. Biederman | 1 | -1/+1 |
2013-09-12 | net: sctp: fix smatch warning in sctp_send_asconf_del_ip | Daniel Borkmann | 1 | -0/+3 |
2013-09-12 | 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-25 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
2013-07-03 | sctp: use get_unused_fd_flags(0) instead of get_unused_fd() | Yann Droneaud | 1 | -1/+1 |
2013-07-02 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 1 | -88/+80 |
2013-06-26 | net: sctp: simplify sctp_get_port | Daniel Borkmann | 1 | -4/+1 |
2013-06-26 | net: sctp: decouple cleaning some socket data from endpoint | Daniel Borkmann | 1 | -1/+15 |
2013-06-26 | net: sctp: migrate cookie life from timeval to ktime | Daniel Borkmann | 1 | -11/+3 |
2013-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2013-06-18 | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 1 | -42/+36 |
2013-06-15 | 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-08 | sctp: fix error return code in __sctp_connect() | Wei Yongjun | 1 | -2/+3 |
2013-04-01 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -1/+2 |
2013-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+3 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -5/+4 |
2013-02-28 | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS | Guenter Roeck | 1 | -3/+3 |
2013-02-08 | net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree | Daniel Borkmann | 1 | -1/+1 |
2012-12-03 | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT... | Michele Baldessari | 1 | -0/+69 |
2012-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2012-11-28 | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall | Tommi Rantala | 1 | -2/+2 |
2012-11-19 | net: Make CAP_NET_BIND_SERVICE per user namespace | Eric W. Biederman | 1 | -3/+5 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-11-01 | net: sctp: Fix typo in net/sctp | Masanari Iida | 1 | -1/+1 |
2012-10-26 | sctp: Make hmac algorithm selection for cookie generation dynamic | Neil Horman | 1 | -4/+7 |
2012-10-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+20 |
2012-09-27 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro | 1 | -5/+20 |
2012-08-15 | sctp: Make sysctl tunables per net | Eric W. Biederman | 1 | -26/+39 |
2012-08-15 | sctp: Push struct net down to sctp_chunk_event_lookup | Eric W. Biederman | 1 | -10/+17 |
2012-08-15 | sctp: Make the address lists per network namespace | Eric W. Biederman | 1 | -3/+4 |
2012-08-15 | sctp: Make the port hash table use struct net in it's key. | Eric W. Biederman | 1 | -9/+13 |
2012-07-22 | sctp: Implement quick failover draft from tsvwg | Neil Horman | 1 | -0/+101 |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+10 |
2012-07-17 | sctp: Fix list corruption resulting from freeing an association on a list | Neil Horman | 1 | -2/+10 |
2012-07-16 | sctp: Adjust PMTU updates to accomodate route invalidation. | David S. Miller | 1 | -3/+3 |
2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -4/+2 |
2012-04-05 | sctp: Allow struct sctp_event_subscribe to grow without breaking binaries | Thomas Graf | 1 | -2/+3 |
2012-03-09 | sctp: Export sctp_do_peeloff | Benjamin Poirier | 1 | -15/+9 |
2011-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2011-12-20 | sctp: fix incorrect overflow check on autoclose | Xi Wang | 1 | -2/+0 |
2011-12-12 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -2/+2 |
2011-11-23 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -1/+1 |
2011-11-01 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+31 |
2011-07-08 | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos... | Thomas Graf | 1 | -5/+8 |
2011-07-07 | sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it | Wei Yongjun | 1 | -0/+23 |
2011-07-02 | sctp: Reduce switch/case indent | Joe Perches | 1 | -5/+5 |
2011-06-17 | net: Remove casts of void * | Joe Perches | 1 | -8/+8 |