| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCTP]: Cleanups | Adrian Bunk | 2006-09-22 | 1 | -0/+13 |
* | [SCTP]: Remove multiple levels of msecs to jiffies conversions. | Vladislav Yasevich | 2006-09-22 | 2 | -13/+12 |
* | [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. | Sridhar Samudrala | 2006-09-22 | 1 | -0/+44 |
* | [SCTP]: Use HMAC template and hash interface | Herbert Xu | 2006-09-21 | 3 | -14/+4 |
* | Fix sctp privilege elevation (CVE-2006-3745) | Sridhar Samudrala | 2006-08-22 | 2 | -15/+1 |
* | [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed | Sridhar Samudrala | 2006-07-21 | 1 | -5/+2 |
* | [SCTP]: Verify all the paths to a peer via heartbeat before using them. | Sridhar Samudrala | 2006-07-21 | 2 | -0/+13 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-06-20 | 1 | -1/+1 |
|\ |
|
| * | [SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUG | David S. Miller | 2006-06-20 | 1 | -1/+1 |
* | | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds | 2006-06-20 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2006-05-24 | 2 | -3/+4 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-05-06 | 1 | -0/+1 |
| |\ \ |
|
| * | | | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 1 | -1/+0 |
* | | | | [SCTP] Reset rtt_in_progress for the chunk when processing its sack. | Vlad Yasevich | 2006-06-17 | 1 | -1/+1 |
* | | | | [SCTP]: Reject sctp packets with broadcast addresses. | Vlad Yasevich | 2006-06-17 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | [SCTP]: Respect the real chunk length when walking parameters. | Vladislav Yasevich | 2006-05-19 | 1 | -3/+3 |
* | | | [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. | Sridhar Samudrala | 2006-05-19 | 1 | -0/+1 |
| |/
|/| |
|
* | | [SCTP]: Allow spillover of receive buffer to avoid deadlock. | Neil Horman | 2006-05-05 | 1 | -0/+1 |
|/ |
|
* | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin | 2006-03-20 | 1 | -0/+10 |
* | [SCTP]: Fix 'fast retransmit' to send a TSN only once. | Vlad Yasevich | 2006-02-02 | 1 | -1/+1 |
* | [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). | Sridhar Samudrala | 2006-01-17 | 1 | -0/+2 |
* | [SCTP]: Fix machine check/connection hang on IA64. | Vlad Yasevich | 2006-01-17 | 1 | -0/+8 |
* | [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. | Vlad Yasevich | 2006-01-17 | 1 | -37/+41 |
* | [SCTP]: Fix sctp_cookie alignment in the packet. | Vlad Yasevich | 2006-01-17 | 1 | -1/+2 |
* | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 2006-01-13 | 1 | -2/+2 |
* | [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. | Frank Filz | 2006-01-03 | 1 | -0/+14 |
* | [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. | Frank Filz | 2006-01-03 | 2 | -20/+72 |
* | [SCTP]: Include ulpevents in socket receive buffer accounting. | Neil Horman | 2005-11-11 | 1 | -0/+16 |
* | [SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands. | Vladislav Yasevich | 2005-11-11 | 1 | -3/+4 |
* | [SCTP]: Remove timeouts[] array from sctp_endpoint. | Vladislav Yasevich | 2005-11-11 | 1 | -3/+0 |
* | [SCTP] Rename SCTP specific control message flags. | Ivan Skytte Jorgensen | 2005-10-28 | 1 | -4/+4 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 5 | -33/+30 |
* | [SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels. | Sridhar Samudrala | 2005-10-06 | 1 | -5/+5 |
* | [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels. | Ivan Skytte J�rgensen | 2005-10-06 | 1 | -7/+16 |
* | [TCP]: Move the tcp sock states to net/tcp_states.h | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -1/+1 |
* | [SCTP]: Fix potential null pointer dereference while handling an icmp error | Sridhar Samudrala | 2005-07-18 | 1 | -5/+2 |
* | [SCTP]: __nocast annotations | Alexey Dobriyan | 2005-07-11 | 5 | -30/+41 |
* | [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. | David S. Miller | 2005-07-08 | 1 | -13/+7 |
* | [SCTP] Make init & delayed sack timeouts configurable by user. | Vlad Yasevich | 2005-06-28 | 2 | -15/+7 |
* | [PATCH] make various thing static | Adrian Bunk | 2005-06-24 | 1 | -6/+0 |
* | [SCTP] sctp_connectx() API support | Frank Filz | 2005-06-20 | 6 | -22/+62 |
* | [SCTP] Fix SCTP sendbuffer accouting. | Neil Horman | 2005-04-28 | 1 | -1/+10 |
* | [SCTP] Implement Sec 2.41 of SCTP Implementers guide. | Jerome Forissier | 2005-04-28 | 1 | -18/+24 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 9 | -0/+4507 |