aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich
2008-09-18sctp: do not enable peer features if we can't do them.Vlad Yasevich
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich
2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich
2008-08-21sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-24flag parameters: socket and socketpairUlrich Drepper
2008-07-22sctp: remove sctp_assoc_proc_exit()Adrian Bunk
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-18sctp: Update sctp global memory limit allocations.Vlad Yasevich
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison
2008-07-18sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich
2008-07-18sctp: Do not leak memory on multiple listen() callsVlad Yasevich
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal
2008-07-18sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-07-14mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich
2008-07-01sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.Vlad Yasevich
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-20sctp: Make sure N * sizeof(union sctp_addr) does not overflow.David S. Miller
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-06-19sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun
2008-06-17sctp: fix error path in sctp_proc_initPavel Emelyanov
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich
2008-06-16sctp: Correctly cleanup procfs entries upon failure.Wei Yongjun
2008-06-14net: change proto destroy method to return voidBrian Haley
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-09sctp: Fix problems with the new SCTP_DELAYED_ACK codeVlad Yasevich
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich
2008-06-04sctp: Flush the queue only once during fast retransmit.Vlad Yasevich
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich
2008-06-04sctp: Move sctp_v4_dst_saddr out of loopGui Jianfeng
2008-06-04sctp: retran_path update bug fixGui Jianfeng
2008-06-05[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller