| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: Allow only 1 listening socket with SO_REUSEADDR | Vlad Yasevich | 2008-07-18 | 1 | -9/+16 |
* | sctp: Do not leak memory on multiple listen() calls | Vlad Yasevich | 2008-07-18 | 1 | -2/+3 |
* | sctp: Support ipv6only AF_INET6 sockets. | Vlad Yasevich | 2008-07-18 | 1 | -5/+25 |
* | sock: add net to prot->enter_memory_pressure callback | Pavel Emelyanov | 2008-07-16 | 1 | -1/+1 |
* | sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated. | Vlad Yasevich | 2008-07-01 | 1 | -0/+12 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 1 | -1/+3 |
|\ |
|
| * | sctp: Make sure N * sizeof(union sctp_addr) does not overflow. | David S. Miller | 2008-06-20 | 1 | -1/+3 |
* | | net: change proto destroy method to return void | Brian Haley | 2008-06-14 | 1 | -2/+1 |
* | | sctp: Fix problems with the new SCTP_DELAYED_ACK code | Vlad Yasevich | 2008-06-09 | 1 | -2/+2 |
* | | sctp: Support the new specification of sctp_connectx() | Vlad Yasevich | 2008-05-09 | 1 | -11/+59 |
* | | sctp: Bring SCTP_DELAYED_ACK socket option into API compliance | Wei Yongjun | 2008-05-09 | 1 | -89/+153 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -2/+3 |
|\ |
|
| * | [SCTP]: Fix compiler warning about const qualifiers | Vlad Yasevich | 2008-04-12 | 1 | -2/+3 |
* | | [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. | Robert P. J. Day | 2008-04-12 | 1 | -39/+17 |
* | | SCTP: fix wrong debug counting of bind_bucket | Li Zefan | 2008-04-10 | 1 | -1/+1 |
* | | [SOCK]: Drop inuse pcounter from struct proto (v2). | Pavel Emelyanov | 2008-03-28 | 1 | -5/+0 |
* | | [SCTP]: Remove redundant wrapper functions. | Florian Westphal | 2008-03-23 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-18 | 1 | -13/+60 |
|\ \
| |/ |
|
| * | [SCTP]: Bring MAX_BURST socket option into ietf API extension compliance | Neil Horman | 2008-03-05 | 1 | -13/+60 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 1 | -7/+7 |
|/ |
|
* | [SCTP]: Update AUTH structures to match declarations in draft-16. | Vlad Yasevich | 2008-02-28 | 1 | -1/+5 |
* | [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option | Vlad Yasevich | 2008-02-28 | 1 | -4/+8 |
* | [SCTP]: Pick up an orphaned sctp_sockets_allocated counter. | Pavel Emelyanov | 2008-02-20 | 1 | -0/+2 |
* | [SCTP]: Set ports in every address returned by sctp_getladdrs() | Vlad Yasevich | 2008-02-06 | 1 | -0/+6 |
* | [SCTP]: Do not increase rwnd when reading partial notification. | Vlad Yasevich | 2008-02-05 | 1 | -1/+2 |
* | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 2008-02-05 | 1 | -4/+4 |
* | [NET] CORE: Introducing new memory accounting interface. | Hideo Aoki | 2008-01-28 | 1 | -5/+6 |
* | [SCTP]: Change use_as_src into a full address state | Vlad Yasevich | 2008-01-28 | 1 | -4/+4 |
* | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov | 2008-01-28 | 1 | -1/+2 |
* | [SCTP]: Fix the bind_addr info during migration. | Vlad Yasevich | 2007-12-07 | 1 | -10/+2 |
* | [SCTP]: Add bind hash locking to the migrate code | Vlad Yasevich | 2007-12-07 | 1 | -0/+6 |
* | SCTP: Convert custom hash lists to use hlist. | Vlad Yasevich | 2007-11-09 | 1 | -9/+5 |
* | SCTP: Update RCU handling during the ADD-IP case | Vlad Yasevich | 2007-11-07 | 1 | -1/+1 |
* | [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure | Eric Dumazet | 2007-11-07 | 1 | -0/+6 |
* | fix breakage in sctp getsockopt | Al Viro | 2007-10-14 | 1 | -4/+6 |
* | [INET]: local port range robustness | Stephen Hemminger | 2007-10-10 | 1 | -5/+6 |
* | [SCTP]: port randomization | Stephen Hemminger | 2007-10-10 | 1 | -16/+5 |
* | [SCTP]: API updates to suport SCTP-AUTH extensions. | Vlad Yasevich | 2007-10-10 | 1 | -0/+304 |
* | [SCTP] net/sctp/socket.c: make 3 variables static | Adrian Bunk | 2007-10-10 | 1 | -3/+3 |
* | [SCTP]: Rewrite of sctp buffer management code | Neil Horman | 2007-10-10 | 1 | -12/+57 |
* | [SCTP]: Convert bind_addr_list locking to RCU | Vlad Yasevich | 2007-09-16 | 1 | -70/+28 |
* | [SCTP]: Add RCU synchronization around sctp_localaddr_list | Vlad Yasevich | 2007-09-16 | 1 | -13/+25 |
* | SCTP: Correctly disable listening when backlog is 0. | Vlad Yasevich | 2007-08-30 | 1 | -0/+2 |
* | SCTP: Pick the correct port when binding to 0. | Vlad Yasevich | 2007-08-30 | 1 | -0/+1 |
* | SCTP: IPv4 mapped addr not returned in SCTPv6 accept() | Vlad Yasevich | 2007-08-01 | 1 | -9/+11 |
* | sctp: try to fix readlock | Sebastian Siewior | 2007-08-01 | 1 | -5/+11 |
* | sctp: remove shadowed symbols | sebastian@breakpoint.cc | 2007-08-01 | 1 | -1/+0 |
* | sctp: move global declaration to header file. | sebastian@breakpoint.cc | 2007-08-01 | 1 | -2/+0 |
* | sctp: make locally used function static | sebastian@breakpoint.cc | 2007-08-01 | 1 | -3/+3 |
* | [NET] SCTP: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-07-19 | 1 | -2/+2 |