Commit Graph

70 Commits (c0291a05f8e6a72c9807b0e2a369ee82bec659c3)

Author SHA1 Message Date
Arnaldo Carvalho de Melo 543d9cfeec [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset 19 years ago
Dmitry Mishin 3fdadf7d27 [NET]: {get|set}sockopt compatibility layer 19 years ago
Vlad Yasevich 27852c26ba [SCTP]: Fix 'fast retransmit' to send a TSN only once. 19 years ago
Vlad Yasevich e2c2fc2c8f [SCTP]: heartbeats exceed maximum retransmssion limit 19 years ago
Vlad Yasevich 81845c21dc [SCTP]: correct the number of INIT retransmissions 19 years ago
Tsutomu Fujii a7d1f1b66c [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly. 19 years ago
Sridhar Samudrala c4d2444e99 [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). 19 years ago
Vlad Yasevich 313e7b4d25 [SCTP]: Fix machine check/connection hang on IA64. 19 years ago
Vlad Yasevich 8116ffad41 [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. 19 years ago
Vlad Yasevich 38b0e42aba [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems. 19 years ago
Vlad Yasevich 49392e5ecf [SCTP]: sctp doesn't show all associations/endpoints in /proc 19 years ago
Vlad Yasevich 9834a2bb49 [SCTP]: Fix sctp_cookie alignment in the packet. 19 years ago
Sridhar Samudrala 7a48f923b8 [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). 19 years ago
Joe Perches 46b86a2da0 [NET]: Use NIP6_FMT in kernel.h 19 years ago
Randy Dunlap 4fc268d24c [PATCH] capable/capability.h (net/) 19 years ago
Kris Katterjohn 8b3a70058b [NET]: Remove more unneeded typecasts on *malloc() 19 years ago
Kris Katterjohn 09a626600b [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" 19 years ago
Patrick McHardy b59c270104 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done 19 years ago
Patrick McHardy 951dbc8ac7 [IPV6]: Move nextheader offset to the IP6CB 19 years ago
Arnaldo Carvalho de Melo 14c850212e [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 19 years ago
Eric Dumazet 90ddc4f047 [NET]: move struct proto_ops to const 19 years ago
Frank Filz 7708610b1b [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. 19 years ago
Frank Filz 52ccb8e90c [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. 19 years ago
Neil Horman 9bffc4ace1 [SCTP]: Fix sctp to not return erroneous POLLOUT events. 19 years ago
Al Viro d3a880e1ff [PATCH] Address of void __user * is void __user * *, not void * __user * 19 years ago
Neil Horman bf031fff1f [SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection from 19 years ago
Neil Horman 6736dc35e9 [SCTP]: Return socket errors only if the receive queue is empty. 19 years ago
Neil Horman 049b3ff5a8 [SCTP]: Include ulpevents in socket receive buffer accounting. 19 years ago
Vladislav Yasevich 1e7d3d90c9 [SCTP]: Remove timeouts[] array from sctp_endpoint. 19 years ago
Vladislav Yasevich 23ec47a088 [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr 19 years ago
Jesper Juhl a51482bde2 [NET]: kfree cleanup 19 years ago
Ivan Skytte Jorgensen 64a0c1c81e [SCTP] Do not allow unprivileged programs initiating new associations on 19 years ago
Ivan Skytte Jorgensen 96a339985d [SCTP] Allow SCTP_MAXSEG to revert to default frag point with a '0' value. 19 years ago
Ivan Skytte Jorgensen a1ab358269 [SCTP] Fix SCTP_SETADAPTION sockopt to use the correct structure. 19 years ago
Ivan Skytte Jorgensen eaa5c54dbe [SCTP] Rename SCTP specific control message flags. 19 years ago
John Hawkes 670c02c2bf [NET]: Wider use of for_each_*cpu() 19 years ago
Al Viro dd0fc66fb3 [PATCH] gfp flags annotations - part 1 20 years ago
Ivan Skytte Jørgensen 5fe467ee97 [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels. 20 years ago
Herbert Xu e5ed639913 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl 20 years ago
Sridhar Samudrala eb0e007687 [SCTP]: Fix SCTP_SHUTDOWN notifications. 20 years ago
Adrian Bunk 8c5955d83e [SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h> 20 years ago
Jesper Juhl 573dbd9596 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL 20 years ago
Eric Dumazet ba89966c19 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers 20 years ago
Patrick McHardy a61bbcf28a [NET]: Store skb->timestamp as offset to a base timestamp 20 years ago
Arnaldo Carvalho de Melo bb97d31f51 [INET]: Make inet_create try to load protocol modules 20 years ago
Arnaldo Carvalho de Melo c752f0739f [TCP]: Move the tcp sock states to net/tcp_states.h 20 years ago
Arnaldo Carvalho de Melo e6848976b7 [NET]: Cleanup INET_REFCNT_DEBUG code 20 years ago
David S. Miller 8728b834b2 [NET]: Kill skb->list 20 years ago
Vlad Yasevich d2287f8441 [SCTP]: Add SENTINEL to SCTP MIB stats 20 years ago
Sridhar Samudrala d1ad1ff299 [SCTP]: Fix potential null pointer dereference while handling an icmp error 20 years ago