aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet
2011-07-01sctp: Reduce switch/case indentJoe Perches
2011-06-16net: Remove casts of void *Joe Perches
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda
2011-06-06sctp: Guard IPV6 specific code properly.David S. Miller
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda
2011-06-02sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-21sctp: Fix build failure.David S. Miller
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches
2011-05-10sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()David S. Miller
2011-05-08sctp: Fix debug message args.David S. Miller
2011-05-08sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan
2011-05-03sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()David S. Miller