tgafb: remove a redundant non-mono test in mono imageblit
[safe/jmp/linux-2.6] / net / sctp /
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
2007-10-14 Al Virofix breakage in sctp getsockopt
2007-10-11 Stephen Hemminger[INET]: local port range robustness
2007-10-11 Stephen Hemminger[SCTP]: port randomization
2007-10-10 Vlad Yasevich[SCTP]: Tie ADD-IP and AUTH functionality as required...
2007-10-10 Vlad Yasevich[SCTP]: API updates to suport SCTP-AUTH extensions.
2007-10-10 Vlad Yasevich[SCTP]: Implement the receive and verification of AUTH...
2007-10-10 Vlad Yasevich[SCTP]: Enable the sending of the AUTH chunk.
2007-10-10 Vlad Yasevich[SCTP]: Implete SCTP-AUTH parameter processing
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH initializations.
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH internals
2007-10-10 Vlad Yasevich[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
2007-10-10 Vlad Yasevich[SCTP]: Implement the Supported Extensions Parameter
2007-10-10 Adrian Bunk[SCTP] net/sctp/socket.c: make 3 variables static
2007-10-10 Adrian Bunk[SCTP]: Make sctp_addto_param() static.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Brian Haley[IPV6]: Add v4mapped address inline
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-09-26 Al Virofix sctp_del_bind_addr() last argument type
2007-09-26 Wei YongjunSCTP : Add paramters validity check for ASCONF chunk
2007-09-26 Vlad YasevichSCTP: Discard OOTB packetes with bundled INIT early.
2007-09-26 Vlad YasevichSCTP: Clean up OOTB handling and fix infinite loop...
2007-09-26 Vlad YasevichSCTP: Explicitely discard OOTB chunks
2007-09-26 Wei YongjunSCTP: Send ABORT chunk with correct tag in response...
2007-09-26 Vlad YasevichSCTP: Validate buffer room when processing sequential...
2007-09-16 Vlad Yasevich[SCTP]: Convert bind_addr_list locking to RCU
2007-09-16 Vlad Yasevich[SCTP]: Add RCU synchronization around sctp_localaddr_list
2007-08-30 Wei YongjunSCTP: Fix to handle invalid parameter length correctly
2007-08-30 Vlad YasevichSCTP: Abort on COOKIE-ECHO if backlog is exceeded.
2007-08-30 Vlad YasevichSCTP: Correctly disable listening when backlog is 0.
2007-08-30 Vlad YasevichSCTP: Do not retransmit chunks that are newer then...
2007-08-30 Vlad YasevichSCTP: Uncomfirmed transports can't become Inactive
2007-08-30 Vlad YasevichSCTP: Pick the correct port when binding to 0.
2007-08-30 Wei YongjunSCTP: Use net_ratelimit to suppress error messages...
2007-08-30 Wei YongjunSCTP: Fix to encode PROTOCOL VIOLATION error cause...
2007-08-30 Wei YongjunSCTP: Fix sctp_addto_chunk() to add pad with correct...
2007-08-29 Vlad YasevichSCTP: Assign stream sequence numbers to the entire...
2007-08-29 Vlad YasevichSCTP: properly clean up fragment and ordering queues...
2007-08-02 Wei YongjunSCTP: remove useless code in function sctp_init_cause
2007-08-02 Wei YongjunSCTP: drop SACK if ctsn is not less than the next tsn...
2007-08-01 Vlad YasevichSCTP: IPv4 mapped addr not returned in SCTPv6 accept()
2007-08-01 Dave JohnsonSCTP: IPv4 mapped addr not returned in SCTPv6 accept()
2007-08-01 Sebastian Siewiorsctp: fix shadow symbol in net/sctp/tsnmap.c
2007-08-01 Sebastian Siewiorsctp: try to fix readlock
2007-08-01 sebastian@breakpoi... sctp: remove shadowed symbols
2007-08-01 sebastian@breakpoi... sctp: move global declaration to header file.
2007-08-01 sebastian@breakpoi... sctp: make locally used function static
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-06 Vlad YasevichSCTP: Add scope_id validation for link-local binds
2007-07-06 Vlad YasevichSCTP: Check to make sure file is valid before setting...
2007-07-06 Vlad YasevichSCTP: Fix thinko in sctp_copy_laddrs()
2007-06-26 Zach BrownSCTP: lock_sock_nested in sctp_sock_migrate
2007-06-19 Neil HormanSCTP: Fix sctp_getsockopt_get_peer_addrs
2007-06-19 Neil HormanSCTP: update sctp_getsockopt helpers to allow oversized...
2007-06-13 Vlad Yasevich[SCTP] Don't disable PMTU discovery when mtu is small
2007-06-13 Vlad Yasevich[SCTP] Flag a pmtu change request
2007-06-13 Vlad Yasevich[SCTP] Update pmtu handling to be similar to tcp
2007-06-13 Vlad Yasevich[SCTP] Fix leak in sctp_getsockopt_local_addrs when...
2007-06-13 Vlad Yasevich[SCTP]: Allow unspecified port in sctp_bindx()
2007-06-13 Vlad Yasevich[SCTP]: Correctly set daddr for IPv6 sockets during...
2007-06-04 Bill Nottingham[NET]: Fix comparisons of unsigned < 0.
2007-05-24 Jan Engelhardt[SCTP]: Use menuconfig objects.
2007-05-11 Vlad Yasevich[SCTP]: Do not include ABORT chunk header in the notifi...
2007-05-11 Vlad Yasevich[SCTP]: Correctly copy addresses in sctp_copy_laddrs
2007-05-11 Vlad Yasevich[SCTP]: Prevent OOPS if hmac modules didn't load
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-04 Vlad Yasevich[SCTP]: Set assoc_id correctly during INIT collision.
2007-05-04 Sridhar Samudrala[SCTP]: Re-order SCTP initializations to avoid race...
2007-05-04 Vlad Yasevich[SCTP]: Fix the SO_REUSEADDR handling to be similar...
2007-05-04 Vlad Yasevich[SCTP]: Verify all destination ports in sctp_connectx.
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-29 Vlad Yasevich[SCTP]: Fix sctp_getsockopt_local_addrs_old() to use...
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_MAX_BURST socket option.
2007-04-26 Vlad Yasevich[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE...
2007-04-26 Vlad Yasevich[SCTP]: Honor flags when setting peer address parameters
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CH...
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use offsets for skb->{mac,network,transport...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SCTP]: Eliminate some pointer attributions to the...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SCTP]: Introduce sctp_hdr()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipv6: More skb_reset_network_header conversio...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more simple skb_reset_network_header...
2007-04-18 Vlad Yasevich[SCTP]: Do not interleave non-fragments when in partial...
2007-04-17 Paolo Galtieri[SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_...
2007-04-17 Tsutomu Fujii[SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc...
2007-03-22 Vlad Yasevich[SCTP]: Correctly reset ssthresh when restarting associ...
2007-03-20 Vlad Yasevich[SCTP]: Reset some transport and association variables...
next