aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2008-12-25sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun
2008-12-25sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun
2008-12-25sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun
2008-12-25sctp: Fix a typo in socket.cWei Yongjun
2008-12-25sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun
2008-11-27sctp: fix missing label when PROC_FS=nRandy Dunlap
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-25net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller
2008-11-17net: sctp should update its inuse counterEric Dumazet
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun
2008-10-23sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun
2008-10-23sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun
2008-10-08sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev
2008-10-01sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich
2008-10-01sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun
2008-10-01sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
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