Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / sctp /
2012-05-11 Nicolas Dichtelsctp: check cached dst before using it
2012-04-04 Thomas Grafsctp: Allow struct sctp_event_subscribe to grow without...
2012-03-08 Benjamin Poiriersctp: Export sctp_do_peeloff
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-23 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-20 Thomas Grafsctp: Do not account for sizeof(struct sk_buff) in...
2011-12-19 Xi Wangsctp: fix incorrect overflow check on autoclose
2011-12-11 Eric Dumazetnet: use IS_ENABLED(CONFIG_IPV6)
2011-12-02 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-02 Justin P. Mattocktreewide: Fix typos in various parts of the kernel...
2011-11-29 Xi Wangsctp: better integer overflow check in sctp_auth_create...
2011-11-22 Alexey Dobriyannet: remove ipv6_addr_copy()
2011-11-08 Michio Hondasctp: fasthandoff with ASCONF at server-node
2011-11-08 Michio Hondasctp: fasthandoff with ASCONF at mobile-node
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-27 Eric Dumazetipv6: tcp: fix TCLASS value in ACK messages sent from...
2011-10-13 Eric Dumazetnet: more accurate skb truesize
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-16 Max Matveevsctp: deal with multiple COOKIE_ECHO chunks
2011-08-25 Michio Hondasctp: Bundle HEAERTBEAT into ASCONF_ACK
2011-08-25 Michio Hondasctp: HEARTBEAT negotiation after ASCONF
2011-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-14 Michał Mirosławnet: sctp: fix checksum marking for outgoing packets
2011-07-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-08 Thomas Grafsctp: ABORT if receive, reassmbly, or reodering queue...
2011-07-07 Thomas Grafsctp: Enforce retransmission limit during shutdown
2011-07-07 Wei Yongjunsctp: fix missing send up SCTP_SENDER_DRY_EVENT when...
2011-07-07 Eric Dumazetnet: refine {udp|tcp|sctp}_mem limits
2011-07-01 Joe Perchessctp: Reduce switch/case indent
2011-06-17 Joe Perchesnet: Remove casts of void *
2011-06-11 Michio Hondasctp: kzalloc() error handling on deleting last address
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-06 David S. Millersctp: Guard IPV6 specific code properly.
2011-06-02 Michio Hondasctp: Add ASCONF operation on the single-homed host
2011-06-02 Michio Hondasctp: Add socket option operation for Auto-ASCONF.
2011-06-02 Michio Hondasctp: Add sysctl support for Auto-ASCONF.
2011-06-02 Michio Hondasctp: Add Auto-ASCONF support (core).
2011-06-02 Michio Hondasctp: Add ADD/DEL ASCONF handling at the receiver.
2011-05-31 Wei Yongjunsctp: stop pending timers and purge queues when peer...
2011-05-25 Wei Yongjunsctp: fix memory leak of the ASCONF queue when free...
2011-05-24 Dan Rosenbergnet: convert %p usage to %pK
2011-05-21 David S. Millersctp: Fix build failure.
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-19 Jacek LuczakSCTP: fix race between sctp_bind_addr_free() and sctp_b...
2011-05-12 Joe Perchessctp: sctp_sendmsg: Don't test known non-null sinfo
2011-05-12 Joe Perchessctp: sctp_sendmsg: Don't initialize default_sinfo
2011-05-10 David S. Millersctp: Remove rt->rt_src usage in sctp_v4_get_saddr()
2011-05-09 David S. Millersctp: Fix debug message args.
2011-05-08 David S. Millersctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()
2011-05-08 David S. Millerinet: Pass flowi to ->queue_xmit().
2011-05-08 David S. Millersctp: Store a flowi in transports to provide persistent...
2011-05-08 Lai Jiangshannet,rcu: convert call_rcu(sctp_local_addr_free) to...
2011-05-04 David S. Millersctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr...
2011-04-27 Vlad Yasevichsctp: clean up route lookup calls
2011-04-27 Vlad Yasevichsctp: remove useless arguments from get_saddr() call
2011-04-27 Vlad Yasevichsctp: make sctp over IPv6 work with IPsec
2011-04-27 Vlad Yasevichsctp: cache the ipv6 source after route lookup
2011-04-27 Weixing Shisctp: fix sctp to work with ipv6 source address routing
2011-04-27 Lucas De MarchiRevert wrong fixes for common misspellings
2011-04-22 Eric Dumazetinet: constify ip headers and in6_addr
2011-04-21 Wei Yongjunsctp: implement event notification SCTP_SENDER_DRY_EVENT
2011-04-21 Wei Yongjunsctp: change auth event type name to SCTP_AUTHENTICATIO...
2011-04-21 Wei Yongjunsctp: implement socket option SCTP_GET_ASSOC_ID_LIST
2011-04-20 Wei Yongjunsctp: move chunk from retransmit queue to abandoned...
2011-04-20 Wei Yongjunsctp: make heartbeat information in sctp_make_heartbeat()
2011-04-20 Wei Yongjunsctp: fix to check the source address of COOKIE-ECHO...
2011-04-20 Shan Weisctp: handle ootb packet in chunk order as defined
2011-04-20 Vlad Yasevichsctp: bail from sctp_endpoint_lookup_assoc() if not...
2011-04-20 Vlad Yasevichsctp: remove completely unsed EMPTY state
2011-04-20 Shan Weisctp: check invalid value of length parameter in error...
2011-04-20 Shan Weisctp: check parameter value of length in ERROR chunk
2011-04-20 Vlad Yasevichsctp: Release all routes when processing acks ADD_IP...
2011-04-20 Vlad Yasevichsctp: Allow bindx_del to accept 0 port
2011-04-20 Vlad Yasevichsctp: teach CACC algorithm about removed transports
2011-04-20 Shan Weisctp: use memdup_user to copy data from userspace
2011-04-20 Shan Weisctp: kill abandoned SCTP_CMD_TRANSMIT command
2011-04-20 Shan Weisctp: use common head of addr parameter to access membe...
2011-04-20 Shan Weisctp: fix the comment of sctp_sf_violation_paramlen()
2011-04-13 Wei Yongjunsctp: fix oops while removed transport still using...
2011-04-13 Vlad Yasevichsctp: fix oops when updating retransmit path with DEBUG on
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-02 Wei Yongjunsctp: malloc enough room for asconf-ack chunk
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-31 David S. Millersctp: Pass __GFP_NOWARN to hash table allocation attempts.
2011-03-12 David S. Milleripv6: Convert to use flowi6 where applicable.
2011-03-12 David S. Millernet: Put fl4_* macros to struct flowi4 and use them...
2011-03-12 David S. Milleripv4: Use flowi4 in public route lookup interfaces.
2011-03-12 David S. Millernet: Make flowi ports AF dependent.
2011-03-12 David S. Millernet: Put flowi_* prefix on AF independent members of...
2011-03-08 Jeff Mahoney- Update to 2.6.38-rc7.
2011-03-07 Hagen Paul Pfeifersctp: several declared/set but unused fixes
2011-03-02 David S. Milleripv4: Make output route lookup return rtable directly.
2011-02-22 Eric Dumazetnet: add __rcu annotations to sk_wq and wq
2011-02-20 Shan Weisctp: fix compile warnings in sctp_tsnmap_num_gabs
2011-02-20 Jiri Bohacsctp: fix reporting of unknown parameters
2011-01-22 Jeff Mahoney- Updated to 2.6.38-rc2.
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-20 Shan Weisctp: user perfect name for Delayed SACK Timer option
2010-12-29 Jeff Mahoney- Update to 2.6.37-rc8.
next